aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/CMakeLists.txt4
-rw-r--r--epan/dissectors/Makefile.common4
-rw-r--r--epan/dissectors/packet-coseventcomm.c255
-rw-r--r--epan/dissectors/packet-cosnaming.c672
-rw-r--r--epan/dissectors/packet-parlay.c49571
-rw-r--r--epan/dissectors/packet-tango.c2136
-rwxr-xr-xtools/wireshark_gen.py820
7 files changed, 19370 insertions, 34092 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt
index 3c484d3150..26663b98a3 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -270,6 +270,8 @@ set(ASN1_DISSECTOR_SRC
set(DIRTY_ASN1_DISSECTOR_SRC
dissectors/packet-ansi_map.c
+ dissectors/packet-coseventcomm.c
+ dissectors/packet-cosnaming.c
dissectors/packet-gnm.c
dissectors/packet-gprscdr.c
dissectors/packet-gsm_map.c
@@ -439,9 +441,7 @@ set(DISSECTOR_SRC
dissectors/packet-collectd.c
dissectors/packet-componentstatus.c
dissectors/packet-cops.c
- dissectors/packet-coseventcomm.c
dissectors/packet-cosine.c
- dissectors/packet-cosnaming.c
dissectors/packet-cpfi.c
dissectors/packet-cpha.c
dissectors/packet-csm-encaps.c
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 5eefe2f641..c5b420450d 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -186,6 +186,8 @@ ASN1_DISSECTOR_SRC = \
# and idl2wrs-generated dissectors
DIRTY_ASN1_DISSECTOR_SRC = \
packet-ansi_map.c \
+ packet-coseventcomm.c \
+ packet-cosnaming.c \
packet-gnm.c \
packet-gprscdr.c \
packet-gsm_map.c \
@@ -359,9 +361,7 @@ DISSECTOR_SRC = \
packet-collectd.c \
packet-componentstatus.c \
packet-cops.c \
- packet-coseventcomm.c \
packet-cosine.c \
- packet-cosnaming.c \
packet-cpfi.c \
packet-cpha.c \
packet-csm-encaps.c \
diff --git a/epan/dissectors/packet-coseventcomm.c b/epan/dissectors/packet-coseventcomm.c
index 2c6601967a..622debc73b 100644
--- a/epan/dissectors/packet-coseventcomm.c
+++ b/epan/dissectors/packet-coseventcomm.c
@@ -15,9 +15,6 @@
* Copyright 1999 - 2012 Gerald Combs
*/
-static int hf_operationrequest = -1;/* Request_Operation field */
-
-
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -52,31 +49,25 @@ static int hf_operationrequest = -1;/* Request_Operation field */
#endif
-static proto_tree *start_dissecting(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offset);
-
-
-
-/* Struct prototype declaration Start */
-
-
-/* Struct prototype declaration End */
-
+static int hf_operationrequest = -1;/* Request_Operation field */
-/* Union prototype declaration Start */
+ /* Operation filters */
+static int hf_CosEventComm_PushConsumer_push_data = -1;
+static int hf_CosEventComm_PullSupplier_pull_return = -1;
+static int hf_CosEventComm_PullSupplier_try_pull_return = -1;
+static int hf_CosEventComm_PullSupplier_try_pull_has_event = -1;
+ /* User exception filters */
+static proto_tree *start_dissecting(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offset);
-/* Union prototype declaration End */
/* Initialise the protocol and subtree pointers */
-
static int proto_coseventcomm = -1;
-
static gint ett_coseventcomm = -1;
/* Initialise the initial Alignment */
-
static guint32 boundary = GIOP_HEADER_SIZE; /* initial value */
@@ -85,23 +76,6 @@ static guint32 boundary = GIOP_HEADER_SIZE; /* initial value */
/* TODO - Use registered fields */
-/*
- * IDL Attributes Start
- */
-
-
-/*
- * IDL Attributes End
- */
-
-/*
- * IDL Enums Start
- */
-
-/*
- * IDL Enums End
- */
-
/* Begin Exception Helper Functions */
@@ -116,7 +90,6 @@ 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_;
if (!header->exception_id)
@@ -128,26 +101,14 @@ decode_user_exception(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *ptr
}
-/* Begin Attribute Helper Functions */
-
-
-/* End Attribute Helper Functions */
-
/*
* IDL:omg.org/CosEventComm/PushConsumer/push:1.0
*/
-
static void
-decode_CosEventComm_PushConsumer_push(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_CosEventComm_PushConsumer_push(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -172,11 +133,8 @@ decode_CosEventComm_PushConsumer_push(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -188,11 +146,8 @@ decode_CosEventComm_PushConsumer_push(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -204,18 +159,11 @@ decode_CosEventComm_PushConsumer_push(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*
* IDL:omg.org/CosEventComm/PushConsumer/disconnect_push_consumer:1.0
*/
-
static void
-decode_CosEventComm_PushConsumer_disconnect_push_consumer(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_CosEventComm_PushConsumer_disconnect_push_consumer(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -238,11 +186,8 @@ decode_CosEventComm_PushConsumer_disconnect_push_consumer(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -254,11 +199,8 @@ decode_CosEventComm_PushConsumer_disconnect_push_consumer(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -270,18 +212,11 @@ decode_CosEventComm_PushConsumer_disconnect_push_consumer(tvbuff_t *tvb _U_, pac
/*
* IDL:omg.org/CosEventComm/PushSupplier/disconnect_push_supplier:1.0
*/
-
static void
-decode_CosEventComm_PushSupplier_disconnect_push_supplier(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_CosEventComm_PushSupplier_disconnect_push_supplier(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -304,11 +239,8 @@ decode_CosEventComm_PushSupplier_disconnect_push_supplier(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -320,11 +252,8 @@ decode_CosEventComm_PushSupplier_disconnect_push_supplier(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -336,18 +265,11 @@ decode_CosEventComm_PushSupplier_disconnect_push_supplier(tvbuff_t *tvb _U_, pac
/*
* IDL:omg.org/CosEventComm/PullSupplier/pull:1.0
*/
-
static void
-decode_CosEventComm_PullSupplier_pull(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_CosEventComm_PullSupplier_pull(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -370,11 +292,8 @@ decode_CosEventComm_PullSupplier_pull(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -386,11 +305,8 @@ decode_CosEventComm_PullSupplier_pull(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -402,18 +318,11 @@ decode_CosEventComm_PullSupplier_pull(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*
* IDL:omg.org/CosEventComm/PullSupplier/try_pull:1.0
*/
-
static void
-decode_CosEventComm_PullSupplier_try_pull(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_CosEventComm_PullSupplier_try_pull(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -428,9 +337,7 @@ decode_CosEventComm_PullSupplier_try_pull(tvbuff_t *tvb _U_, packet_info *pinfo
get_CDR_any(tvb,tree,offset,stream_is_big_endian, boundary, header);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"has_event = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_CosEventComm_PullSupplier_try_pull_has_event, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -440,11 +347,8 @@ decode_CosEventComm_PullSupplier_try_pull(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -456,11 +360,8 @@ decode_CosEventComm_PullSupplier_try_pull(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -472,18 +373,11 @@ decode_CosEventComm_PullSupplier_try_pull(tvbuff_t *tvb _U_, packet_info *pinfo
/*
* IDL:omg.org/CosEventComm/PullSupplier/disconnect_pull_supplier:1.0
*/
-
static void
-decode_CosEventComm_PullSupplier_disconnect_pull_supplier(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_CosEventComm_PullSupplier_disconnect_pull_supplier(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -506,11 +400,8 @@ decode_CosEventComm_PullSupplier_disconnect_pull_supplier(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -522,11 +413,8 @@ decode_CosEventComm_PullSupplier_disconnect_pull_supplier(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -538,18 +426,11 @@ decode_CosEventComm_PullSupplier_disconnect_pull_supplier(tvbuff_t *tvb _U_, pac
/*
* IDL:omg.org/CosEventComm/PullConsumer/disconnect_pull_consumer:1.0
*/
-
static void
-decode_CosEventComm_PullConsumer_disconnect_pull_consumer(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_CosEventComm_PullConsumer_disconnect_pull_consumer(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -572,11 +453,8 @@ decode_CosEventComm_PullConsumer_disconnect_pull_consumer(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -588,11 +466,8 @@ decode_CosEventComm_PullConsumer_disconnect_pull_consumer(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -629,7 +504,7 @@ start_dissecting(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offs
return tree;
}
-static void
+static proto_item*
process_RequestOperation(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, MessageHeader *header, gchar *operation)
{
proto_item *pi;
@@ -638,8 +513,9 @@ process_RequestOperation(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, M
col_append_fstr(pinfo->cinfo, COL_INFO, " op = %s",operation);
};
/* fill-up the field */
- pi=proto_tree_add_string_format_value(ptree,hf_operationrequest,tvb,0,0,operation," %s",operation);
+ pi=proto_tree_add_string(ptree, hf_operationrequest, tvb, 0, 0, operation);
PROTO_ITEM_SET_GENERATED(pi);
+ return pi;
}
static gboolean
@@ -647,6 +523,7 @@ dissect_coseventcomm(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *
{
gboolean stream_is_big_endian; /* big endianess */
+ proto_item *item _U_;
proto_tree *tree _U_;
stream_is_big_endian = is_big_endian(header); /* get endianess */
@@ -666,57 +543,57 @@ dissect_coseventcomm(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *
if (strcmp(operation, "push") == 0
&& (!idlname || strcmp(idlname, "CosEventComm/PushConsumer") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_CosEventComm_PushConsumer_push(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_CosEventComm_PushConsumer_push(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "disconnect_push_consumer") == 0
&& (!idlname || strcmp(idlname, "CosEventComm/PushConsumer") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_CosEventComm_PushConsumer_disconnect_push_consumer(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_CosEventComm_PushConsumer_disconnect_push_consumer(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "disconnect_push_supplier") == 0
&& (!idlname || strcmp(idlname, "CosEventComm/PushSupplier") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_CosEventComm_PushSupplier_disconnect_push_supplier(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_CosEventComm_PushSupplier_disconnect_push_supplier(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "pull") == 0
&& (!idlname || strcmp(idlname, "CosEventComm/PullSupplier") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_CosEventComm_PullSupplier_pull(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_CosEventComm_PullSupplier_pull(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "try_pull") == 0
&& (!idlname || strcmp(idlname, "CosEventComm/PullSupplier") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_CosEventComm_PullSupplier_try_pull(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_CosEventComm_PullSupplier_try_pull(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "disconnect_pull_supplier") == 0
&& (!idlname || strcmp(idlname, "CosEventComm/PullSupplier") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_CosEventComm_PullSupplier_disconnect_pull_supplier(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_CosEventComm_PullSupplier_disconnect_pull_supplier(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "disconnect_pull_consumer") == 0
&& (!idlname || strcmp(idlname, "CosEventComm/PullConsumer") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_CosEventComm_PullConsumer_disconnect_pull_consumer(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_CosEventComm_PullConsumer_disconnect_pull_consumer(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
@@ -752,8 +629,12 @@ void proto_register_giop_coseventcomm(void) {
static hf_register_info hf[] = {
/* field that indicates the currently ongoing request/reply exchange */
{&hf_operationrequest, {"Request_Operation","giop-coseventcomm.Request_Operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
-
- /* no fields yet */
+ /* Operation filters */
+ {&hf_CosEventComm_PullSupplier_try_pull_has_event, {"has_event","giop-coseventcomm.PullSupplier.try_pull.has_event",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ /* Attribute filters */
+ /* Struct filters */
+ /* User exception filters */
+ /* Union filters */
};
diff --git a/epan/dissectors/packet-cosnaming.c b/epan/dissectors/packet-cosnaming.c
index 7b4dd6f3fd..93ab0854c6 100644
--- a/epan/dissectors/packet-cosnaming.c
+++ b/epan/dissectors/packet-cosnaming.c
@@ -15,9 +15,6 @@
* Copyright 1999 - 2012 Gerald Combs
*/
-static int hf_operationrequest = -1;/* Request_Operation field */
-
-
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -52,6 +49,42 @@ static int hf_operationrequest = -1;/* Request_Operation field */
#endif
+static int hf_operationrequest = -1;/* Request_Operation field */
+
+ /* Operation filters */
+static int hf_CosNaming_NamingContext_bind_n = -1;
+static int hf_CosNaming_NamingContext_bind_obj = -1;
+static int hf_CosNaming_NamingContext_rebind_n = -1;
+static int hf_CosNaming_NamingContext_rebind_obj = -1;
+static int hf_CosNaming_NamingContext_bind_context_n = -1;
+static int hf_CosNaming_NamingContext_bind_context_nc = -1;
+static int hf_CosNaming_NamingContext_rebind_context_n = -1;
+static int hf_CosNaming_NamingContext_rebind_context_nc = -1;
+static int hf_CosNaming_NamingContext_resolve_return = -1;
+static int hf_CosNaming_NamingContext_resolve_n = -1;
+static int hf_CosNaming_NamingContext_unbind_n = -1;
+static int hf_CosNaming_NamingContext_new_context_return = -1;
+static int hf_CosNaming_NamingContext_bind_new_context_return = -1;
+static int hf_CosNaming_NamingContext_bind_new_context_n = -1;
+static int hf_CosNaming_NamingContext_list_how_many = -1;
+static int hf_CosNaming_NamingContext_list_bl = -1;
+static int hf_CosNaming_NamingContext_list_bi = -1;
+static int hf_CosNaming_BindingIterator_next_one_return = -1;
+static int hf_CosNaming_BindingIterator_next_one_b = -1;
+static int hf_CosNaming_BindingIterator_next_n_return = -1;
+static int hf_CosNaming_BindingIterator_next_n_how_many = -1;
+static int hf_CosNaming_BindingIterator_next_n_bl = -1;
+ /* Struct filters */
+static int hf_CosNaming_NameComponent_id = -1;
+static int hf_CosNaming_NameComponent_kind = -1;
+static int hf_CosNaming_Binding_binding_name = -1;
+static int hf_CosNaming_Binding_binding_type = -1;
+ /* User exception filters */
+static int hf_CosNaming_NamingContext_NotFound_why = -1;
+static int hf_CosNaming_NamingContext_NotFound_rest_of_name = -1;
+static int hf_CosNaming_NamingContext_CannotProceed_cxt = -1;
+static int hf_CosNaming_NamingContext_CannotProceed_rest_of_name = -1;
+
static proto_tree *start_dissecting(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offset);
@@ -70,21 +103,12 @@ static void decode_CosNaming_Binding_st(tvbuff_t *tvb _U_, packet_info *pinfo _U
/* Struct prototype declaration End */
-/* Union prototype declaration Start */
-
-
-/* Union prototype declaration End */
-
-
/* Initialise the protocol and subtree pointers */
-
static int proto_cosnaming = -1;
-
static gint ett_cosnaming = -1;
/* Initialise the initial Alignment */
-
static guint32 boundary = GIOP_HEADER_SIZE; /* initial value */
@@ -94,15 +118,6 @@ static guint32 boundary = GIOP_HEADER_SIZE; /* initial value */
/* TODO - Use registered fields */
/*
- * IDL Attributes Start
- */
-
-
-/*
- * IDL Attributes End
- */
-
-/*
* IDL Enums Start
*/
@@ -139,36 +154,24 @@ static void
decode_ex_CosNaming_NamingContext_NotFound(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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;
- guint32 u_octet4_loop_NotFound_rest_of_name;
- guint32 i_NotFound_rest_of_name;
-
+ guint32 u_octet4_loop_CosNaming_NamingContext_NotFound_rest_of_name;
+ guint32 i_CosNaming_NamingContext_NotFound_rest_of_name;
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"NotFound_why = %u (%s)",u_octet4,val_to_str(u_octet4,CosNaming_NamingContext_NotFoundReason,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_CosNaming_NamingContext_NotFound_why, tvb, *offset-4, 4, u_octet4);
- u_octet4_loop_NotFound_rest_of_name = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of NotFound_rest_of_name = %u",u_octet4_loop_NotFound_rest_of_name);
- }
+ u_octet4_loop_CosNaming_NamingContext_NotFound_rest_of_name = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_CosNaming_NamingContext_NotFound_rest_of_name, tvb,*offset-4, 4, u_octet4_loop_CosNaming_NamingContext_NotFound_rest_of_name);
- for (i_NotFound_rest_of_name=0; i_NotFound_rest_of_name < u_octet4_loop_NotFound_rest_of_name; i_NotFound_rest_of_name++) {
+ for (i_CosNaming_NamingContext_NotFound_rest_of_name=0; i_CosNaming_NamingContext_NotFound_rest_of_name < u_octet4_loop_CosNaming_NamingContext_NotFound_rest_of_name; i_CosNaming_NamingContext_NotFound_rest_of_name++) {
/* Begin struct "CosNaming_NameComponent" */
-
-
-
decode_CosNaming_NameComponent_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "CosNaming_NameComponent" */
-
}
}
@@ -178,32 +181,22 @@ static void
decode_ex_CosNaming_NamingContext_CannotProceed(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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_CannotProceed_rest_of_name;
- guint32 i_CannotProceed_rest_of_name;
-
+ guint32 u_octet4_loop_CosNaming_NamingContext_CannotProceed_rest_of_name;
+ guint32 i_CosNaming_NamingContext_CannotProceed_rest_of_name;
/* Operation specific Variable declarations End */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- u_octet4_loop_CannotProceed_rest_of_name = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of CannotProceed_rest_of_name = %u",u_octet4_loop_CannotProceed_rest_of_name);
- }
+ u_octet4_loop_CosNaming_NamingContext_CannotProceed_rest_of_name = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_CosNaming_NamingContext_CannotProceed_rest_of_name, tvb,*offset-4, 4, u_octet4_loop_CosNaming_NamingContext_CannotProceed_rest_of_name);
- for (i_CannotProceed_rest_of_name=0; i_CannotProceed_rest_of_name < u_octet4_loop_CannotProceed_rest_of_name; i_CannotProceed_rest_of_name++) {
+ for (i_CosNaming_NamingContext_CannotProceed_rest_of_name=0; i_CosNaming_NamingContext_CannotProceed_rest_of_name < u_octet4_loop_CosNaming_NamingContext_CannotProceed_rest_of_name; i_CosNaming_NamingContext_CannotProceed_rest_of_name++) {
/* Begin struct "CosNaming_NameComponent" */
-
-
-
decode_CosNaming_NameComponent_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "CosNaming_NameComponent" */
-
}
}
@@ -219,7 +212,6 @@ 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_;
if (!header->exception_id)
@@ -243,25 +235,16 @@ decode_user_exception(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *ptr
}
-/* Begin Attribute Helper Functions */
-
-
-/* End Attribute Helper Functions */
-
/*
* IDL:omg.org/CosNaming/NamingContext/bind:1.0
*/
-
static void
-decode_CosNaming_NamingContext_bind(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_CosNaming_NamingContext_bind(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_n;
- guint32 i_n;
-
+ guint32 u_octet4_loop_CosNaming_NamingContext_bind_n;
+ guint32 i_CosNaming_NamingContext_bind_n;
/* Operation specific Variable declarations End */
@@ -269,21 +252,14 @@ decode_CosNaming_NamingContext_bind(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
case Request:
- u_octet4_loop_n = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of n = %u",u_octet4_loop_n);
- }
+ u_octet4_loop_CosNaming_NamingContext_bind_n = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_CosNaming_NamingContext_bind_n, tvb,*offset-4, 4, u_octet4_loop_CosNaming_NamingContext_bind_n);
- for (i_n=0; i_n < u_octet4_loop_n; i_n++) {
+ for (i_CosNaming_NamingContext_bind_n=0; i_CosNaming_NamingContext_bind_n < u_octet4_loop_CosNaming_NamingContext_bind_n; i_CosNaming_NamingContext_bind_n++) {
/* Begin struct "CosNaming_NameComponent" */
-
-
-
decode_CosNaming_NameComponent_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "CosNaming_NameComponent" */
-
}
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -307,11 +283,8 @@ decode_CosNaming_NamingContext_bind(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -323,11 +296,8 @@ decode_CosNaming_NamingContext_bind(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -339,17 +309,13 @@ decode_CosNaming_NamingContext_bind(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
/*
* IDL:omg.org/CosNaming/NamingContext/rebind:1.0
*/
-
static void
-decode_CosNaming_NamingContext_rebind(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_CosNaming_NamingContext_rebind(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_n;
- guint32 i_n;
-
+ guint32 u_octet4_loop_CosNaming_NamingContext_rebind_n;
+ guint32 i_CosNaming_NamingContext_rebind_n;
/* Operation specific Variable declarations End */
@@ -357,21 +323,14 @@ decode_CosNaming_NamingContext_rebind(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
case Request:
- u_octet4_loop_n = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of n = %u",u_octet4_loop_n);
- }
+ u_octet4_loop_CosNaming_NamingContext_rebind_n = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_CosNaming_NamingContext_rebind_n, tvb,*offset-4, 4, u_octet4_loop_CosNaming_NamingContext_rebind_n);
- for (i_n=0; i_n < u_octet4_loop_n; i_n++) {
+ for (i_CosNaming_NamingContext_rebind_n=0; i_CosNaming_NamingContext_rebind_n < u_octet4_loop_CosNaming_NamingContext_rebind_n; i_CosNaming_NamingContext_rebind_n++) {
/* Begin struct "CosNaming_NameComponent" */
-
-
-
decode_CosNaming_NameComponent_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "CosNaming_NameComponent" */
-
}
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -395,11 +354,8 @@ decode_CosNaming_NamingContext_rebind(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -411,11 +367,8 @@ decode_CosNaming_NamingContext_rebind(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -427,17 +380,13 @@ decode_CosNaming_NamingContext_rebind(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*
* IDL:omg.org/CosNaming/NamingContext/bind_context:1.0
*/
-
static void
-decode_CosNaming_NamingContext_bind_context(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_CosNaming_NamingContext_bind_context(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_n;
- guint32 i_n;
-
+ guint32 u_octet4_loop_CosNaming_NamingContext_bind_context_n;
+ guint32 i_CosNaming_NamingContext_bind_context_n;
/* Operation specific Variable declarations End */
@@ -445,21 +394,14 @@ decode_CosNaming_NamingContext_bind_context(tvbuff_t *tvb _U_, packet_info *pinf
case Request:
- u_octet4_loop_n = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of n = %u",u_octet4_loop_n);
- }
+ u_octet4_loop_CosNaming_NamingContext_bind_context_n = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_CosNaming_NamingContext_bind_context_n, tvb,*offset-4, 4, u_octet4_loop_CosNaming_NamingContext_bind_context_n);
- for (i_n=0; i_n < u_octet4_loop_n; i_n++) {
+ for (i_CosNaming_NamingContext_bind_context_n=0; i_CosNaming_NamingContext_bind_context_n < u_octet4_loop_CosNaming_NamingContext_bind_context_n; i_CosNaming_NamingContext_bind_context_n++) {
/* Begin struct "CosNaming_NameComponent" */
-
-
-
decode_CosNaming_NameComponent_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "CosNaming_NameComponent" */
-
}
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -483,11 +425,8 @@ decode_CosNaming_NamingContext_bind_context(tvbuff_t *tvb _U_, packet_info *pinf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -499,11 +438,8 @@ decode_CosNaming_NamingContext_bind_context(tvbuff_t *tvb _U_, packet_info *pinf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -515,17 +451,13 @@ decode_CosNaming_NamingContext_bind_context(tvbuff_t *tvb _U_, packet_info *pinf
/*
* IDL:omg.org/CosNaming/NamingContext/rebind_context:1.0
*/
-
static void
-decode_CosNaming_NamingContext_rebind_context(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_CosNaming_NamingContext_rebind_context(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_n;
- guint32 i_n;
-
+ guint32 u_octet4_loop_CosNaming_NamingContext_rebind_context_n;
+ guint32 i_CosNaming_NamingContext_rebind_context_n;
/* Operation specific Variable declarations End */
@@ -533,21 +465,14 @@ decode_CosNaming_NamingContext_rebind_context(tvbuff_t *tvb _U_, packet_info *pi
case Request:
- u_octet4_loop_n = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of n = %u",u_octet4_loop_n);
- }
+ u_octet4_loop_CosNaming_NamingContext_rebind_context_n = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_CosNaming_NamingContext_rebind_context_n, tvb,*offset-4, 4, u_octet4_loop_CosNaming_NamingContext_rebind_context_n);
- for (i_n=0; i_n < u_octet4_loop_n; i_n++) {
+ for (i_CosNaming_NamingContext_rebind_context_n=0; i_CosNaming_NamingContext_rebind_context_n < u_octet4_loop_CosNaming_NamingContext_rebind_context_n; i_CosNaming_NamingContext_rebind_context_n++) {
/* Begin struct "CosNaming_NameComponent" */
-
-
-
decode_CosNaming_NameComponent_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "CosNaming_NameComponent" */
-
}
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -571,11 +496,8 @@ decode_CosNaming_NamingContext_rebind_context(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -587,11 +509,8 @@ decode_CosNaming_NamingContext_rebind_context(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -603,17 +522,13 @@ decode_CosNaming_NamingContext_rebind_context(tvbuff_t *tvb _U_, packet_info *pi
/*
* IDL:omg.org/CosNaming/NamingContext/resolve:1.0
*/
-
static void
-decode_CosNaming_NamingContext_resolve(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_CosNaming_NamingContext_resolve(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_n;
- guint32 i_n;
-
+ guint32 u_octet4_loop_CosNaming_NamingContext_resolve_n;
+ guint32 i_CosNaming_NamingContext_resolve_n;
/* Operation specific Variable declarations End */
@@ -621,21 +536,14 @@ decode_CosNaming_NamingContext_resolve(tvbuff_t *tvb _U_, packet_info *pinfo _U_
case Request:
- u_octet4_loop_n = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of n = %u",u_octet4_loop_n);
- }
+ u_octet4_loop_CosNaming_NamingContext_resolve_n = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_CosNaming_NamingContext_resolve_n, tvb,*offset-4, 4, u_octet4_loop_CosNaming_NamingContext_resolve_n);
- for (i_n=0; i_n < u_octet4_loop_n; i_n++) {
+ for (i_CosNaming_NamingContext_resolve_n=0; i_CosNaming_NamingContext_resolve_n < u_octet4_loop_CosNaming_NamingContext_resolve_n; i_CosNaming_NamingContext_resolve_n++) {
/* Begin struct "CosNaming_NameComponent" */
-
-
-
decode_CosNaming_NameComponent_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "CosNaming_NameComponent" */
-
}
break;
@@ -657,11 +565,8 @@ decode_CosNaming_NamingContext_resolve(tvbuff_t *tvb _U_, packet_info *pinfo _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -673,11 +578,8 @@ decode_CosNaming_NamingContext_resolve(tvbuff_t *tvb _U_, packet_info *pinfo _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -689,17 +591,13 @@ decode_CosNaming_NamingContext_resolve(tvbuff_t *tvb _U_, packet_info *pinfo _U_
/*
* IDL:omg.org/CosNaming/NamingContext/unbind:1.0
*/
-
static void
-decode_CosNaming_NamingContext_unbind(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_CosNaming_NamingContext_unbind(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_n;
- guint32 i_n;
-
+ guint32 u_octet4_loop_CosNaming_NamingContext_unbind_n;
+ guint32 i_CosNaming_NamingContext_unbind_n;
/* Operation specific Variable declarations End */
@@ -707,21 +605,14 @@ decode_CosNaming_NamingContext_unbind(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
case Request:
- u_octet4_loop_n = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of n = %u",u_octet4_loop_n);
- }
+ u_octet4_loop_CosNaming_NamingContext_unbind_n = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_CosNaming_NamingContext_unbind_n, tvb,*offset-4, 4, u_octet4_loop_CosNaming_NamingContext_unbind_n);
- for (i_n=0; i_n < u_octet4_loop_n; i_n++) {
+ for (i_CosNaming_NamingContext_unbind_n=0; i_CosNaming_NamingContext_unbind_n < u_octet4_loop_CosNaming_NamingContext_unbind_n; i_CosNaming_NamingContext_unbind_n++) {
/* Begin struct "CosNaming_NameComponent" */
-
-
-
decode_CosNaming_NameComponent_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "CosNaming_NameComponent" */
-
}
break;
@@ -742,11 +633,8 @@ decode_CosNaming_NamingContext_unbind(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -758,11 +646,8 @@ decode_CosNaming_NamingContext_unbind(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -774,18 +659,11 @@ decode_CosNaming_NamingContext_unbind(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*
* IDL:omg.org/CosNaming/NamingContext/new_context:1.0
*/
-
static void
-decode_CosNaming_NamingContext_new_context(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_CosNaming_NamingContext_new_context(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -809,11 +687,8 @@ decode_CosNaming_NamingContext_new_context(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -825,11 +700,8 @@ decode_CosNaming_NamingContext_new_context(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -841,17 +713,13 @@ decode_CosNaming_NamingContext_new_context(tvbuff_t *tvb _U_, packet_info *pinfo
/*
* IDL:omg.org/CosNaming/NamingContext/bind_new_context:1.0
*/
-
static void
-decode_CosNaming_NamingContext_bind_new_context(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_CosNaming_NamingContext_bind_new_context(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_n;
- guint32 i_n;
-
+ guint32 u_octet4_loop_CosNaming_NamingContext_bind_new_context_n;
+ guint32 i_CosNaming_NamingContext_bind_new_context_n;
/* Operation specific Variable declarations End */
@@ -859,21 +727,14 @@ decode_CosNaming_NamingContext_bind_new_context(tvbuff_t *tvb _U_, packet_info *
case Request:
- u_octet4_loop_n = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of n = %u",u_octet4_loop_n);
- }
+ u_octet4_loop_CosNaming_NamingContext_bind_new_context_n = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_CosNaming_NamingContext_bind_new_context_n, tvb,*offset-4, 4, u_octet4_loop_CosNaming_NamingContext_bind_new_context_n);
- for (i_n=0; i_n < u_octet4_loop_n; i_n++) {
+ for (i_CosNaming_NamingContext_bind_new_context_n=0; i_CosNaming_NamingContext_bind_new_context_n < u_octet4_loop_CosNaming_NamingContext_bind_new_context_n; i_CosNaming_NamingContext_bind_new_context_n++) {
/* Begin struct "CosNaming_NameComponent" */
-
-
-
decode_CosNaming_NameComponent_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "CosNaming_NameComponent" */
-
}
break;
@@ -895,11 +756,8 @@ decode_CosNaming_NamingContext_bind_new_context(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -911,11 +769,8 @@ decode_CosNaming_NamingContext_bind_new_context(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -927,18 +782,11 @@ decode_CosNaming_NamingContext_bind_new_context(tvbuff_t *tvb _U_, packet_info *
/*
* IDL:omg.org/CosNaming/NamingContext/destroy:1.0
*/
-
static void
-decode_CosNaming_NamingContext_destroy(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_CosNaming_NamingContext_destroy(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -961,11 +809,8 @@ decode_CosNaming_NamingContext_destroy(tvbuff_t *tvb _U_, packet_info *pinfo _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -977,11 +822,8 @@ decode_CosNaming_NamingContext_destroy(tvbuff_t *tvb _U_, packet_info *pinfo _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -993,17 +835,13 @@ decode_CosNaming_NamingContext_destroy(tvbuff_t *tvb _U_, packet_info *pinfo _U_
/*
* IDL:omg.org/CosNaming/NamingContext/list:1.0
*/
-
static void
-decode_CosNaming_NamingContext_list(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_CosNaming_NamingContext_list(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_bl;
- guint32 i_bl;
-
+ guint32 u_octet4_loop_CosNaming_NamingContext_list_bl;
+ guint32 i_CosNaming_NamingContext_list_bl;
/* Operation specific Variable declarations End */
@@ -1011,9 +849,7 @@ decode_CosNaming_NamingContext_list(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"how_many = %u",get_CDR_ulong(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_CosNaming_NamingContext_list_how_many, tvb, *offset-4, 4, get_CDR_ulong(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -1025,21 +861,14 @@ decode_CosNaming_NamingContext_list(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
/* Function returns void */
- u_octet4_loop_bl = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of bl = %u",u_octet4_loop_bl);
- }
+ u_octet4_loop_CosNaming_NamingContext_list_bl = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_CosNaming_NamingContext_list_bl, tvb,*offset-4, 4, u_octet4_loop_CosNaming_NamingContext_list_bl);
- for (i_bl=0; i_bl < u_octet4_loop_bl; i_bl++) {
+ for (i_CosNaming_NamingContext_list_bl=0; i_CosNaming_NamingContext_list_bl < u_octet4_loop_CosNaming_NamingContext_list_bl; i_CosNaming_NamingContext_list_bl++) {
/* Begin struct "CosNaming_Binding" */
-
-
-
decode_CosNaming_Binding_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "CosNaming_Binding" */
-
}
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -1053,11 +882,8 @@ decode_CosNaming_NamingContext_list(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -1069,11 +895,8 @@ decode_CosNaming_NamingContext_list(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -1085,18 +908,11 @@ decode_CosNaming_NamingContext_list(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
/*
* IDL:omg.org/CosNaming/BindingIterator/next_one:1.0
*/
-
static void
-decode_CosNaming_BindingIterator_next_one(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_CosNaming_BindingIterator_next_one(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -1109,18 +925,11 @@ decode_CosNaming_BindingIterator_next_one(tvbuff_t *tvb _U_, packet_info *pinfo
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"Operation_Return_Value = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_CosNaming_BindingIterator_next_one_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
/* Begin struct "CosNaming_Binding" */
-
-
-
decode_CosNaming_Binding_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "CosNaming_Binding" */
-
break;
case USER_EXCEPTION:
@@ -1129,11 +938,8 @@ decode_CosNaming_BindingIterator_next_one(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -1145,11 +951,8 @@ decode_CosNaming_BindingIterator_next_one(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -1161,17 +964,13 @@ decode_CosNaming_BindingIterator_next_one(tvbuff_t *tvb _U_, packet_info *pinfo
/*
* IDL:omg.org/CosNaming/BindingIterator/next_n:1.0
*/
-
static void
-decode_CosNaming_BindingIterator_next_n(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_CosNaming_BindingIterator_next_n(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_bl;
- guint32 i_bl;
-
+ guint32 u_octet4_loop_CosNaming_BindingIterator_next_n_bl;
+ guint32 i_CosNaming_BindingIterator_next_n_bl;
/* Operation specific Variable declarations End */
@@ -1179,9 +978,7 @@ decode_CosNaming_BindingIterator_next_n(tvbuff_t *tvb _U_, packet_info *pinfo _U
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"how_many = %u",get_CDR_ulong(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_CosNaming_BindingIterator_next_n_how_many, tvb, *offset-4, 4, get_CDR_ulong(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -1191,25 +988,16 @@ decode_CosNaming_BindingIterator_next_n(tvbuff_t *tvb _U_, packet_info *pinfo _U
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"Operation_Return_Value = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_CosNaming_BindingIterator_next_n_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- u_octet4_loop_bl = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of bl = %u",u_octet4_loop_bl);
- }
+ u_octet4_loop_CosNaming_BindingIterator_next_n_bl = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_CosNaming_BindingIterator_next_n_bl, tvb,*offset-4, 4, u_octet4_loop_CosNaming_BindingIterator_next_n_bl);
- for (i_bl=0; i_bl < u_octet4_loop_bl; i_bl++) {
+ for (i_CosNaming_BindingIterator_next_n_bl=0; i_CosNaming_BindingIterator_next_n_bl < u_octet4_loop_CosNaming_BindingIterator_next_n_bl; i_CosNaming_BindingIterator_next_n_bl++) {
/* Begin struct "CosNaming_Binding" */
-
-
-
decode_CosNaming_Binding_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "CosNaming_Binding" */
-
}
break;
@@ -1220,11 +1008,8 @@ decode_CosNaming_BindingIterator_next_n(tvbuff_t *tvb _U_, packet_info *pinfo _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -1236,11 +1021,8 @@ decode_CosNaming_BindingIterator_next_n(tvbuff_t *tvb _U_, packet_info *pinfo _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -1252,18 +1034,11 @@ decode_CosNaming_BindingIterator_next_n(tvbuff_t *tvb _U_, packet_info *pinfo _U
/*
* IDL:omg.org/CosNaming/BindingIterator/destroy:1.0
*/
-
static void
-decode_CosNaming_BindingIterator_destroy(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_CosNaming_BindingIterator_destroy(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -1286,11 +1061,8 @@ decode_CosNaming_BindingIterator_destroy(tvbuff_t *tvb _U_, packet_info *pinfo _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -1302,11 +1074,8 @@ decode_CosNaming_BindingIterator_destroy(tvbuff_t *tvb _U_, packet_info *pinfo _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -1320,15 +1089,9 @@ static void
decode_CosNaming_NameComponent_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "NameComponent_id");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "CosNaming_NameComponent_id");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "NameComponent_kind");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "CosNaming_NameComponent_kind");
}
@@ -1337,37 +1100,25 @@ static void
decode_CosNaming_Binding_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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_Binding_binding_name;
- guint32 i_Binding_binding_name;
+ guint32 u_octet4_loop_CosNaming_Binding_binding_name;
+ guint32 i_CosNaming_Binding_binding_name;
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- u_octet4_loop_Binding_binding_name = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of Binding_binding_name = %u",u_octet4_loop_Binding_binding_name);
- }
+ u_octet4_loop_CosNaming_Binding_binding_name = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_CosNaming_Binding_binding_name, tvb,*offset-4, 4, u_octet4_loop_CosNaming_Binding_binding_name);
- for (i_Binding_binding_name=0; i_Binding_binding_name < u_octet4_loop_Binding_binding_name; i_Binding_binding_name++) {
+ for (i_CosNaming_Binding_binding_name=0; i_CosNaming_Binding_binding_name < u_octet4_loop_CosNaming_Binding_binding_name; i_CosNaming_Binding_binding_name++) {
/* Begin struct "CosNaming_NameComponent" */
-
-
-
decode_CosNaming_NameComponent_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "CosNaming_NameComponent" */
-
}
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"Binding_binding_type = %u (%s)",u_octet4,val_to_str(u_octet4,CosNaming_BindingType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_CosNaming_Binding_binding_type, tvb, *offset-4, 4, u_octet4);
}
@@ -1399,7 +1150,7 @@ start_dissecting(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offs
return tree;
}
-static void
+static proto_item*
process_RequestOperation(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, MessageHeader *header, gchar *operation)
{
proto_item *pi;
@@ -1408,8 +1159,9 @@ process_RequestOperation(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, M
col_append_fstr(pinfo->cinfo, COL_INFO, " op = %s",operation);
};
/* fill-up the field */
- pi=proto_tree_add_string_format_value(ptree,hf_operationrequest,tvb,0,0,operation," %s",operation);
+ pi=proto_tree_add_string(ptree, hf_operationrequest, tvb, 0, 0, operation);
PROTO_ITEM_SET_GENERATED(pi);
+ return pi;
}
static gboolean
@@ -1417,6 +1169,7 @@ dissect_cosnaming(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *off
{
gboolean stream_is_big_endian; /* big endianess */
+ proto_item *item _U_;
proto_tree *tree _U_;
stream_is_big_endian = is_big_endian(header); /* get endianess */
@@ -1436,105 +1189,105 @@ dissect_cosnaming(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *off
if (strcmp(operation, "bind") == 0
&& (!idlname || strcmp(idlname, "CosNaming/NamingContext") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_CosNaming_NamingContext_bind(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_CosNaming_NamingContext_bind(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "rebind") == 0
&& (!idlname || strcmp(idlname, "CosNaming/NamingContext") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_CosNaming_NamingContext_rebind(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_CosNaming_NamingContext_rebind(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "bind_context") == 0
&& (!idlname || strcmp(idlname, "CosNaming/NamingContext") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_CosNaming_NamingContext_bind_context(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_CosNaming_NamingContext_bind_context(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "rebind_context") == 0
&& (!idlname || strcmp(idlname, "CosNaming/NamingContext") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_CosNaming_NamingContext_rebind_context(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_CosNaming_NamingContext_rebind_context(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "resolve") == 0
&& (!idlname || strcmp(idlname, "CosNaming/NamingContext") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_CosNaming_NamingContext_resolve(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_CosNaming_NamingContext_resolve(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "unbind") == 0
&& (!idlname || strcmp(idlname, "CosNaming/NamingContext") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_CosNaming_NamingContext_unbind(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_CosNaming_NamingContext_unbind(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "new_context") == 0
&& (!idlname || strcmp(idlname, "CosNaming/NamingContext") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_CosNaming_NamingContext_new_context(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_CosNaming_NamingContext_new_context(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "bind_new_context") == 0
&& (!idlname || strcmp(idlname, "CosNaming/NamingContext") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_CosNaming_NamingContext_bind_new_context(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_CosNaming_NamingContext_bind_new_context(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "destroy") == 0
&& (!idlname || strcmp(idlname, "CosNaming/NamingContext") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_CosNaming_NamingContext_destroy(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_CosNaming_NamingContext_destroy(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "list") == 0
&& (!idlname || strcmp(idlname, "CosNaming/NamingContext") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_CosNaming_NamingContext_list(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_CosNaming_NamingContext_list(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "next_one") == 0
&& (!idlname || strcmp(idlname, "CosNaming/BindingIterator") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_CosNaming_BindingIterator_next_one(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_CosNaming_BindingIterator_next_one(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "next_n") == 0
&& (!idlname || strcmp(idlname, "CosNaming/BindingIterator") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_CosNaming_BindingIterator_next_n(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_CosNaming_BindingIterator_next_n(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "destroy") == 0
&& (!idlname || strcmp(idlname, "CosNaming/BindingIterator") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_CosNaming_BindingIterator_destroy(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_CosNaming_BindingIterator_destroy(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
@@ -1570,8 +1323,31 @@ void proto_register_giop_cosnaming(void) {
static hf_register_info hf[] = {
/* field that indicates the currently ongoing request/reply exchange */
{&hf_operationrequest, {"Request_Operation","giop-cosnaming.Request_Operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
-
- /* no fields yet */
+ /* Operation filters */
+ {&hf_CosNaming_NamingContext_bind_n, {"Seq length of n","giop-cosnaming.NamingContext.bind.n",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_CosNaming_NamingContext_rebind_n, {"Seq length of n","giop-cosnaming.NamingContext.rebind.n",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_CosNaming_NamingContext_bind_context_n, {"Seq length of n","giop-cosnaming.NamingContext.bind_context.n",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_CosNaming_NamingContext_rebind_context_n, {"Seq length of n","giop-cosnaming.NamingContext.rebind_context.n",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_CosNaming_NamingContext_resolve_n, {"Seq length of n","giop-cosnaming.NamingContext.resolve.n",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_CosNaming_NamingContext_unbind_n, {"Seq length of n","giop-cosnaming.NamingContext.unbind.n",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_CosNaming_NamingContext_bind_new_context_n, {"Seq length of n","giop-cosnaming.NamingContext.bind_new_context.n",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_CosNaming_NamingContext_list_how_many, {"how_many","giop-cosnaming.NamingContext.list.how_many",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_CosNaming_NamingContext_list_bl, {"Seq length of bl","giop-cosnaming.NamingContext.list.bl",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_CosNaming_BindingIterator_next_one_return, {"Return value","giop-cosnaming.BindingIterator.next_one.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_CosNaming_BindingIterator_next_n_return, {"Return value","giop-cosnaming.BindingIterator.next_n.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_CosNaming_BindingIterator_next_n_how_many, {"how_many","giop-cosnaming.BindingIterator.next_n.how_many",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_CosNaming_BindingIterator_next_n_bl, {"Seq length of bl","giop-cosnaming.BindingIterator.next_n.bl",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ /* Attribute filters */
+ /* Struct filters */
+ {&hf_CosNaming_NameComponent_id, {"NameComponent_id","giop-cosnaming.NameComponent.id",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_CosNaming_NameComponent_kind, {"NameComponent_kind","giop-cosnaming.NameComponent.kind",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_CosNaming_Binding_binding_name, {"Seq length of Binding_binding_name","giop-cosnaming.Binding.binding_name",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_CosNaming_Binding_binding_type, {"Binding_binding_type","giop-cosnaming.Binding.binding_type",FT_UINT32,BASE_DEC,VALS(CosNaming_BindingType),0x0,NULL,HFILL}},
+ /* User exception filters */
+ {&hf_CosNaming_NamingContext_NotFound_why, {"NotFound_why","giop-cosnaming.NamingContext.NotFound_why",FT_UINT32,BASE_DEC,VALS(CosNaming_NamingContext_NotFoundReason),0x0,NULL,HFILL}},
+ {&hf_CosNaming_NamingContext_NotFound_rest_of_name, {"Seq length of NotFound_rest_of_name","giop-cosnaming.NamingContext.NotFound_rest_of_name",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_CosNaming_NamingContext_CannotProceed_rest_of_name, {"Seq length of CannotProceed_rest_of_name","giop-cosnaming.NamingContext.CannotProceed_rest_of_name",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ /* Union filters */
};
diff --git a/epan/dissectors/packet-parlay.c b/epan/dissectors/packet-parlay.c
index fa35d2068d..afd8330db8 100644
--- a/epan/dissectors/packet-parlay.c
+++ b/epan/dissectors/packet-parlay.c
@@ -15,9 +15,6 @@
* Copyright 1999 - 2012 Gerald Combs
*/
-static int hf_operationrequest = -1;/* Request_Operation field */
-
-
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -52,6 +49,3334 @@ static int hf_operationrequest = -1;/* Request_Operation field */
#endif
+static int hf_operationrequest = -1;/* Request_Operation field */
+
+ /* Operation filters */
+static int hf_org_csapi_IpService_setCallback_appInterface = -1;
+static int hf_org_csapi_IpService_setCallbackWithSessionID_appInterface = -1;
+static int hf_org_csapi_IpService_setCallbackWithSessionID_sessionID = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthentication_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthentication_clientDomain = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthentication_authType = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion_clientDomain = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion_authType = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion_frameworkVersion = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess_accessType = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess_clientAccessInterface = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_terminationText = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_signingAlgorithm = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface_interfaceName = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCallback_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCallback_interfaceName = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCallback_clientInterface = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface_interfaceName = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm_signingAlgorithmCaps = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_terminationText = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_interfaceName = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_terminationText = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod_encryptionCaps = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism_authMechanismList = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return = -1;
+static int hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge = -1;
+static int hf_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification_eventInfo = -1;
+static int hf_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification_assignmentID = -1;
+static int hf_org_csapi_fw_fw_application_notification_IpEventNotification_createNotification_return = -1;
+static int hf_org_csapi_fw_fw_application_notification_IpEventNotification_createNotification_eventCriteria = -1;
+static int hf_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotification_assignmentID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes_activityTestID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes_activityTestResult = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestReq_activityTestID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd_fault = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryInd_fault = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd_serviceID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd_reason = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_faultStatistics = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd_reason = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr_activityTestID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_faultStatisticsError = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd_serviceID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordReq_timePeriod = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd_serviceID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd_reason = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_faultStatistics = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq_timePeriod = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd_reason = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadReq_timeInterval = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr_loadStatisticsError = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsReq_loadStatsReqID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsReq_timeInterval = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatsReqID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr_loadStatsReqID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr_loadStatisticsError = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad_loadLevel = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_timeInterval = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr_loadStatisticsError = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_loadStatsReqID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_timeInterval = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatsReqID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr_loadStatsReqID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr_loadStatisticsError = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery_return = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery_systemDateAndTime = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery_return = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery_clientDateAndTime = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq_activityTestID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq_svcID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes_activityTestID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes_activityTestResult = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd_serviceID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_timePeriod = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr_activityTestID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd_serviceID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordRes_faultStatistics = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordErr_faultStatisticsError = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd_reason = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_timePeriod = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes_faultStatistics = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr_faultStatisticsError = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat_interval = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat_appInterface = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval_interval = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat_interval = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat_fwInterface = -1;
+static int hf_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval_interval = -1;
+static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return = -1;
+static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType_return = -1;
+static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType_name = -1;
+static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return = -1;
+static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_serviceTypeName = -1;
+static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList = -1;
+static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_max = -1;
+static int hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_serviceToken = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_agreementText = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_signingAlgorithm = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_serviceToken = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_terminationText = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_return = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_serviceToken = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_agreementText = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_signingAlgorithm = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_serviceToken = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_terminationText = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService_return = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService_serviceID = -1;
+static int hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_initiateSignServiceAgreement_serviceToken = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_createServiceProfile_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_createServiceProfile_serviceProfileDescription = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_modifyServiceProfile_serviceProfile = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deleteServiceProfile_serviceProfileID = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign_sagID = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign_serviceProfileID = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign_sagID = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign_serviceProfileID = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_describeServiceProfile_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_describeServiceProfile_serviceProfileID = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_serviceProfileID = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_createServiceContract_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_createServiceContract_serviceContractDescription = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_modifyServiceContract_serviceContract = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_deleteServiceContract_serviceContractID = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_describeServiceContract_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_describeServiceContract_serviceContractID = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_serviceContractID = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountInfoQuery_describeEntOpAccount_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createClientApp_clientAppDescription = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifyClientApp_clientAppDescription = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteClientApp_clientAppID = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_sag = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifySAG_sag = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteSAG_sagID = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_sagID = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_sagID = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeClientApp_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeClientApp_clientAppID = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG_sagID = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_sagID = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_clientAppID = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_reportNotification_eventInfo = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_reportNotification_assignmentID = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification_return = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification_eventCriteria = -1;
+static int hf_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_destroyNotification_assignmentID = -1;
+static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return = -1;
+static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType_return = -1;
+static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType_name = -1;
+static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return = -1;
+static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_serviceTypeName = -1;
+static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList = -1;
+static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_max = -1;
+static int hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return = -1;
+static int hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_return = -1;
+static int hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_application = -1;
+static int hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties = -1;
+static int hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceInstanceID = -1;
+static int hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_destroyServiceManager_serviceInstance = -1;
+static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_return = -1;
+static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_serviceTypeName = -1;
+static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList = -1;
+static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_announceServiceAvailability_serviceID = -1;
+static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_announceServiceAvailability_serviceInstanceLifecycleManagerRef = -1;
+static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unregisterService_serviceID = -1;
+static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_describeService_return = -1;
+static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_describeService_serviceID = -1;
+static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unannounceService_serviceID = -1;
+static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_return = -1;
+static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_serviceTypeName = -1;
+static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList = -1;
+static int hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadReq_timeInterval = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr_loadStatisticsError = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq_loadStatsReqID = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq_timeInterval = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatsReqID = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr_loadStatsReqID = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr_loadStatisticsError = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad_loadLevel = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq_querySubject = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq_timeInterval = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr_loadStatisticError = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotification_notificationSubject = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotification_notificationSubject = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification_notificationSubject = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification_notificationSubject = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq_loadStatsReqID = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq_querySubject = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq_timeInterval = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatsReqID = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr_loadStatsReqID = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr_loadStatisticError = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes_activityTestID = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes_activityTestResult = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq_activityTestID = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd_fault = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd_fault = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd_reason = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRes_faultStatistics = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRes_recordSubject = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr_activityTestID = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr_faultStatisticsError = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr_recordSubject = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_timePeriod = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatsRecordReq_timePeriod = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd_reason = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes_faultStatistics = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes_recordSubject = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr_faultStatisticsError = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr_recordSubject = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordReq_timePeriod = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd_reason = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq_activityTestID = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq_testSubject = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes_activityTestID = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes_activityTestResult = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq_timePeriod = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq_recordSubject = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd_reason = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr_activityTestID = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_faultStatistics = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_faultStatisticsError = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordRes_faultStatistics = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordErr_faultStatisticsError = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd_reason = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq_timePeriod = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq_recordSubject = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordRes_faultStatistics = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr_faultStatisticsError = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery_return = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery_systemDateAndTime = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery_return = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery_clientDateAndTime = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat_interval = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat_svcInterface = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval_interval = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat_interval = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat_fwInterface = -1;
+static int hf_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval_interval = -1;
+static int hf_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification_return = -1;
+static int hf_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification_eventCriteria = -1;
+static int hf_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotification_assignmentID = -1;
+static int hf_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotification_eventInfo = -1;
+static int hf_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotification_assignmentID = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_routeRes_callSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_routeRes_eventReport = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_routeRes_callLegSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_routeErr_callSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_routeErr_errorIndication = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_routeErr_callLegSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_getCallInfoRes_callSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_getCallInfoRes_callInfoReport = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_getCallInfoErr_callSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_getCallInfoErr_errorIndication = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_superviseCallRes_callSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_superviseCallRes_report = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_superviseCallRes_usedTime = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_superviseCallErr_callSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_superviseCallErr_errorIndication = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_callFaultDetected_callSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_callFaultDetected_fault = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes_callSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes_digits = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr_callSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr_errorIndication = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_callEnded_callSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpAppCall_callEnded_report = -1;
+static int hf_org_csapi_cc_gccs_IpCall_routeReq_return = -1;
+static int hf_org_csapi_cc_gccs_IpCall_routeReq_callSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpCall_routeReq_responseRequested = -1;
+static int hf_org_csapi_cc_gccs_IpCall_routeReq_targetAddress = -1;
+static int hf_org_csapi_cc_gccs_IpCall_routeReq_originatingAddress = -1;
+static int hf_org_csapi_cc_gccs_IpCall_routeReq_originalDestinationAddress = -1;
+static int hf_org_csapi_cc_gccs_IpCall_routeReq_redirectingAddress = -1;
+static int hf_org_csapi_cc_gccs_IpCall_routeReq_appInfo = -1;
+static int hf_org_csapi_cc_gccs_IpCall_release_callSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpCall_release_cause = -1;
+static int hf_org_csapi_cc_gccs_IpCall_deassignCall_callSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpCall_getCallInfoReq_callSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpCall_getCallInfoReq_callInfoRequested = -1;
+static int hf_org_csapi_cc_gccs_IpCall_setCallChargePlan_callSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpCall_setCallChargePlan_callChargePlan = -1;
+static int hf_org_csapi_cc_gccs_IpCall_setAdviceOfCharge_callSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpCall_setAdviceOfCharge_aOCInfo = -1;
+static int hf_org_csapi_cc_gccs_IpCall_setAdviceOfCharge_tariffSwitch = -1;
+static int hf_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq_callSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq_length = -1;
+static int hf_org_csapi_cc_gccs_IpCall_superviseCallReq_callSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpCall_superviseCallReq_time = -1;
+static int hf_org_csapi_cc_gccs_IpCall_superviseCallReq_treatment = -1;
+static int hf_org_csapi_cc_gccs_IpCall_continueProcessing_callSessionID = -1;
+static int hf_org_csapi_cc_gccs_IpAppCallControlManager_callAborted_callReference = -1;
+static int hf_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify_return = -1;
+static int hf_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify_callReference = -1;
+static int hf_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify_eventInfo = -1;
+static int hf_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify_assignmentID = -1;
+static int hf_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered_assignmentID = -1;
+static int hf_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased_assignmentID = -1;
+static int hf_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet = -1;
+static int hf_org_csapi_cc_gccs_IpCallControlManager_createCall_return = -1;
+static int hf_org_csapi_cc_gccs_IpCallControlManager_createCall_appCall = -1;
+static int hf_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification_return = -1;
+static int hf_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification_appCallControlManager = -1;
+static int hf_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification_eventCriteria = -1;
+static int hf_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification_assignmentID = -1;
+static int hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_return = -1;
+static int hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_duration = -1;
+static int hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_mechanism = -1;
+static int hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_treatment = -1;
+static int hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_addressRange = -1;
+static int hf_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification_assignmentID = -1;
+static int hf_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification_eventCriteria = -1;
+static int hf_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes_eventInfo = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr_errorIndication = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr_errorIndication = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr_errorIndication = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes_callLegInfoReport = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr_errorIndication = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_routeErr_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_routeErr_errorIndication = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_report = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_usedTime = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr_errorIndication = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded_cause = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall_return = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall_appCall = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification_return = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification_appCallControlManager = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification_notificationRequest = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification_assignmentID = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification_assignmentID = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification_notificationRequest = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_return = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_duration = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_mechanism = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_treatment = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_addressRange = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications_return = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications_appCallControlManager = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification_return = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification_reset = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_routeReq_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_routeReq_targetAddress = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_routeReq_originatingAddress = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_routeReq_connectionProperties = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_release_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_release_cause = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_getInfoReq_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_getInfoReq_callLegInfoRequested = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_getCall_return = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_getCall_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress_return = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_continueProcessing_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_setChargePlan_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_setChargePlan_callChargePlan = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge_aOCInfo = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge_tariffSwitch = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_time = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_treatment = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_deassign_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_return = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_setProperties_callLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes_callSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes_callInfoReport = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr_callSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr_errorIndication = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_callSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_report = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_usedTime = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr_callSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr_errorIndication = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded_callSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded_report = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr_callSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr_callLegReference = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr_errorIndication = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_callSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg_return = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg_callSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg_appCallLeg = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_return = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_callSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_targetAddress = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_originatingAddress = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appLegInterface = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_release_callSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_release_cause = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall_callSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq_callSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq_callInfoRequested = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan_callSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan_callChargePlan = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge_callSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge_aOCInfo = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge_tariffSwitch = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_callSessionID = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_time = -1;
+static int hf_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_treatment = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_return = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callReference = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_notificationInfo = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_assignmentID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted_callReference = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncountered_assignmentID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased_assignmentID = -1;
+static int hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet = -1;
+static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_callSessionID = -1;
+static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_report = -1;
+static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_usedVolume = -1;
+static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_qualityOfService = -1;
+static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr_callSessionID = -1;
+static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr_errorIndication = -1;
+static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_callLegSessionID = -1;
+static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams = -1;
+static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_type = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaStream_subtract_mediaStreamSessionID = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_callLegSessionID = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_callLegSessionID = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_callLegSessionID = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq_callSessionID = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq_volume = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq_treatment = -1;
+static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_return = -1;
+static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callReference = -1;
+static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet = -1;
+static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams = -1;
+static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_type = -1;
+static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_qualityOfService = -1;
+static int hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_assignmentID = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification_return = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification_appInterface = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification_notificationMediaRequest = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotification_assignmentID = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification_assignmentID = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification_notificationMediaRequest = -1;
+static int hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return = -1;
+static int hf_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection_subConferenceSessionID = -1;
+static int hf_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection_callLegSessionID = -1;
+static int hf_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest_subConferenceSessionID = -1;
+static int hf_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest_callLegSessionID = -1;
+static int hf_org_csapi_cc_cccs_IpAppConfCall_partyJoined_return = -1;
+static int hf_org_csapi_cc_cccs_IpAppConfCall_partyJoined_conferenceSessionID = -1;
+static int hf_org_csapi_cc_cccs_IpAppConfCall_partyJoined_callLeg = -1;
+static int hf_org_csapi_cc_cccs_IpAppConfCall_partyJoined_eventInfo = -1;
+static int hf_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes_conferenceSessionID = -1;
+static int hf_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes_callLeg = -1;
+static int hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_return = -1;
+static int hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_appConferenceCall = -1;
+static int hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_numberOfSubConferences = -1;
+static int hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_conferencePolicy = -1;
+static int hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_numberOfParticipants = -1;
+static int hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_duration = -1;
+static int hf_org_csapi_cc_cccs_IpConfCallControlManager_checkResources_return = -1;
+static int hf_org_csapi_cc_cccs_IpConfCallControlManager_checkResources_searchCriteria = -1;
+static int hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_return = -1;
+static int hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_appInterface = -1;
+static int hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_startTime = -1;
+static int hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_numberOfParticipants = -1;
+static int hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_duration = -1;
+static int hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_conferencePolicy = -1;
+static int hf_org_csapi_cc_cccs_IpConfCallControlManager_freeResources_resourceReservation = -1;
+static int hf_org_csapi_cc_cccs_IpAppConfCallControlManager_conferenceCreated_return = -1;
+static int hf_org_csapi_cc_cccs_IpAppConfCallControlManager_conferenceCreated_conferenceCall = -1;
+static int hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_return = -1;
+static int hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_subConferenceSessionID = -1;
+static int hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList = -1;
+static int hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_appSubConferenceCall = -1;
+static int hf_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference_subConferenceCallSessionID = -1;
+static int hf_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference_targetSubConferenceCall = -1;
+static int hf_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_subConferenceCallSessionID = -1;
+static int hf_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_targetSubConferenceCall = -1;
+static int hf_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_callLeg = -1;
+static int hf_org_csapi_cc_cccs_IpSubConfCall_inspectVideo_subConferenceSessionID = -1;
+static int hf_org_csapi_cc_cccs_IpSubConfCall_inspectVideo_inspectedCallLeg = -1;
+static int hf_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel_subConferenceSessionID = -1;
+static int hf_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker_subConferenceSessionID = -1;
+static int hf_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker_speakerCallLeg = -1;
+static int hf_org_csapi_cc_cccs_IpSubConfCall_chairSelection_subConferenceSessionID = -1;
+static int hf_org_csapi_cc_cccs_IpSubConfCall_chairSelection_chairCallLeg = -1;
+static int hf_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy_subConferenceSessionID = -1;
+static int hf_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy_conferencePolicy = -1;
+static int hf_org_csapi_cc_cccs_IpConfCall_getSubConferences_return = -1;
+static int hf_org_csapi_cc_cccs_IpConfCall_getSubConferences_conferenceSessionID = -1;
+static int hf_org_csapi_cc_cccs_IpConfCall_createSubConference_return = -1;
+static int hf_org_csapi_cc_cccs_IpConfCall_createSubConference_conferenceSessionID = -1;
+static int hf_org_csapi_cc_cccs_IpConfCall_createSubConference_appSubConference = -1;
+static int hf_org_csapi_cc_cccs_IpConfCall_createSubConference_conferencePolicy = -1;
+static int hf_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq_conferenceSessionID = -1;
+static int hf_org_csapi_cc_cccs_IpConfCall_getConferenceAddress_return = -1;
+static int hf_org_csapi_cc_cccs_IpConfCall_getConferenceAddress_conferenceSessionID = -1;
+static int hf_org_csapi_ui_IpAppUI_sendInfoRes_userInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUI_sendInfoRes_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUI_sendInfoRes_response = -1;
+static int hf_org_csapi_ui_IpAppUI_sendInfoErr_userInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUI_sendInfoErr_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUI_sendInfoErr_error = -1;
+static int hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_userInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_response = -1;
+static int hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_collectedInfo = -1;
+static int hf_org_csapi_ui_IpAppUI_sendInfoAndCollectErr_userInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUI_sendInfoAndCollectErr_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUI_sendInfoAndCollectErr_error = -1;
+static int hf_org_csapi_ui_IpAppUI_userInteractionFaultDetected_userInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUI_userInteractionFaultDetected_fault = -1;
+static int hf_org_csapi_ui_IpAppUICall_recordMessageRes_userInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUICall_recordMessageRes_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUICall_recordMessageRes_response = -1;
+static int hf_org_csapi_ui_IpAppUICall_recordMessageRes_messageID = -1;
+static int hf_org_csapi_ui_IpAppUICall_recordMessageErr_userInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUICall_recordMessageErr_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUICall_recordMessageErr_error = -1;
+static int hf_org_csapi_ui_IpAppUICall_deleteMessageRes_usrInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUICall_deleteMessageRes_response = -1;
+static int hf_org_csapi_ui_IpAppUICall_deleteMessageRes_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUICall_deleteMessageErr_usrInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUICall_deleteMessageErr_error = -1;
+static int hf_org_csapi_ui_IpAppUICall_deleteMessageErr_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUICall_abortActionRes_userInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUICall_abortActionRes_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUICall_abortActionErr_userInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUICall_abortActionErr_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUICall_abortActionErr_error = -1;
+static int hf_org_csapi_ui_IpAppUICall_getMessageRes_userInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUICall_getMessageRes_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUICall_getMessageRes_message = -1;
+static int hf_org_csapi_ui_IpAppUICall_getMessageErr_userInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUICall_getMessageErr_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUICall_getMessageErr_error = -1;
+static int hf_org_csapi_ui_IpAppUIManager_userInteractionAborted_userInteraction = -1;
+static int hf_org_csapi_ui_IpAppUIManager_reportEventNotification_return = -1;
+static int hf_org_csapi_ui_IpAppUIManager_reportEventNotification_userInteraction = -1;
+static int hf_org_csapi_ui_IpAppUIManager_reportEventNotification_eventNotificationInfo = -1;
+static int hf_org_csapi_ui_IpAppUIManager_reportEventNotification_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet = -1;
+static int hf_org_csapi_ui_IpUI_sendInfoReq_return = -1;
+static int hf_org_csapi_ui_IpUI_sendInfoReq_userInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpUI_sendInfoReq_info = -1;
+static int hf_org_csapi_ui_IpUI_sendInfoReq_language = -1;
+static int hf_org_csapi_ui_IpUI_sendInfoReq_variableInfo = -1;
+static int hf_org_csapi_ui_IpUI_sendInfoReq_repeatIndicator = -1;
+static int hf_org_csapi_ui_IpUI_sendInfoReq_responseRequested = -1;
+static int hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_return = -1;
+static int hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_userInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_info = -1;
+static int hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_language = -1;
+static int hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo = -1;
+static int hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_criteria = -1;
+static int hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_responseRequested = -1;
+static int hf_org_csapi_ui_IpUI_release_userInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpUI_setOriginatingAddress_userInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpUI_setOriginatingAddress_origin = -1;
+static int hf_org_csapi_ui_IpUI_getOriginatingAddress_return = -1;
+static int hf_org_csapi_ui_IpUI_getOriginatingAddress_userInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpUICall_recordMessageReq_return = -1;
+static int hf_org_csapi_ui_IpUICall_recordMessageReq_userInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpUICall_recordMessageReq_info = -1;
+static int hf_org_csapi_ui_IpUICall_recordMessageReq_criteria = -1;
+static int hf_org_csapi_ui_IpUICall_deleteMessageReq_return = -1;
+static int hf_org_csapi_ui_IpUICall_deleteMessageReq_usrInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpUICall_deleteMessageReq_messageID = -1;
+static int hf_org_csapi_ui_IpUICall_abortActionReq_userInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpUICall_abortActionReq_assignmentID = -1;
+static int hf_org_csapi_ui_IpUICall_getMessageReq_return = -1;
+static int hf_org_csapi_ui_IpUICall_getMessageReq_userInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpUICall_getMessageReq_messageID = -1;
+static int hf_org_csapi_ui_IpUIManager_createUI_return = -1;
+static int hf_org_csapi_ui_IpUIManager_createUI_appUI = -1;
+static int hf_org_csapi_ui_IpUIManager_createUI_userAddress = -1;
+static int hf_org_csapi_ui_IpUIManager_createUICall_return = -1;
+static int hf_org_csapi_ui_IpUIManager_createUICall_appUI = -1;
+static int hf_org_csapi_ui_IpUIManager_createUICall_uiTargetObject = -1;
+static int hf_org_csapi_ui_IpUIManager_createNotification_return = -1;
+static int hf_org_csapi_ui_IpUIManager_createNotification_appUIManager = -1;
+static int hf_org_csapi_ui_IpUIManager_createNotification_eventCriteria = -1;
+static int hf_org_csapi_ui_IpUIManager_destroyNotification_assignmentID = -1;
+static int hf_org_csapi_ui_IpUIManager_changeNotification_assignmentID = -1;
+static int hf_org_csapi_ui_IpUIManager_changeNotification_eventCriteria = -1;
+static int hf_org_csapi_ui_IpUIManager_getNotification_return = -1;
+static int hf_org_csapi_ui_IpUIManager_enableNotifications_return = -1;
+static int hf_org_csapi_ui_IpUIManager_enableNotifications_appUIManager = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageRes_usrInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageRes_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageRes_message = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageErr_usrInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageErr_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageErr_error = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes_usrInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes_response = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr_usrInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr_error = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_putMessageRes_usrInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_putMessageRes_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_putMessageRes_messageID = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_putMessageErr_usrInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_putMessageErr_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_putMessageErr_error = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_usrInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_final = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_usrInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_assignmentID = -1;
+static int hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_error = -1;
+static int hf_org_csapi_ui_IpUIAdminManager_getMessageReq_return = -1;
+static int hf_org_csapi_ui_IpUIAdminManager_getMessageReq_usrInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpUIAdminManager_getMessageReq_messageID = -1;
+static int hf_org_csapi_ui_IpUIAdminManager_putMessageReq_return = -1;
+static int hf_org_csapi_ui_IpUIAdminManager_putMessageReq_usrInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpUIAdminManager_putMessageReq_info = -1;
+static int hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_return = -1;
+static int hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_usrInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_messageID = -1;
+static int hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_return = -1;
+static int hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_usrInteractionSessionID = -1;
+static int hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_reset = -1;
+static int hf_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_assignmentId = -1;
+static int hf_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations = -1;
+static int hf_org_csapi_mm_ul_IpAppUserLocation_locationReportErr_assignmentId = -1;
+static int hf_org_csapi_mm_ul_IpAppUserLocation_locationReportErr_cause = -1;
+static int hf_org_csapi_mm_ul_IpAppUserLocation_locationReportErr_diagnostic = -1;
+static int hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_assignmentId = -1;
+static int hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations = -1;
+static int hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr_assignmentId = -1;
+static int hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr_cause = -1;
+static int hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr_diagnostic = -1;
+static int hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_assignmentId = -1;
+static int hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations = -1;
+static int hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_assignmentId = -1;
+static int hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_cause = -1;
+static int hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_diagnostic = -1;
+static int hf_org_csapi_mm_ul_IpUserLocation_locationReportReq_return = -1;
+static int hf_org_csapi_mm_ul_IpUserLocation_locationReportReq_appLocation = -1;
+static int hf_org_csapi_mm_ul_IpUserLocation_locationReportReq_users = -1;
+static int hf_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_return = -1;
+static int hf_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_appLocation = -1;
+static int hf_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users = -1;
+static int hf_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_request = -1;
+static int hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_return = -1;
+static int hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_appLocation = -1;
+static int hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users = -1;
+static int hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_request = -1;
+static int hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_reportingInterval = -1;
+static int hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStop_stopRequest = -1;
+static int hf_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest_return = -1;
+static int hf_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest_reset = -1;
+static int hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport_assignmentId = -1;
+static int hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport_location = -1;
+static int hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport_criterion = -1;
+static int hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_assignmentId = -1;
+static int hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_cause = -1;
+static int hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_diagnostic = -1;
+static int hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_return = -1;
+static int hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_appLocation = -1;
+static int hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users = -1;
+static int hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_request = -1;
+static int hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers = -1;
+static int hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStop_stopRequest = -1;
+static int hf_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest_return = -1;
+static int hf_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest_reset = -1;
+static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_assignmentId = -1;
+static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations = -1;
+static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr_assignmentId = -1;
+static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr_cause = -1;
+static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr_diagnostic = -1;
+static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_assignmentId = -1;
+static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations = -1;
+static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr_assignmentId = -1;
+static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr_cause = -1;
+static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr_diagnostic = -1;
+static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport_assignmentId = -1;
+static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport_location = -1;
+static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport_criterion = -1;
+static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_assignmentId = -1;
+static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_cause = -1;
+static int hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_diagnostic = -1;
+static int hf_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_return = -1;
+static int hf_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_appLocationCamel = -1;
+static int hf_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users = -1;
+static int hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_return = -1;
+static int hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_appLocationCamel = -1;
+static int hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users = -1;
+static int hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_reportingInterval = -1;
+static int hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStop_stopRequest = -1;
+static int hf_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_return = -1;
+static int hf_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_appLocationCamel = -1;
+static int hf_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users = -1;
+static int hf_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_trigger = -1;
+static int hf_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStop_stopRequest = -1;
+static int hf_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest_return = -1;
+static int hf_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest_reset = -1;
+static int hf_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest_return = -1;
+static int hf_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest_reset = -1;
+static int hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport_assignmentId = -1;
+static int hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport_location = -1;
+static int hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_assignmentId = -1;
+static int hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_cause = -1;
+static int hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_diagnostic = -1;
+static int hf_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq_return = -1;
+static int hf_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq_appEmergencyLocation = -1;
+static int hf_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq_request = -1;
+static int hf_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports_return = -1;
+static int hf_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports_appEmergencyLocation = -1;
+static int hf_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationReports_assignmentId = -1;
+static int hf_org_csapi_mm_us_IpAppUserStatus_statusReportRes_assignmentId = -1;
+static int hf_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status = -1;
+static int hf_org_csapi_mm_us_IpAppUserStatus_statusReportErr_assignmentId = -1;
+static int hf_org_csapi_mm_us_IpAppUserStatus_statusReportErr_cause = -1;
+static int hf_org_csapi_mm_us_IpAppUserStatus_statusReportErr_diagnostic = -1;
+static int hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport_assignmentId = -1;
+static int hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport_status = -1;
+static int hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr_assignmentId = -1;
+static int hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr_cause = -1;
+static int hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr_diagnostic = -1;
+static int hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_assignmentId = -1;
+static int hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status = -1;
+static int hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr_assignmentId = -1;
+static int hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr_cause = -1;
+static int hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr_diagnostic = -1;
+static int hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport_assignmentId = -1;
+static int hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport_status = -1;
+static int hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_assignmentId = -1;
+static int hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_cause = -1;
+static int hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_diagnostic = -1;
+static int hf_org_csapi_mm_us_IpUserStatus_statusReportReq_return = -1;
+static int hf_org_csapi_mm_us_IpUserStatus_statusReportReq_appStatus = -1;
+static int hf_org_csapi_mm_us_IpUserStatus_statusReportReq_users = -1;
+static int hf_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_return = -1;
+static int hf_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_appStatus = -1;
+static int hf_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users = -1;
+static int hf_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStop_stopRequest = -1;
+static int hf_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest_return = -1;
+static int hf_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest_reset = -1;
+static int hf_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_return = -1;
+static int hf_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_appStatus = -1;
+static int hf_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users = -1;
+static int hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_return = -1;
+static int hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_appStatus = -1;
+static int hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users = -1;
+static int hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStop_stopRequest = -1;
+static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return = -1;
+static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_assignmentId = -1;
+static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_address = -1;
+static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation = -1;
+static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_assignmentId = -1;
+static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_cause = -1;
+static int hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_diagnostic = -1;
+static int hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_return = -1;
+static int hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_appStatus = -1;
+static int hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users = -1;
+static int hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria = -1;
+static int hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop_assignmentId = -1;
+static int hf_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities_return = -1;
+static int hf_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities_terminalIdentity = -1;
+static int hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_assignmentID = -1;
+static int hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals = -1;
+static int hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_criteria = -1;
+static int hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_capabilities = -1;
+static int hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_assignmentId = -1;
+static int hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals = -1;
+static int hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_cause = -1;
+static int hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_return = -1;
+static int hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_appTerminalCapabilities = -1;
+static int hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals = -1;
+static int hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_capabilityScope = -1;
+static int hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_criteria = -1;
+static int hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStop_assignmentID = -1;
+static int hf_org_csapi_dsc_IpAppDataSession_connectRes_dataSessionID = -1;
+static int hf_org_csapi_dsc_IpAppDataSession_connectRes_eventReport = -1;
+static int hf_org_csapi_dsc_IpAppDataSession_connectRes_assignmentID = -1;
+static int hf_org_csapi_dsc_IpAppDataSession_connectErr_dataSessionID = -1;
+static int hf_org_csapi_dsc_IpAppDataSession_connectErr_errorIndication = -1;
+static int hf_org_csapi_dsc_IpAppDataSession_connectErr_assignmentID = -1;
+static int hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_dataSessionID = -1;
+static int hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_report = -1;
+static int hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_usedVolume = -1;
+static int hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_qualityOfService = -1;
+static int hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr_dataSessionID = -1;
+static int hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr_errorIndication = -1;
+static int hf_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected_dataSessionID = -1;
+static int hf_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected_fault = -1;
+static int hf_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted_dataSession = -1;
+static int hf_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification_return = -1;
+static int hf_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification_dataSessionReference = -1;
+static int hf_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification_eventInfo = -1;
+static int hf_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification_assignmentID = -1;
+static int hf_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet = -1;
+static int hf_org_csapi_dsc_IpDataSession_connectReq_return = -1;
+static int hf_org_csapi_dsc_IpDataSession_connectReq_dataSessionID = -1;
+static int hf_org_csapi_dsc_IpDataSession_connectReq_responseRequested = -1;
+static int hf_org_csapi_dsc_IpDataSession_connectReq_targetAddress = -1;
+static int hf_org_csapi_dsc_IpDataSession_release_dataSessionID = -1;
+static int hf_org_csapi_dsc_IpDataSession_release_cause = -1;
+static int hf_org_csapi_dsc_IpDataSession_superviseDataSessionReq_dataSessionID = -1;
+static int hf_org_csapi_dsc_IpDataSession_superviseDataSessionReq_treatment = -1;
+static int hf_org_csapi_dsc_IpDataSession_superviseDataSessionReq_bytes = -1;
+static int hf_org_csapi_dsc_IpDataSession_setDataSessionChargePlan_dataSessionID = -1;
+static int hf_org_csapi_dsc_IpDataSession_setDataSessionChargePlan_dataSessionChargePlan = -1;
+static int hf_org_csapi_dsc_IpDataSession_setAdviceOfCharge_dataSessionID = -1;
+static int hf_org_csapi_dsc_IpDataSession_setAdviceOfCharge_aoCInfo = -1;
+static int hf_org_csapi_dsc_IpDataSession_setAdviceOfCharge_tariffSwitch = -1;
+static int hf_org_csapi_dsc_IpDataSession_deassignDataSession_dataSessionID = -1;
+static int hf_org_csapi_dsc_IpDataSession_continueProcessing_dataSessionID = -1;
+static int hf_org_csapi_dsc_IpDataSessionControlManager_createNotification_return = -1;
+static int hf_org_csapi_dsc_IpDataSessionControlManager_createNotification_appDataSessionControlManager = -1;
+static int hf_org_csapi_dsc_IpDataSessionControlManager_createNotification_eventCriteria = -1;
+static int hf_org_csapi_dsc_IpDataSessionControlManager_destroyNotification_assignmentID = -1;
+static int hf_org_csapi_dsc_IpDataSessionControlManager_changeNotification_assignmentID = -1;
+static int hf_org_csapi_dsc_IpDataSessionControlManager_changeNotification_eventCriteria = -1;
+static int hf_org_csapi_dsc_IpDataSessionControlManager_enableNotifications_return = -1;
+static int hf_org_csapi_dsc_IpDataSessionControlManager_enableNotifications_appDataSessionControlManager = -1;
+static int hf_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return = -1;
+static int hf_org_csapi_dsc_IpDataSessionControlManager_createNotifications_return = -1;
+static int hf_org_csapi_dsc_IpDataSessionControlManager_createNotifications_appDataSessionControlManager = -1;
+static int hf_org_csapi_dsc_IpDataSessionControlManager_createNotifications_eventCriteria = -1;
+static int hf_org_csapi_gms_IpMessagingManager_openMailbox_return = -1;
+static int hf_org_csapi_gms_IpMessagingManager_openMailbox_mailboxID = -1;
+static int hf_org_csapi_gms_IpMessagingManager_openMailbox_authenticationInfo = -1;
+static int hf_org_csapi_gms_IpMessagingManager_enableMessagingNotification_return = -1;
+static int hf_org_csapi_gms_IpMessagingManager_enableMessagingNotification_appInterface = -1;
+static int hf_org_csapi_gms_IpMessagingManager_enableMessagingNotification_eventCriteria = -1;
+static int hf_org_csapi_gms_IpMessagingManager_disableMessagingNotification_assignmentID = -1;
+static int hf_org_csapi_gms_IpAppMessagingManager_mailboxTerminated_mailbox = -1;
+static int hf_org_csapi_gms_IpAppMessagingManager_mailboxTerminated_mailboxSessionID = -1;
+static int hf_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected_mailbox = -1;
+static int hf_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected_mailboxSessionID = -1;
+static int hf_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected_fault = -1;
+static int hf_org_csapi_gms_IpAppMessagingManager_messagingEventNotify_messagingManager = -1;
+static int hf_org_csapi_gms_IpAppMessagingManager_messagingEventNotify_eventInfo = -1;
+static int hf_org_csapi_gms_IpAppMessagingManager_messagingEventNotify_assignmentID = -1;
+static int hf_org_csapi_gms_IpMailbox_close_mailboxSessionID = -1;
+static int hf_org_csapi_gms_IpMailbox_lock_mailboxSessionID = -1;
+static int hf_org_csapi_gms_IpMailbox_unlock_mailboxSessionID = -1;
+static int hf_org_csapi_gms_IpMailbox_getInfoAmount_return = -1;
+static int hf_org_csapi_gms_IpMailbox_getInfoAmount_mailboxSessionID = -1;
+static int hf_org_csapi_gms_IpMailbox_getInfoProperties_return = -1;
+static int hf_org_csapi_gms_IpMailbox_getInfoProperties_mailboxSessionID = -1;
+static int hf_org_csapi_gms_IpMailbox_getInfoProperties_firstProperty = -1;
+static int hf_org_csapi_gms_IpMailbox_getInfoProperties_numberOfProperties = -1;
+static int hf_org_csapi_gms_IpMailbox_setInfoProperties_mailboxSessionID = -1;
+static int hf_org_csapi_gms_IpMailbox_setInfoProperties_firstProperty = -1;
+static int hf_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties = -1;
+static int hf_org_csapi_gms_IpMailbox_openFolder_return = -1;
+static int hf_org_csapi_gms_IpMailbox_openFolder_mailboxSessionID = -1;
+static int hf_org_csapi_gms_IpMailbox_openFolder_folderID = -1;
+static int hf_org_csapi_gms_IpMailbox_createFolder_mailboxSessionID = -1;
+static int hf_org_csapi_gms_IpMailbox_createFolder_folderID = -1;
+static int hf_org_csapi_gms_IpMailbox_remove_mailboxID = -1;
+static int hf_org_csapi_gms_IpMailbox_remove_authenticationInfo = -1;
+static int hf_org_csapi_gms_IpMessage_getInfoAmount_return = -1;
+static int hf_org_csapi_gms_IpMessage_getInfoAmount_folderSessionID = -1;
+static int hf_org_csapi_gms_IpMessage_getInfoAmount_messageID = -1;
+static int hf_org_csapi_gms_IpMessage_getInfoProperties_return = -1;
+static int hf_org_csapi_gms_IpMessage_getInfoProperties_folderSessionID = -1;
+static int hf_org_csapi_gms_IpMessage_getInfoProperties_messageID = -1;
+static int hf_org_csapi_gms_IpMessage_getInfoProperties_firstProperty = -1;
+static int hf_org_csapi_gms_IpMessage_getInfoProperties_numberOfProperties = -1;
+static int hf_org_csapi_gms_IpMessage_setInfoProperties_folderSessionID = -1;
+static int hf_org_csapi_gms_IpMessage_setInfoProperties_messageID = -1;
+static int hf_org_csapi_gms_IpMessage_setInfoProperties_firstProperty = -1;
+static int hf_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties = -1;
+static int hf_org_csapi_gms_IpMessage_remove_folderSessionID = -1;
+static int hf_org_csapi_gms_IpMessage_remove_messageID = -1;
+static int hf_org_csapi_gms_IpMessage_getContent_return = -1;
+static int hf_org_csapi_gms_IpMessage_getContent_folderSessionID = -1;
+static int hf_org_csapi_gms_IpMessage_getContent_messageID = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_getInfoAmount_return = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_getInfoAmount_folderSessionID = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_return = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_folderSessionID = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_firstProperty = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_numberOfProperties = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderSessionID = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_setInfoProperties_firstProperty = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_putMessage_folderSessionID = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_putMessage_message = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_getMessage_return = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_getMessage_folderSessionID = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_getMessage_messageID = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_close_mailboxSessionID = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_close_folderSessionID = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_remove_mailboxSessionID = -1;
+static int hf_org_csapi_gms_IpMailboxFolder_remove_folderID = -1;
+static int hf_org_csapi_cm_IpVPrP_getVPrPID_return = -1;
+static int hf_org_csapi_cm_IpVPrP_getSlaID_return = -1;
+static int hf_org_csapi_cm_IpVPrP_getStatus_return = -1;
+static int hf_org_csapi_cm_IpVPrP_getProvisionedQoSInfo_return = -1;
+static int hf_org_csapi_cm_IpVPrP_getValidityInfo_return = -1;
+static int hf_org_csapi_cm_IpVPrP_getPipeQoSInfo_return = -1;
+static int hf_org_csapi_cm_IpVPrP_getDsCodepoint_return = -1;
+static int hf_org_csapi_cm_IpVPrN_getVPrPList_return = -1;
+static int hf_org_csapi_cm_IpVPrN_getVPrP_return = -1;
+static int hf_org_csapi_cm_IpVPrN_getVPrP_vPrPID = -1;
+static int hf_org_csapi_cm_IpVPrN_createVPrP_return = -1;
+static int hf_org_csapi_cm_IpVPrN_createVPrP_templateRef = -1;
+static int hf_org_csapi_cm_IpVPrN_deleteVPrP_vPrPID = -1;
+static int hf_org_csapi_cm_IpQoSMenu_getTemplate_return = -1;
+static int hf_org_csapi_cm_IpQoSMenu_getTemplate_templateType = -1;
+static int hf_org_csapi_cm_IpQoSMenu_getTemplateList_return = -1;
+static int hf_org_csapi_cm_IpConnectivityManager_getQoSMenu_return = -1;
+static int hf_org_csapi_cm_IpConnectivityManager_getEnterpriseNetwork_return = -1;
+static int hf_org_csapi_cm_IpQoSTemplate_getTemplateType_return = -1;
+static int hf_org_csapi_cm_IpQoSTemplate_getDescription_return = -1;
+static int hf_org_csapi_cm_IpQoSTemplate_setSlaID_slaID = -1;
+static int hf_org_csapi_cm_IpQoSTemplate_getPipeQoSInfo_return = -1;
+static int hf_org_csapi_cm_IpQoSTemplate_setPipeQoSInfo_pipeQoSInfo = -1;
+static int hf_org_csapi_cm_IpQoSTemplate_getValidityInfo_return = -1;
+static int hf_org_csapi_cm_IpQoSTemplate_setValidityInfo_validityInfo = -1;
+static int hf_org_csapi_cm_IpQoSTemplate_setProvisionedQoSInfo_provisionedQoSInfo = -1;
+static int hf_org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo_return = -1;
+static int hf_org_csapi_cm_IpQoSTemplate_getDsCodepoint_return = -1;
+static int hf_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return = -1;
+static int hf_org_csapi_cm_IpEnterpriseNetwork_getVPrN_return = -1;
+static int hf_org_csapi_cm_IpEnterpriseNetwork_getSite_return = -1;
+static int hf_org_csapi_cm_IpEnterpriseNetwork_getSite_siteID = -1;
+static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return = -1;
+static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID_return = -1;
+static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation_return = -1;
+static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription_return = -1;
+static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet_return = -1;
+static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet_return = -1;
+static int hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet_sapID = -1;
+static int hf_org_csapi_am_IpAppAccountManager_reportNotification_chargingEventInfo = -1;
+static int hf_org_csapi_am_IpAppAccountManager_reportNotification_assignmentId = -1;
+static int hf_org_csapi_am_IpAppAccountManager_queryBalanceRes_queryId = -1;
+static int hf_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances = -1;
+static int hf_org_csapi_am_IpAppAccountManager_queryBalanceErr_queryId = -1;
+static int hf_org_csapi_am_IpAppAccountManager_queryBalanceErr_cause = -1;
+static int hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_retrievalID = -1;
+static int hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory = -1;
+static int hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr_retrievalID = -1;
+static int hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr_transactionHistoryError = -1;
+static int hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_queryId = -1;
+static int hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates = -1;
+static int hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr_queryId = -1;
+static int hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr_cause = -1;
+static int hf_org_csapi_am_IpAppAccountManager_updateBalanceRes_requestId = -1;
+static int hf_org_csapi_am_IpAppAccountManager_updateBalanceRes_balance = -1;
+static int hf_org_csapi_am_IpAppAccountManager_updateBalanceErr_requestId = -1;
+static int hf_org_csapi_am_IpAppAccountManager_updateBalanceErr_cause = -1;
+static int hf_org_csapi_am_IpAppAccountManager_createVoucherRes_requestId = -1;
+static int hf_org_csapi_am_IpAppAccountManager_createVoucherRes_voucherId = -1;
+static int hf_org_csapi_am_IpAppAccountManager_createVoucherErr_requestId = -1;
+static int hf_org_csapi_am_IpAppAccountManager_createVoucherErr_cause = -1;
+static int hf_org_csapi_am_IpAppAccountManager_destroyVoucherRes_requestId = -1;
+static int hf_org_csapi_am_IpAppAccountManager_destroyVoucherRes_voucherId = -1;
+static int hf_org_csapi_am_IpAppAccountManager_destroyVoucherErr_requestId = -1;
+static int hf_org_csapi_am_IpAppAccountManager_destroyVoucherErr_voucherId = -1;
+static int hf_org_csapi_am_IpAppAccountManager_destroyVoucherErr_cause = -1;
+static int hf_org_csapi_am_IpAppAccountManager_queryVoucherRes_queryId = -1;
+static int hf_org_csapi_am_IpAppAccountManager_queryVoucherRes_voucher = -1;
+static int hf_org_csapi_am_IpAppAccountManager_queryVoucherErr_queryId = -1;
+static int hf_org_csapi_am_IpAppAccountManager_queryVoucherErr_voucherId = -1;
+static int hf_org_csapi_am_IpAppAccountManager_queryVoucherErr_cause = -1;
+static int hf_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_queryId = -1;
+static int hf_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers = -1;
+static int hf_org_csapi_am_IpAppAccountManager_queryUserVouchersErr_queryId = -1;
+static int hf_org_csapi_am_IpAppAccountManager_queryUserVouchersErr_cause = -1;
+static int hf_org_csapi_am_IpAccountManager_createNotification_return = -1;
+static int hf_org_csapi_am_IpAccountManager_createNotification_appAccountManager = -1;
+static int hf_org_csapi_am_IpAccountManager_createNotification_chargingEventCriteria = -1;
+static int hf_org_csapi_am_IpAccountManager_destroyNotification_assignmentId = -1;
+static int hf_org_csapi_am_IpAccountManager_queryBalanceReq_return = -1;
+static int hf_org_csapi_am_IpAccountManager_queryBalanceReq_users = -1;
+static int hf_org_csapi_am_IpAccountManager_changeNotification_assignmentID = -1;
+static int hf_org_csapi_am_IpAccountManager_changeNotification_eventCriteria = -1;
+static int hf_org_csapi_am_IpAccountManager_getNotification_return = -1;
+static int hf_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq_return = -1;
+static int hf_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq_user = -1;
+static int hf_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq_transactionInterval = -1;
+static int hf_org_csapi_am_IpAccountManager_enableNotifications_return = -1;
+static int hf_org_csapi_am_IpAccountManager_enableNotifications_appAccountManager = -1;
+static int hf_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_return = -1;
+static int hf_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users = -1;
+static int hf_org_csapi_am_IpAccountManager_updateBalanceReq_return = -1;
+static int hf_org_csapi_am_IpAccountManager_updateBalanceReq_user = -1;
+static int hf_org_csapi_am_IpAccountManager_updateBalanceReq_debit = -1;
+static int hf_org_csapi_am_IpAccountManager_updateBalanceReq_amount = -1;
+static int hf_org_csapi_am_IpAccountManager_updateBalanceReq_period = -1;
+static int hf_org_csapi_am_IpAccountManager_createVoucherReq_return = -1;
+static int hf_org_csapi_am_IpAccountManager_createVoucherReq_user = -1;
+static int hf_org_csapi_am_IpAccountManager_createVoucherReq_amount = -1;
+static int hf_org_csapi_am_IpAccountManager_destroyVoucherReq_return = -1;
+static int hf_org_csapi_am_IpAccountManager_destroyVoucherReq_voucherId = -1;
+static int hf_org_csapi_am_IpAccountManager_queryVoucherReq_return = -1;
+static int hf_org_csapi_am_IpAccountManager_queryVoucherReq_voucherId = -1;
+static int hf_org_csapi_am_IpAccountManager_queryUserVouchersReq_return = -1;
+static int hf_org_csapi_am_IpAccountManager_queryUserVouchersReq_user = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_error = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_requestNumberNextRequest = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_creditedAmount = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_reservedAmountLeft = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_requestNumberNextRequest = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_error = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_requestNumberNextRequest = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_requestNumberNextRequest = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_error = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_requestNumberNextRequest = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_debitedAmount = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_reservedAmountLeft = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_requestNumberNextRequest = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_error = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_requestNumberNextRequest = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_requestNumberNextRequest = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_error = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_requestNumberNextRequest = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directCreditAmountRes_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directCreditAmountRes_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directCreditAmountRes_creditedAmount = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directCreditAmountRes_requestNumberNextRequest = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_error = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_requestNumberNextRequest = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_requestNumberNextRequest = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_error = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_requestNumberNextRequest = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directDebitAmountRes_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directDebitAmountRes_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directDebitAmountRes_debitedAmount = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directDebitAmountRes_requestNumberNextRequest = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_error = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_requestNumberNextRequest = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_requestNumberNextRequest = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr_error = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes_sessionTimeLeft = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_rateErr_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_rateErr_error = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_rateRes_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_rateRes_rates = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_rateRes_validityTimeLeft = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_error = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_requestNumberNextRequest = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_reservedAmount = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_sessionTimeLeft = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_requestNumberNextRequest = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_error = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_requestNumberNextRequest = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_sessionTimeLeft = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_requestNumberNextRequest = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_sessionEnded_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingSession_sessionEnded_report = -1;
+static int hf_org_csapi_cs_IpChargingSession_creditAmountReq_sessionID = -1;
+static int hf_org_csapi_cs_IpChargingSession_creditAmountReq_applicationDescription = -1;
+static int hf_org_csapi_cs_IpChargingSession_creditAmountReq_amount = -1;
+static int hf_org_csapi_cs_IpChargingSession_creditAmountReq_closeReservation = -1;
+static int hf_org_csapi_cs_IpChargingSession_creditAmountReq_requestNumber = -1;
+static int hf_org_csapi_cs_IpChargingSession_creditUnitReq_sessionID = -1;
+static int hf_org_csapi_cs_IpChargingSession_creditUnitReq_applicationDescription = -1;
+static int hf_org_csapi_cs_IpChargingSession_creditUnitReq_volumes = -1;
+static int hf_org_csapi_cs_IpChargingSession_creditUnitReq_closeReservation = -1;
+static int hf_org_csapi_cs_IpChargingSession_creditUnitReq_requestNumber = -1;
+static int hf_org_csapi_cs_IpChargingSession_debitAmountReq_sessionID = -1;
+static int hf_org_csapi_cs_IpChargingSession_debitAmountReq_applicationDescription = -1;
+static int hf_org_csapi_cs_IpChargingSession_debitAmountReq_amount = -1;
+static int hf_org_csapi_cs_IpChargingSession_debitAmountReq_closeReservation = -1;
+static int hf_org_csapi_cs_IpChargingSession_debitAmountReq_requestNumber = -1;
+static int hf_org_csapi_cs_IpChargingSession_debitUnitReq_sessionID = -1;
+static int hf_org_csapi_cs_IpChargingSession_debitUnitReq_applicationDescription = -1;
+static int hf_org_csapi_cs_IpChargingSession_debitUnitReq_volumes = -1;
+static int hf_org_csapi_cs_IpChargingSession_debitUnitReq_closeReservation = -1;
+static int hf_org_csapi_cs_IpChargingSession_debitUnitReq_requestNumber = -1;
+static int hf_org_csapi_cs_IpChargingSession_directCreditAmountReq_sessionID = -1;
+static int hf_org_csapi_cs_IpChargingSession_directCreditAmountReq_applicationDescription = -1;
+static int hf_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters = -1;
+static int hf_org_csapi_cs_IpChargingSession_directCreditAmountReq_amount = -1;
+static int hf_org_csapi_cs_IpChargingSession_directCreditAmountReq_requestNumber = -1;
+static int hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_sessionID = -1;
+static int hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_applicationDescription = -1;
+static int hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters = -1;
+static int hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes = -1;
+static int hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_requestNumber = -1;
+static int hf_org_csapi_cs_IpChargingSession_directDebitAmountReq_sessionID = -1;
+static int hf_org_csapi_cs_IpChargingSession_directDebitAmountReq_applicationDescription = -1;
+static int hf_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters = -1;
+static int hf_org_csapi_cs_IpChargingSession_directDebitAmountReq_amount = -1;
+static int hf_org_csapi_cs_IpChargingSession_directDebitAmountReq_requestNumber = -1;
+static int hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_sessionID = -1;
+static int hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_applicationDescription = -1;
+static int hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters = -1;
+static int hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes = -1;
+static int hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_requestNumber = -1;
+static int hf_org_csapi_cs_IpChargingSession_extendLifeTimeReq_sessionID = -1;
+static int hf_org_csapi_cs_IpChargingSession_getAmountLeft_return = -1;
+static int hf_org_csapi_cs_IpChargingSession_getAmountLeft_sessionID = -1;
+static int hf_org_csapi_cs_IpChargingSession_getLifeTimeLeft_return = -1;
+static int hf_org_csapi_cs_IpChargingSession_getLifeTimeLeft_sessionID = -1;
+static int hf_org_csapi_cs_IpChargingSession_getUnitLeft_return = -1;
+static int hf_org_csapi_cs_IpChargingSession_getUnitLeft_sessionID = -1;
+static int hf_org_csapi_cs_IpChargingSession_rateReq_sessionID = -1;
+static int hf_org_csapi_cs_IpChargingSession_rateReq_chargingParameters = -1;
+static int hf_org_csapi_cs_IpChargingSession_release_sessionID = -1;
+static int hf_org_csapi_cs_IpChargingSession_release_requestNumber = -1;
+static int hf_org_csapi_cs_IpChargingSession_reserveAmountReq_sessionID = -1;
+static int hf_org_csapi_cs_IpChargingSession_reserveAmountReq_applicationDescription = -1;
+static int hf_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters = -1;
+static int hf_org_csapi_cs_IpChargingSession_reserveAmountReq_preferredAmount = -1;
+static int hf_org_csapi_cs_IpChargingSession_reserveAmountReq_minimumAmount = -1;
+static int hf_org_csapi_cs_IpChargingSession_reserveAmountReq_requestNumber = -1;
+static int hf_org_csapi_cs_IpChargingSession_reserveUnitReq_sessionID = -1;
+static int hf_org_csapi_cs_IpChargingSession_reserveUnitReq_applicationDescription = -1;
+static int hf_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters = -1;
+static int hf_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes = -1;
+static int hf_org_csapi_cs_IpChargingSession_reserveUnitReq_requestNumber = -1;
+static int hf_org_csapi_cs_IpAppChargingManager_sessionAborted_sessionID = -1;
+static int hf_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet = -1;
+static int hf_org_csapi_cs_IpChargingManager_createChargingSession_return = -1;
+static int hf_org_csapi_cs_IpChargingManager_createChargingSession_appChargingSession = -1;
+static int hf_org_csapi_cs_IpChargingManager_createChargingSession_sessionDescription = -1;
+static int hf_org_csapi_cs_IpChargingManager_createChargingSession_merchantAccount = -1;
+static int hf_org_csapi_cs_IpChargingManager_createChargingSession_user = -1;
+static int hf_org_csapi_cs_IpChargingManager_createChargingSession_correlationID = -1;
+static int hf_org_csapi_cs_IpChargingManager_createSplitChargingSession_return = -1;
+static int hf_org_csapi_cs_IpChargingManager_createSplitChargingSession_appChargingSession = -1;
+static int hf_org_csapi_cs_IpChargingManager_createSplitChargingSession_sessionDescription = -1;
+static int hf_org_csapi_cs_IpChargingManager_createSplitChargingSession_merchantAccount = -1;
+static int hf_org_csapi_cs_IpChargingManager_createSplitChargingSession_users = -1;
+static int hf_org_csapi_cs_IpChargingManager_createSplitChargingSession_correlationID = -1;
+static int hf_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification_assignmentID = -1;
+static int hf_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification_event = -1;
+static int hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_assignmentID = -1;
+static int hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables = -1;
+static int hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr_assignmentID = -1;
+static int hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr_error = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_domainName = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_signatureName = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_return = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_domainName = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_signatureName = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_appPolicyDomain = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq_domainName = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq_assignmentID = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_domainName = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_eventDefinitionName = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_return = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_domainName = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_appPolicyDomain = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_assignmentID = -1;
+static int hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicy_getAttribute_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicy_getAttribute_attributeName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicy_setAttribute_targetAttribute = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_startIndex = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_numberRequested = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getParentRepository_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createRepository_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createRepository_repositoryName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getRepository_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getRepository_repositoryName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_removeRepository_repositoryName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryIterator_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionType = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getCondition_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getCondition_conditionName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_removeCondition_conditionName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getConditionIterator_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createAction_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionType = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getAction_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getAction_actionName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_removeAction_actionName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRepository_getActionIterator_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_getParentGroup_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_getParentDomain_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_createCondition_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionType = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_getCondition_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_getCondition_conditionName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_removeCondition_conditionName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_getConditionIterator_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_createAction_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionType = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_getAction_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_getAction_actionName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_removeAction_actionName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_getActionCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_getActionIterator_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByName_conditionName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodCondition_conditionReference = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_getValidityPeriodCondition_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_createDomain_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_createDomain_domainName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_getDomain_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_getDomain_domainName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_removeDomain_domainName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_getDomainIterator_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_createRepository_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_createRepository_repositoryName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_getRepository_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_getRepository_repositoryName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_removeRepository_repositoryName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryIterator_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getParentDomain_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getParentGroup_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyGroup_createGroup_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyGroup_createGroup_groupName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getGroup_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getGroup_groupName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup_groupName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getGroupIterator_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyGroup_createRule_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyGroup_createRule_ruleName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getRule_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getRule_ruleName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyGroup_removeRule_ruleName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyGroup_getRuleIterator_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_getParentDomain_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyCondition_getParentRepository_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyCondition_getParentRule_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyAction_getParentRepository_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyAction_getParentRule_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicySignature_getParentDomain_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getParentDomain_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createDomain_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createDomain_domainName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getDomain_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getDomain_domainName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain_domainName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getDomainIterator_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createGroup_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createGroup_groupName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getGroup_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getGroup_groupName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup_groupName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getGroupIterator_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createRule_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createRule_ruleName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getRule_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getRule_ruleName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeRule_ruleName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getRuleIterator_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_eventDefinitionName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition_eventDefinitionName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition_eventDefinitionName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionIterator_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet_variableSetName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_variableSetName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet_variableSetName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetIterator_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariable_variableSetName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariable_variableName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariable_variableType = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue_variableSetName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue_variableName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue_variableValue = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType_variableSetName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType_variableName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue_variableSetName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue_variableName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariable_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariable_variableSetName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariable_variableName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable_variablSetName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable_variableName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createSignature_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_createSignature_signatureName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getSignature_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getSignature_signatureName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature_signatureName = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount_return = -1;
+static int hf_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureIterator_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_group = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_member = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_group = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_alias = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_alias = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_alias = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_typeName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_identityType = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_identityType = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_agentName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_agentName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_agentName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_agentName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_agentName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_agentName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_agentName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_capability = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_agentName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_agentName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_typeName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_agentName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_agentType = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_agentName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_agentType = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_agentName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_agentName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_agentName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_capability = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_capability = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_pAttribute = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_attributeName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_attributeName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_typeName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_typeName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_typeName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_typeName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_typeName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_pAttribute = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_attributeName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_attributeName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_typeName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_typeName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_typeName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_typeName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_typeName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_pAttribute = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_attributeName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_attributeName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_capabilityName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_capabilityName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_capabilityName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_capabilityName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_capabilityName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_agentType = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_agentType = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_agentType = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface_interfaceName = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_return = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_identity = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_operation = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_newAccessControl = -1;
+static int hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_identity = -1;
+static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_identityType = -1;
+static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes = -1;
+static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_identity = -1;
+static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_identityType = -1;
+static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames = -1;
+static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_expiresIn = -1;
+static int hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return = -1;
+static int hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_identity = -1;
+static int hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_identityType = -1;
+static int hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames = -1;
+static int hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_agent = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_agentType = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_agent = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_capability = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_agent = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_agentType = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_expiresIn = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_agent = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_capability = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_expiresIn = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_agent = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_agentType = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_agent = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_capability = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames = -1;
+static int hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken = -1;
+static int hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return = -1;
+static int hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_identity = -1;
+static int hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_pamContext = -1;
+static int hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames = -1;
+static int hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_return = -1;
+static int hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_identity = -1;
+static int hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_pamContext = -1;
+static int hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames = -1;
+static int hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMAvailability_getPreference_return = -1;
+static int hf_org_csapi_pam_access_IpPAMAvailability_getPreference_identity = -1;
+static int hf_org_csapi_pam_access_IpPAMAvailability_getPreference_pamContext = -1;
+static int hf_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMAvailability_setPreference_identity = -1;
+static int hf_org_csapi_pam_access_IpPAMAvailability_setPreference_pamContext = -1;
+static int hf_org_csapi_pam_access_IpPAMAvailability_setPreference_operation = -1;
+static int hf_org_csapi_pam_access_IpPAMAvailability_setPreference_newPreference = -1;
+static int hf_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface_return = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface_interfaceName = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_return = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_identity = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_identity = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_operation = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_newAccessControl = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_identity = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_identity = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_return = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_identity = -1;
+static int hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken = -1;
+static int hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventID = -1;
+static int hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo = -1;
+static int hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr_eventID = -1;
+static int hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr_errorInfo = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_return = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_clientID = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_return = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_appInterface = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_return = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_clientID = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_validFor = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_clientID = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_eventID = -1;
+static int hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_obtainInterface_return = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_obtainInterface_interfaceName = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_return = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_identity = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_identity = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_operation = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_newAccessControl = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_activateService_identity = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_activateService_authToken = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_identity = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_return = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_identity = -1;
+static int hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_mailboxTerminated_mailboxIdentifier = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_return = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_assignmentID = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_multiMediaMessagingTerminated_multimediaMessagingIdentifier = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox_return = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox_mailboxID = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox_authenticationInfo = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox_appMailbox = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging_return = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging_defaultDestinationAddressList = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging_defaultSourceAddress = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging_appMultiMediaMessaging = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_return = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_appMultiMediaMessagingManager = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification_assignmentID = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_assignmentID = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification_return = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification_reset = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications_return = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications_appMultiMediaMessagingManager = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_createFolderRes_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_createFolderRes_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_createFolderRes_folderID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_createFolderErr_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_createFolderErr_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_createFolderErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_createFolderErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_folderID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_deleteFolderRes_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_deleteFolderRes_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_copyFolderRes_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_copyFolderRes_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_moveFolderRes_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_moveFolderRes_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_putMessageRes_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_putMessageRes_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_putMessageRes_messageID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_putMessageErr_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_putMessageErr_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_putMessageErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_putMessageErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_copyMessageRes_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_copyMessageRes_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_moveMessageRes_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_moveMessageRes_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_deleteMessageRes_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_deleteMessageRes_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_mailboxStatusInfo = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_final = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_contentType = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_contentTransferEncoding = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_folderID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_messageID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_messageID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_messageID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_requestID = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpMailbox_close_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpMailbox_createFolderReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_createFolderReq_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpMailbox_createFolderReq_folderID = -1;
+static int hf_org_csapi_mmm_IpMailbox_getFoldersReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_getFoldersReq_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpMailbox_getFoldersReq_folderID = -1;
+static int hf_org_csapi_mmm_IpMailbox_deleteFolderReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_deleteFolderReq_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpMailbox_deleteFolderReq_folderID = -1;
+static int hf_org_csapi_mmm_IpMailbox_copyFolderReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_copyFolderReq_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpMailbox_copyFolderReq_sourceFolderID = -1;
+static int hf_org_csapi_mmm_IpMailbox_copyFolderReq_destinationFolderID = -1;
+static int hf_org_csapi_mmm_IpMailbox_moveFolderReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_moveFolderReq_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpMailbox_moveFolderReq_sourceFolderID = -1;
+static int hf_org_csapi_mmm_IpMailbox_moveFolderReq_destinationFolderID = -1;
+static int hf_org_csapi_mmm_IpMailbox_putMessageReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_putMessageReq_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpMailbox_putMessageReq_folderID = -1;
+static int hf_org_csapi_mmm_IpMailbox_putMessageReq_message = -1;
+static int hf_org_csapi_mmm_IpMailbox_copyMessageReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_copyMessageReq_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpMailbox_copyMessageReq_fromFolderID = -1;
+static int hf_org_csapi_mmm_IpMailbox_copyMessageReq_toFolderID = -1;
+static int hf_org_csapi_mmm_IpMailbox_copyMessageReq_messageID = -1;
+static int hf_org_csapi_mmm_IpMailbox_moveMessageReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_moveMessageReq_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpMailbox_moveMessageReq_fromFolderID = -1;
+static int hf_org_csapi_mmm_IpMailbox_moveMessageReq_toFolderID = -1;
+static int hf_org_csapi_mmm_IpMailbox_moveMessageReq_messageID = -1;
+static int hf_org_csapi_mmm_IpMailbox_deleteMessageReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_deleteMessageReq_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpMailbox_deleteMessageReq_fromFolderID = -1;
+static int hf_org_csapi_mmm_IpMailbox_deleteMessageReq_messageID = -1;
+static int hf_org_csapi_mmm_IpMailbox_listMessagesReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_listMessagesReq_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpMailbox_listMessagesReq_folderID = -1;
+static int hf_org_csapi_mmm_IpMailbox_listMessagesReq_criteria = -1;
+static int hf_org_csapi_mmm_IpMailbox_listMessagesReq_reset = -1;
+static int hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_folderID = -1;
+static int hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_messageID = -1;
+static int hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_maxNestingLevel = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_folderID = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_messageID = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_folderID = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_messageID = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageContentReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageContentReq_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageContentReq_folderID = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageContentReq_messageID = -1;
+static int hf_org_csapi_mmm_IpMailbox_getFullMessageReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_getFullMessageReq_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpMailbox_getFullMessageReq_folderID = -1;
+static int hf_org_csapi_mmm_IpMailbox_getFullMessageReq_messageID = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_folderID = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_messageID = -1;
+static int hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_return = -1;
+static int hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_mailboxSessionID = -1;
+static int hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_messageID = -1;
+static int hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes_sessionID = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes_assignmentID = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_sessionID = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_assignmentID = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes_sessionID = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes_assignmentID = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_sessionID = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_assignmentID = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_sessionID = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_assignmentID = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_sessionID = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_assignmentID = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_error = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_errorDetails = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_sessionID = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_assignmentID = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_destinationAddress = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_deliveryReportType = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_deliveryReportInfo = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_sessionID = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message = -1;
+static int hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_return = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_sessionID = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_sourceAddress = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_destinationAddressList = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_deliveryType = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq_sessionID = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq_assignmentID = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq_sessionID = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq_assignmentID = -1;
+static int hf_org_csapi_mmm_IpMultiMediaMessaging_close_sessionID = -1;
+ /* Struct filters */
+static int hf_org_csapi_TpAddress_Plan = -1;
+static int hf_org_csapi_TpAddress_AddrString = -1;
+static int hf_org_csapi_TpAddress_Name = -1;
+static int hf_org_csapi_TpAddress_Presentation = -1;
+static int hf_org_csapi_TpAddress_Screening = -1;
+static int hf_org_csapi_TpAddress_SubAddressString = -1;
+static int hf_org_csapi_TpAddressRange_Plan = -1;
+static int hf_org_csapi_TpAddressRange_AddrString = -1;
+static int hf_org_csapi_TpAddressRange_Name = -1;
+static int hf_org_csapi_TpAddressRange_SubAddressString = -1;
+static int hf_org_csapi_TpCAIElements_UnitsPerInterval = -1;
+static int hf_org_csapi_TpCAIElements_SecondsPerTimeInterval = -1;
+static int hf_org_csapi_TpCAIElements_ScalingFactor = -1;
+static int hf_org_csapi_TpCAIElements_UnitIncrement = -1;
+static int hf_org_csapi_TpCAIElements_UnitsPerDataInterval = -1;
+static int hf_org_csapi_TpCAIElements_SegmentsPerDataInterval = -1;
+static int hf_org_csapi_TpCAIElements_InitialSecsPerTimeInterval = -1;
+static int hf_org_csapi_TpChargeAdviceInfo_CurrentCAI = -1;
+static int hf_org_csapi_TpChargeAdviceInfo_NextCAI = -1;
+static int hf_org_csapi_TpChargePerTime_InitialCharge = -1;
+static int hf_org_csapi_TpChargePerTime_CurrentChargePerMinute = -1;
+static int hf_org_csapi_TpChargePerTime_NextChargePerMinute = -1;
+static int hf_org_csapi_TpAoCInfo_ChargeOrder = -1;
+static int hf_org_csapi_TpAoCInfo_Currency = -1;
+static int hf_org_csapi_TpTimeInterval_StartTime = -1;
+static int hf_org_csapi_TpTimeInterval_StopTime = -1;
+static int hf_org_csapi_TpStructuredAttributeValue_Type = -1;
+static int hf_org_csapi_TpStructuredAttributeValue_Value = -1;
+static int hf_org_csapi_TpAttribute_AttributeName = -1;
+static int hf_org_csapi_TpAttribute_AttributeValue = -1;
+static int hf_org_csapi_fw_TpFaultStats_Fault = -1;
+static int hf_org_csapi_fw_TpFaultStats_Occurrences = -1;
+static int hf_org_csapi_fw_TpFaultStats_MaxDuration = -1;
+static int hf_org_csapi_fw_TpFaultStats_TotalDuration = -1;
+static int hf_org_csapi_fw_TpFaultStats_NumberOfClientsAffected = -1;
+static int hf_org_csapi_fw_TpFaultStatsRecord_Period = -1;
+static int hf_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet = -1;
+static int hf_org_csapi_fw_TpLoadPolicy_LoadPolicy = -1;
+static int hf_org_csapi_fw_TpLoadStatisticData_LoadValue = -1;
+static int hf_org_csapi_fw_TpLoadStatisticData_LoadLevel = -1;
+static int hf_org_csapi_fw_TpLoadThreshold_LoadThreshold = -1;
+static int hf_org_csapi_fw_TpLoadInitVal_LoadLevel = -1;
+static int hf_org_csapi_fw_TpLoadInitVal_LoadThreshold = -1;
+static int hf_org_csapi_fw_TpProperty_PropertyName = -1;
+static int hf_org_csapi_fw_TpProperty_PropertyValue = -1;
+static int hf_org_csapi_fw_TpClientAppDescription_ClientAppID = -1;
+static int hf_org_csapi_fw_TpClientAppDescription_ClientAppProperties = -1;
+static int hf_org_csapi_fw_TpClientAppDescription_HasAccessSession = -1;
+static int hf_org_csapi_fw_TpClientAppDescription_HasServiceInstances = -1;
+static int hf_org_csapi_fw_TpEntOp_EntOpID = -1;
+static int hf_org_csapi_fw_TpEntOp_EntOpProperties = -1;
+static int hf_org_csapi_fw_TpSag_SagID = -1;
+static int hf_org_csapi_fw_TpSag_SagDescription = -1;
+static int hf_org_csapi_fw_TpServiceProperty_ServicePropertyName = -1;
+static int hf_org_csapi_fw_TpServiceProperty_ServicePropertyValueList = -1;
+static int hf_org_csapi_fw_TpServiceDescription_ServiceTypeName = -1;
+static int hf_org_csapi_fw_TpServiceDescription_ServicePropertyList = -1;
+static int hf_org_csapi_fw_TpService_ServiceID = -1;
+static int hf_org_csapi_fw_TpService_ServiceDescription = -1;
+static int hf_org_csapi_fw_TpServiceProfileDescription_ServiceContractID = -1;
+static int hf_org_csapi_fw_TpServiceProfileDescription_ServiceStartDate = -1;
+static int hf_org_csapi_fw_TpServiceProfileDescription_ServiceEndDate = -1;
+static int hf_org_csapi_fw_TpServiceProfileDescription_ServiceTypeName = -1;
+static int hf_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties = -1;
+static int hf_org_csapi_fw_TpServiceProfileDescription_InUse = -1;
+static int hf_org_csapi_fw_TpServiceProfileDescription_ServiceID = -1;
+static int hf_org_csapi_fw_TpServiceTypeProperty_ServicePropertyName = -1;
+static int hf_org_csapi_fw_TpServiceTypeProperty_ServiceTypePropertyMode = -1;
+static int hf_org_csapi_fw_TpServiceTypeProperty_ServicePropertyTypeName = -1;
+static int hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList = -1;
+static int hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList = -1;
+static int hf_org_csapi_fw_TpServiceTypeDescription_AvailableOrUnavailable = -1;
+static int hf_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature = -1;
+static int hf_org_csapi_fw_TpSignatureAndServiceMgr_ServiceMgrInterface = -1;
+static int hf_org_csapi_fw_TpPerson_PersonName = -1;
+static int hf_org_csapi_fw_TpPerson_PostalAddress = -1;
+static int hf_org_csapi_fw_TpPerson_TelephoneNumber = -1;
+static int hf_org_csapi_fw_TpPerson_Email = -1;
+static int hf_org_csapi_fw_TpPerson_HomePage = -1;
+static int hf_org_csapi_fw_TpPerson_PersonProperties = -1;
+static int hf_org_csapi_fw_TpServiceContractDescription_ServiceRequestor = -1;
+static int hf_org_csapi_fw_TpServiceContractDescription_BillingContact = -1;
+static int hf_org_csapi_fw_TpServiceContractDescription_ServiceStartDate = -1;
+static int hf_org_csapi_fw_TpServiceContractDescription_ServiceEndDate = -1;
+static int hf_org_csapi_fw_TpServiceContractDescription_ServiceTypeName = -1;
+static int hf_org_csapi_fw_TpServiceContractDescription_ServiceID = -1;
+static int hf_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties = -1;
+static int hf_org_csapi_fw_TpServiceContractDescription_InUse = -1;
+static int hf_org_csapi_fw_TpLoadStatistic_LoadStatisticEntityID = -1;
+static int hf_org_csapi_fw_TpLoadStatistic_TimeStamp = -1;
+static int hf_org_csapi_fw_TpLoadStatistic_LoadStatisticInfo = -1;
+static int hf_org_csapi_fw_TpServiceContract_ServiceContractID = -1;
+static int hf_org_csapi_fw_TpServiceContract_ServiceContractDescription = -1;
+static int hf_org_csapi_fw_TpServiceProfile_ServiceProfileID = -1;
+static int hf_org_csapi_fw_TpServiceProfile_ServiceProfileDescription = -1;
+static int hf_org_csapi_fw_TpAuthDomain_DomainID = -1;
+static int hf_org_csapi_fw_TpAuthDomain_AuthInterface = -1;
+static int hf_org_csapi_fw_TpSagProfilePair_Sag = -1;
+static int hf_org_csapi_fw_TpSagProfilePair_ServiceProfile = -1;
+static int hf_org_csapi_fw_TpAddSagMembersConflict_ClientApplication = -1;
+static int hf_org_csapi_fw_TpAddSagMembersConflict_ConflictGeneratingSagProfilePair = -1;
+static int hf_org_csapi_fw_TpAddSagMembersConflict_AlreadyAssignedSagProfilePair = -1;
+static int hf_org_csapi_fw_TpAddSagMembersConflict_Service = -1;
+static int hf_org_csapi_fw_TpAssignSagToServiceProfileConflict_ClientApplication = -1;
+static int hf_org_csapi_fw_TpAssignSagToServiceProfileConflict_AlreadyAssignedSagProfilePair = -1;
+static int hf_org_csapi_fw_TpAssignSagToServiceProfileConflict_Service = -1;
+static int hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyName = -1;
+static int hf_org_csapi_fw_TpServiceTypePropertyValue_ServiceTypePropertyMode = -1;
+static int hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyTypeName = -1;
+static int hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList = -1;
+static int hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_ServiceType = -1;
+static int hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_ServiceID = -1;
+static int hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_CompatibleServiceID = -1;
+static int hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_BackwardCompatibilityLevel = -1;
+static int hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationRequired = -1;
+static int hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_DataMigrated = -1;
+static int hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationDataAndTime = -1;
+static int hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo = -1;
+static int hf_org_csapi_fw_TpFwAgreementInfo_ClientApplicationID = -1;
+static int hf_org_csapi_fw_TpFwAgreementInfo_ServiceID = -1;
+static int hf_org_csapi_fw_TpFwAgreementInfo_ServiceContractID = -1;
+static int hf_org_csapi_fw_TpFwAgreementInfo_ServiceProfileID = -1;
+static int hf_org_csapi_ui_TpUIMessageCriteria_EndSequence = -1;
+static int hf_org_csapi_ui_TpUIMessageCriteria_MaxMessageTime = -1;
+static int hf_org_csapi_ui_TpUIMessageCriteria_MaxMessageSize = -1;
+static int hf_org_csapi_ui_TpUIEventInfo_OriginatingAddress = -1;
+static int hf_org_csapi_ui_TpUIEventInfo_DestinationAddress = -1;
+static int hf_org_csapi_ui_TpUIEventInfo_ServiceCode = -1;
+static int hf_org_csapi_ui_TpUIEventInfo_DataTypeIndication = -1;
+static int hf_org_csapi_ui_TpUIEventInfo_DataString = -1;
+static int hf_org_csapi_ui_TpUIEventCriteria_OriginatingAddress = -1;
+static int hf_org_csapi_ui_TpUIEventCriteria_DestinationAddress = -1;
+static int hf_org_csapi_ui_TpUIEventCriteria_ServiceCode = -1;
+static int hf_org_csapi_ui_TpUIEventCriteriaResult_EventCriteria = -1;
+static int hf_org_csapi_ui_TpUIEventCriteriaResult_AssignmentID = -1;
+static int hf_org_csapi_ui_TpUIEventNotificationInfo_OriginatingAddress = -1;
+static int hf_org_csapi_ui_TpUIEventNotificationInfo_DestinationAddress = -1;
+static int hf_org_csapi_ui_TpUIEventNotificationInfo_ServiceCode = -1;
+static int hf_org_csapi_ui_TpUIEventNotificationInfo_DataTypeIndication = -1;
+static int hf_org_csapi_ui_TpUIEventNotificationInfo_UIEventData = -1;
+static int hf_org_csapi_ui_TpUIRecognitionProperty_PropertyName = -1;
+static int hf_org_csapi_ui_TpUIRecognitionProperty_PropertyValue = -1;
+static int hf_org_csapi_ui_TpUIRecognitionCriteria_SpeakerID = -1;
+static int hf_org_csapi_ui_TpUIRecognitionCriteria_Properties = -1;
+static int hf_org_csapi_ui_TpUIRecognitionCriteria_Grammar = -1;
+static int hf_org_csapi_ui_TpUICollectCriteria_MinLength = -1;
+static int hf_org_csapi_ui_TpUICollectCriteria_MaxLength = -1;
+static int hf_org_csapi_ui_TpUICollectCriteria_EndSequence = -1;
+static int hf_org_csapi_ui_TpUICollectCriteria_StartTimeout = -1;
+static int hf_org_csapi_ui_TpUICollectCriteria_InterCharTimeout = -1;
+static int hf_org_csapi_ui_TpUICollectCriteria_CollectMode = -1;
+static int hf_org_csapi_ui_TpUICollectCriteria_RecognitionCriteria = -1;
+static int hf_org_csapi_ui_TpUIWordOverride_Spelling = -1;
+static int hf_org_csapi_ui_TpUIWordOverride_PronounceType = -1;
+static int hf_org_csapi_ui_TpUIWordOverride_PronounceAs = -1;
+static int hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerGender = -1;
+static int hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerAge = -1;
+static int hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerRate = -1;
+static int hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerRange = -1;
+static int hf_org_csapi_ui_TpUISynthesisInfoData_TextData = -1;
+static int hf_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet = -1;
+static int hf_org_csapi_cc_TpCallError_ErrorTime = -1;
+static int hf_org_csapi_cc_TpCallError_ErrorType = -1;
+static int hf_org_csapi_cc_TpCallError_AdditionalErorInfo = -1;
+static int hf_org_csapi_cc_TpCallEndedReport_CallLegSessionID = -1;
+static int hf_org_csapi_cc_TpCallEndedReport_Cause = -1;
+static int hf_org_csapi_cc_TpCallInfoReport_CallInfoType = -1;
+static int hf_org_csapi_cc_TpCallInfoReport_CallInitiationStartTime = -1;
+static int hf_org_csapi_cc_TpCallInfoReport_CallConnectedToResourceTime = -1;
+static int hf_org_csapi_cc_TpCallInfoReport_CallConnectedToDestinationTime = -1;
+static int hf_org_csapi_cc_TpCallInfoReport_CallEndTime = -1;
+static int hf_org_csapi_cc_TpCallInfoReport_Cause = -1;
+static int hf_org_csapi_cc_TpCallServiceCode_CallServiceCodeType = -1;
+static int hf_org_csapi_cc_TpCallServiceCode_ServiceCodeValue = -1;
+static int hf_org_csapi_cc_TpCallTreatment_CallTreatmentType = -1;
+static int hf_org_csapi_cc_TpCallTreatment_ReleaseCause = -1;
+static int hf_org_csapi_cc_TpCallTreatment_AdditionalTreatmentInfo = -1;
+static int hf_org_csapi_cc_TpCallChargePlan_ChargeOrderType = -1;
+static int hf_org_csapi_cc_TpCallChargePlan_TransparentCharge = -1;
+static int hf_org_csapi_cc_TpCallChargePlan_ChargePlan = -1;
+static int hf_org_csapi_cc_TpCallChargePlan_AdditionalInfo = -1;
+static int hf_org_csapi_cc_TpCallChargePlan_PartyToCharge = -1;
+static int hf_org_csapi_cc_TpCallChargePlan_PartyToChargeAdditionalInfo = -1;
+static int hf_org_csapi_cc_gccs_TpCallEventCriteria_DestinationAddress = -1;
+static int hf_org_csapi_cc_gccs_TpCallEventCriteria_OriginatingAddress = -1;
+static int hf_org_csapi_cc_gccs_TpCallEventCriteria_CallEventName = -1;
+static int hf_org_csapi_cc_gccs_TpCallEventCriteria_CallNotificationType = -1;
+static int hf_org_csapi_cc_gccs_TpCallEventCriteria_MonitorMode = -1;
+static int hf_org_csapi_cc_gccs_TpCallEventCriteriaResult_CallEventCriteria = -1;
+static int hf_org_csapi_cc_gccs_TpCallEventCriteriaResult_AssignmentID = -1;
+static int hf_org_csapi_cc_gccs_TpCallReleaseCause_Value = -1;
+static int hf_org_csapi_cc_gccs_TpCallReleaseCause_Location = -1;
+static int hf_org_csapi_cc_gccs_TpCallReport_MonitorMode = -1;
+static int hf_org_csapi_cc_gccs_TpCallReport_CallEventTime = -1;
+static int hf_org_csapi_cc_gccs_TpCallReport_CallReportType = -1;
+static int hf_org_csapi_cc_gccs_TpCallReport_AdditionalReportInfo = -1;
+static int hf_org_csapi_cc_gccs_TpCallReportRequest_MonitorMode = -1;
+static int hf_org_csapi_cc_gccs_TpCallReportRequest_CallReportType = -1;
+static int hf_org_csapi_cc_gccs_TpCallReportRequest_AdditionalReportCriteria = -1;
+static int hf_org_csapi_cc_gccs_TpCallEventInfo_DestinationAddress = -1;
+static int hf_org_csapi_cc_gccs_TpCallEventInfo_OriginatingAddress = -1;
+static int hf_org_csapi_cc_gccs_TpCallEventInfo_OriginalDestinationAddress = -1;
+static int hf_org_csapi_cc_gccs_TpCallEventInfo_RedirectingAddress = -1;
+static int hf_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo = -1;
+static int hf_org_csapi_cc_gccs_TpCallEventInfo_CallEventName = -1;
+static int hf_org_csapi_cc_gccs_TpCallEventInfo_CallNotificationType = -1;
+static int hf_org_csapi_cc_gccs_TpCallEventInfo_MonitorMode = -1;
+static int hf_org_csapi_cc_gccs_TpCallEndedReport_CallLegSessionID = -1;
+static int hf_org_csapi_cc_gccs_TpCallEndedReport_Cause = -1;
+static int hf_org_csapi_cc_gccs_TpCallInfoReport_CallInfoType = -1;
+static int hf_org_csapi_cc_gccs_TpCallInfoReport_CallInitiationStartTime = -1;
+static int hf_org_csapi_cc_gccs_TpCallInfoReport_CallConnectedToResourceTime = -1;
+static int hf_org_csapi_cc_gccs_TpCallInfoReport_CallConnectedToDestinationTime = -1;
+static int hf_org_csapi_cc_gccs_TpCallInfoReport_CallEndTime = -1;
+static int hf_org_csapi_cc_gccs_TpCallInfoReport_Cause = -1;
+static int hf_org_csapi_cc_gccs_TpCallTreatment_CallTreatmentType = -1;
+static int hf_org_csapi_cc_gccs_TpCallTreatment_ReleaseCause = -1;
+static int hf_org_csapi_cc_gccs_TpCallTreatment_AdditionalTreatmentInfo = -1;
+static int hf_org_csapi_cc_gccs_TpCallIdentifier_CallReference = -1;
+static int hf_org_csapi_cc_gccs_TpCallIdentifier_CallSessionID = -1;
+static int hf_org_csapi_cc_TpCallNotificationScope_DestinationAddress = -1;
+static int hf_org_csapi_cc_TpCallNotificationScope_OriginatingAddress = -1;
+static int hf_org_csapi_cc_TpCallNotificationReportScope_DestinationAddress = -1;
+static int hf_org_csapi_cc_TpCallNotificationReportScope_OriginatingAddress = -1;
+static int hf_org_csapi_cc_TpCallEventRequest_CallEventType = -1;
+static int hf_org_csapi_cc_TpCallEventRequest_AdditionalCallEventCriteria = -1;
+static int hf_org_csapi_cc_TpCallEventRequest_CallMonitorMode = -1;
+static int hf_org_csapi_cc_TpCallNotificationRequest_CallNotificationScope = -1;
+static int hf_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested = -1;
+static int hf_org_csapi_cc_TpNotificationRequested_AppCallNotificationRequest = -1;
+static int hf_org_csapi_cc_TpNotificationRequested_AssignmentID = -1;
+static int hf_org_csapi_cc_TpCallLegConnectionProperties_AttachMechanism = -1;
+static int hf_org_csapi_cc_TpCallEventInfo_CallEventType = -1;
+static int hf_org_csapi_cc_TpCallEventInfo_AdditionalCallEventInfo = -1;
+static int hf_org_csapi_cc_TpCallEventInfo_CallMonitorMode = -1;
+static int hf_org_csapi_cc_TpCallEventInfo_CallEventTime = -1;
+static int hf_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet = -1;
+static int hf_org_csapi_cc_TpNotificationRequestedSetEntry_Final = -1;
+static int hf_org_csapi_cc_TpCarrier_CarrierID = -1;
+static int hf_org_csapi_cc_TpCarrier_CarrierSelectionField = -1;
+static int hf_org_csapi_cc_TpCallNotificationInfo_CallNotificationReportScope = -1;
+static int hf_org_csapi_cc_TpCallNotificationInfo_CallAppInfo = -1;
+static int hf_org_csapi_cc_TpCallNotificationInfo_CallEventInfo = -1;
+static int hf_org_csapi_cc_TpCallLegInfoReport_CallLegInfoType = -1;
+static int hf_org_csapi_cc_TpCallLegInfoReport_CallLegStartTime = -1;
+static int hf_org_csapi_cc_TpCallLegInfoReport_CallLegConnectedToResourceTime = -1;
+static int hf_org_csapi_cc_TpCallLegInfoReport_CallLegConnectedToAddressTime = -1;
+static int hf_org_csapi_cc_TpCallLegInfoReport_CallLegEndTime = -1;
+static int hf_org_csapi_cc_TpCallLegInfoReport_ConnectedAddress = -1;
+static int hf_org_csapi_cc_TpCallLegInfoReport_CallLegReleaseCause = -1;
+static int hf_org_csapi_cc_TpCallLegInfoReport_CallAppInfo = -1;
+static int hf_org_csapi_cc_TpCallLegProperty_CallLegPropertyName = -1;
+static int hf_org_csapi_cc_TpCallLegProperty_CallLegPropertyValue = -1;
+static int hf_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_CallReference = -1;
+static int hf_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_CallSessionID = -1;
+static int hf_org_csapi_cc_mpccs_TpCallLegIdentifier_CallLegReference = -1;
+static int hf_org_csapi_cc_mpccs_TpCallLegIdentifier_CallLegSessionID = -1;
+static int hf_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppMultiPartyCall = -1;
+static int hf_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet = -1;
+static int hf_org_csapi_cc_mmccs_TpCallSuperviseVolume_VolumeQuantity = -1;
+static int hf_org_csapi_cc_mmccs_TpCallSuperviseVolume_VolumeUnit = -1;
+static int hf_org_csapi_cc_mmccs_TpMediaStreamRequest_Direction = -1;
+static int hf_org_csapi_cc_mmccs_TpMediaStreamRequest_DataTypeRequest = -1;
+static int hf_org_csapi_cc_mmccs_TpMediaStreamRequest_MediaMonitorMode = -1;
+static int hf_org_csapi_cc_mmccs_TpMediaStreamRequest_EventType = -1;
+static int hf_org_csapi_cc_mmccs_TpMediaStream_Direction = -1;
+static int hf_org_csapi_cc_mmccs_TpMediaStream_DataType = -1;
+static int hf_org_csapi_cc_mmccs_TpMediaStream_ChannelSessionID = -1;
+static int hf_org_csapi_cc_mmccs_TpMediaStream_MediaStream = -1;
+static int hf_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaNotificationScope = -1;
+static int hf_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested = -1;
+static int hf_org_csapi_cc_mmccs_TpMediaNotificationRequested_AppNotificationMediaRequest = -1;
+static int hf_org_csapi_cc_mmccs_TpMediaNotificationRequested_AssignmentID = -1;
+static int hf_org_csapi_cc_mmccs_TpMultiMediaCallIdentifier_MMCallReference = -1;
+static int hf_org_csapi_cc_mmccs_TpMultiMediaCallIdentifier_MMCallSessionID = -1;
+static int hf_org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier_MMCallLegReference = -1;
+static int hf_org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier_MMCallLegSessionID = -1;
+static int hf_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppMultiMediaCall = -1;
+static int hf_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet = -1;
+static int hf_org_csapi_cc_cccs_TpMonoMediaConfPolicy_JoinAllowed = -1;
+static int hf_org_csapi_cc_cccs_TpJoinEventInfo_DestinationAddress = -1;
+static int hf_org_csapi_cc_cccs_TpJoinEventInfo_OriginatingAddress = -1;
+static int hf_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo = -1;
+static int hf_org_csapi_cc_cccs_TpConfSearchCriteria_StartSearch = -1;
+static int hf_org_csapi_cc_cccs_TpConfSearchCriteria_StopSearch = -1;
+static int hf_org_csapi_cc_cccs_TpConfSearchCriteria_RequestedResources = -1;
+static int hf_org_csapi_cc_cccs_TpConfSearchCriteria_RequestedDuration = -1;
+static int hf_org_csapi_cc_cccs_TpConfSearchResult_MatchFound = -1;
+static int hf_org_csapi_cc_cccs_TpConfSearchResult_ActualStartTime = -1;
+static int hf_org_csapi_cc_cccs_TpConfSearchResult_ActualResources = -1;
+static int hf_org_csapi_cc_cccs_TpConfSearchResult_ActualDuration = -1;
+static int hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_JoinAllowed = -1;
+static int hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_MediaAllowed = -1;
+static int hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_Chaired = -1;
+static int hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_VideoHandling = -1;
+static int hf_org_csapi_cc_cccs_TpResourceReservation_ResourceID = -1;
+static int hf_org_csapi_cc_cccs_TpResourceReservation_ReservationID = -1;
+static int hf_org_csapi_cc_cccs_TpConfCallIdentifier_ConfCallReference = -1;
+static int hf_org_csapi_cc_cccs_TpConfCallIdentifier_ConfCallSessionID = -1;
+static int hf_org_csapi_cc_cccs_TpSubConfCallIdentifier_SubConfCallReference = -1;
+static int hf_org_csapi_cc_cccs_TpSubConfCallIdentifier_SubConfCallSessionID = -1;
+static int hf_org_csapi_ui_TpUIIdentifier_UIRef = -1;
+static int hf_org_csapi_ui_TpUIIdentifier_UserInteractionSessionID = -1;
+static int hf_org_csapi_ui_TpUICallIdentifier_UICallRef = -1;
+static int hf_org_csapi_ui_TpUICallIdentifier_UserInteractionSessionID = -1;
+static int hf_org_csapi_mm_TpLocationResponseTime_ResponseTime = -1;
+static int hf_org_csapi_mm_TpLocationResponseTime_TimerValue = -1;
+static int hf_org_csapi_mm_TpLocationTrigger_Longitude = -1;
+static int hf_org_csapi_mm_TpLocationTrigger_Latitude = -1;
+static int hf_org_csapi_mm_TpLocationTrigger_AreaSemiMajor = -1;
+static int hf_org_csapi_mm_TpLocationTrigger_AreaSemiMinor = -1;
+static int hf_org_csapi_mm_TpLocationTrigger_AngleOfSemiMajor = -1;
+static int hf_org_csapi_mm_TpLocationTrigger_Criterion = -1;
+static int hf_org_csapi_mm_TpLocationTrigger_ReportingInterval = -1;
+static int hf_org_csapi_mm_TpLocationRequest_RequestedAccuracy = -1;
+static int hf_org_csapi_mm_TpLocationRequest_RequestedResponseTime = -1;
+static int hf_org_csapi_mm_TpLocationRequest_AltitudeRequested = -1;
+static int hf_org_csapi_mm_TpLocationRequest_Type = -1;
+static int hf_org_csapi_mm_TpLocationRequest_Priority = -1;
+static int hf_org_csapi_mm_TpLocationRequest_RequestedLocationMethod = -1;
+static int hf_org_csapi_mm_TpGeographicalPosition_Longitude = -1;
+static int hf_org_csapi_mm_TpGeographicalPosition_Latitude = -1;
+static int hf_org_csapi_mm_TpGeographicalPosition_TypeOfUncertaintyShape = -1;
+static int hf_org_csapi_mm_TpGeographicalPosition_UncertaintyInnerSemiMajor = -1;
+static int hf_org_csapi_mm_TpGeographicalPosition_UncertaintyOuterSemiMajor = -1;
+static int hf_org_csapi_mm_TpGeographicalPosition_UncertaintyInnerSemiMinor = -1;
+static int hf_org_csapi_mm_TpGeographicalPosition_UncertaintyOuterSemiMinor = -1;
+static int hf_org_csapi_mm_TpGeographicalPosition_AngleOfSemiMajor = -1;
+static int hf_org_csapi_mm_TpGeographicalPosition_SegmentStartAngle = -1;
+static int hf_org_csapi_mm_TpGeographicalPosition_SegmentEndAngle = -1;
+static int hf_org_csapi_mm_TpMobilityStopAssignmentData_AssignmentId = -1;
+static int hf_org_csapi_mm_TpMobilityStopAssignmentData_StopScope = -1;
+static int hf_org_csapi_mm_TpMobilityStopAssignmentData_Users = -1;
+static int hf_org_csapi_mm_TpUlExtendedData_GeographicalPosition = -1;
+static int hf_org_csapi_mm_TpUlExtendedData_TerminalType = -1;
+static int hf_org_csapi_mm_TpUlExtendedData_AltitudePresent = -1;
+static int hf_org_csapi_mm_TpUlExtendedData_Altitude = -1;
+static int hf_org_csapi_mm_TpUlExtendedData_UncertaintyAltitude = -1;
+static int hf_org_csapi_mm_TpUlExtendedData_TimestampPresent = -1;
+static int hf_org_csapi_mm_TpUlExtendedData_Timestamp = -1;
+static int hf_org_csapi_mm_TpUlExtendedData_UsedLocationMethod = -1;
+static int hf_org_csapi_mm_TpUserLocation_UserID = -1;
+static int hf_org_csapi_mm_TpUserLocation_StatusCode = -1;
+static int hf_org_csapi_mm_TpUserLocation_GeographicalPosition = -1;
+static int hf_org_csapi_mm_TpUserLocationExtended_UserID = -1;
+static int hf_org_csapi_mm_TpUserLocationExtended_StatusCode = -1;
+static int hf_org_csapi_mm_TpUserLocationExtended_Locations = -1;
+static int hf_org_csapi_mm_TpLocationTriggerCamel_UpdateInsideVlr = -1;
+static int hf_org_csapi_mm_TpLocationTriggerCamel_UpdateOutsideVlr = -1;
+static int hf_org_csapi_mm_TpUserLocationCamel_UserID = -1;
+static int hf_org_csapi_mm_TpUserLocationCamel_StatusCode = -1;
+static int hf_org_csapi_mm_TpUserLocationCamel_GeographicalPositionPresent = -1;
+static int hf_org_csapi_mm_TpUserLocationCamel_GeographicalPosition = -1;
+static int hf_org_csapi_mm_TpUserLocationCamel_TimestampPresent = -1;
+static int hf_org_csapi_mm_TpUserLocationCamel_Timestamp = -1;
+static int hf_org_csapi_mm_TpUserLocationCamel_VlrNumberPresent = -1;
+static int hf_org_csapi_mm_TpUserLocationCamel_VlrNumber = -1;
+static int hf_org_csapi_mm_TpUserLocationCamel_LocationNumberPresent = -1;
+static int hf_org_csapi_mm_TpUserLocationCamel_LocationNumber = -1;
+static int hf_org_csapi_mm_TpUserLocationCamel_CellIdOrLaiPresent = -1;
+static int hf_org_csapi_mm_TpUserLocationCamel_CellIdOrLai = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergencyRequest_UserAddressPresent = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergencyRequest_UserAddress = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrdPresent = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrd = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrkPresent = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrk = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergencyRequest_ImeiPresent = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergencyRequest_Imei = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergencyRequest_LocationReq = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergency_StatusCode = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergency_UserIdPresent = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergency_UserId = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergency_NaEsrdPresent = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergency_NaEsrd = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergency_NaEsrkPresent = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergency_NaEsrk = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergency_ImeiPresent = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergency_Imei = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergency_TriggeringEvent = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergency_GeographicalPositionPresent = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergency_GeographicalPosition = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergency_AltitudePresent = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergency_Altitude = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergency_UncertaintyAltitude = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergency_TimestampPresent = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergency_Timestamp = -1;
+static int hf_org_csapi_mm_TpUserLocationEmergency_UsedLocationMethod = -1;
+static int hf_org_csapi_mm_TpUserStatus_UserID = -1;
+static int hf_org_csapi_mm_TpUserStatus_StatusCode = -1;
+static int hf_org_csapi_mm_TpUserStatus_Status = -1;
+static int hf_org_csapi_mm_TpUserStatus_TerminalType = -1;
+static int hf_org_csapi_mm_TpTriggeredStatusRequest_Users = -1;
+static int hf_org_csapi_mm_TpTriggeredStatusRequest_AssignmentID = -1;
+static int hf_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests = -1;
+static int hf_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Final = -1;
+static int hf_org_csapi_mm_TpPeriodicLocationRequest_Users = -1;
+static int hf_org_csapi_mm_TpPeriodicLocationRequest_Request = -1;
+static int hf_org_csapi_mm_TpPeriodicLocationRequest_ReportingInterval = -1;
+static int hf_org_csapi_mm_TpPeriodicLocationRequest_AssignmentID = -1;
+static int hf_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests = -1;
+static int hf_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Final = -1;
+static int hf_org_csapi_mm_TpTriggeredLocationRequest_Users = -1;
+static int hf_org_csapi_mm_TpTriggeredLocationRequest_Request = -1;
+static int hf_org_csapi_mm_TpTriggeredLocationRequest_AssignmentID = -1;
+static int hf_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests = -1;
+static int hf_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Final = -1;
+static int hf_org_csapi_mm_TpUserStatusIndicatorExtended_UserStatusIndicator = -1;
+static int hf_org_csapi_mm_TpUserStatusIndicatorExtended_PDPContextActive = -1;
+static int hf_org_csapi_mm_TpUserInfo_UserName = -1;
+static int hf_org_csapi_mm_TpUserInfo_Password = -1;
+static int hf_org_csapi_mm_TpNetworkStatusIndicator_CountryCode = -1;
+static int hf_org_csapi_mm_TpNetworkStatusIndicator_MobileNetworkCode = -1;
+static int hf_org_csapi_mm_TpNetworkStatusIndicator_AccessTechnology = -1;
+static int hf_org_csapi_mm_TpNetworkStatusIndicator_RoamingStatus = -1;
+static int hf_org_csapi_mm_TpUserStatusExtended_UserID = -1;
+static int hf_org_csapi_mm_TpUserStatusExtended_StatusCode = -1;
+static int hf_org_csapi_mm_TpUserStatusExtended_Status = -1;
+static int hf_org_csapi_mm_TpUserStatusExtended_TerminalType = -1;
+static int hf_org_csapi_mm_TpUserStatusExtended_AuthenticationStatus = -1;
+static int hf_org_csapi_mm_TpUserStatusExtended_NetworkStatus = -1;
+static int hf_org_csapi_mm_TpUserStatusExtended_UserIPAddress = -1;
+static int hf_org_csapi_mm_TpUserStatusExtended_UserMSISDN = -1;
+static int hf_org_csapi_mm_TpUserStatusExtended_UserInfo = -1;
+static int hf_org_csapi_mm_TpUserStatusExtended_UserConnectionID = -1;
+static int hf_org_csapi_mm_TpUserStatusExtended_AccessPointName = -1;
+static int hf_org_csapi_mm_TpBindingNotificationCriteria_NotificationCriteriaType = -1;
+static int hf_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet = -1;
+static int hf_org_csapi_termcap_TpTerminalCapabilities_TerminalCapabilities = -1;
+static int hf_org_csapi_termcap_TpTerminalCapabilities_StatusCode = -1;
+static int hf_org_csapi_termcap_TpTerminalCapabilityScope_ScopeType = -1;
+static int hf_org_csapi_termcap_TpTerminalCapabilityScope_Scope = -1;
+static int hf_org_csapi_dsc_TpChargePerVolume_InitialCharge = -1;
+static int hf_org_csapi_dsc_TpChargePerVolume_CurrentChargePerKilobyte = -1;
+static int hf_org_csapi_dsc_TpChargePerVolume_NextChargePerKilobyte = -1;
+static int hf_org_csapi_dsc_TpDataSessionChargePlan_ChargeOrderType = -1;
+static int hf_org_csapi_dsc_TpDataSessionChargePlan_Currency = -1;
+static int hf_org_csapi_dsc_TpDataSessionChargePlan_AdditionalInfo = -1;
+static int hf_org_csapi_dsc_TpDataSessionError_ErrorTime = -1;
+static int hf_org_csapi_dsc_TpDataSessionError_ErrorType = -1;
+static int hf_org_csapi_dsc_TpDataSessionError_AdditionalErrorInfo = -1;
+static int hf_org_csapi_dsc_TpDataSessionEventCriteria_DestinationAddress = -1;
+static int hf_org_csapi_dsc_TpDataSessionEventCriteria_OriginationAddress = -1;
+static int hf_org_csapi_dsc_TpDataSessionEventCriteria_DataSessionEventName = -1;
+static int hf_org_csapi_dsc_TpDataSessionEventCriteria_MonitorMode = -1;
+static int hf_org_csapi_dsc_TpDataSessionEventInfo_DestinationAddress = -1;
+static int hf_org_csapi_dsc_TpDataSessionEventInfo_OriginatingAddress = -1;
+static int hf_org_csapi_dsc_TpDataSessionEventInfo_DataSessionEventName = -1;
+static int hf_org_csapi_dsc_TpDataSessionEventInfo_MonitorMode = -1;
+static int hf_org_csapi_dsc_TpDataSessionEventInfo_QoSClass = -1;
+static int hf_org_csapi_dsc_TpDataSessionReleaseCause_Value = -1;
+static int hf_org_csapi_dsc_TpDataSessionReleaseCause_Location = -1;
+static int hf_org_csapi_dsc_TpDataSessionReport_MonitorMode = -1;
+static int hf_org_csapi_dsc_TpDataSessionReport_DataSessionEventTime = -1;
+static int hf_org_csapi_dsc_TpDataSessionReport_DataSessionReportType = -1;
+static int hf_org_csapi_dsc_TpDataSessionReport_AdditionalReportInfo = -1;
+static int hf_org_csapi_dsc_TpDataSessionReportRequest_MonitorMode = -1;
+static int hf_org_csapi_dsc_TpDataSessionReportRequest_DataSessionReportType = -1;
+static int hf_org_csapi_dsc_TpDataSessionSuperviseVolume_VolumeQuantity = -1;
+static int hf_org_csapi_dsc_TpDataSessionSuperviseVolume_VolumeUnit = -1;
+static int hf_org_csapi_dsc_TpDataSessionEventCriteriaResult_EventCriteria = -1;
+static int hf_org_csapi_dsc_TpDataSessionEventCriteriaResult_AssignmentID = -1;
+static int hf_org_csapi_dsc_TpDataSessionIdentifier_DataSessionReference = -1;
+static int hf_org_csapi_dsc_TpDataSessionIdentifier_DataSessionID = -1;
+static int hf_org_csapi_gms_TpGMSNewMessageArrivedInfo_MailboxID = -1;
+static int hf_org_csapi_gms_TpGMSNewMessageArrivedInfo_FolderID = -1;
+static int hf_org_csapi_gms_TpGMSNewMessageArrivedInfo_MessageID = -1;
+static int hf_org_csapi_gms_TpGMSNewMessageArrivedInfo_NumberOfProperties = -1;
+static int hf_org_csapi_gms_TpGMSNewMessageArrivedCriteria_MailboxID = -1;
+static int hf_org_csapi_gms_TpGMSNewMessageArrivedCriteria_AuthenticationInfo = -1;
+static int hf_org_csapi_gms_TpMailboxIdentifier_Mailbox = -1;
+static int hf_org_csapi_gms_TpMailboxIdentifier_SessionID = -1;
+static int hf_org_csapi_gms_TpMailboxFolderIdentifier_MailboxFolder = -1;
+static int hf_org_csapi_gms_TpMailboxFolderIdentifier_SessionID = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagTimePeriod_duration = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_name = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_description = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_tag = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_value = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagString_name = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagString_description = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagString_tag = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagString_value = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagMonth_name = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagMonth_description = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagMonth_tag = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagMonth_value = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagInt_name = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagInt_description = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagInt_tag = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagInt_value = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagDir_name = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagDir_description = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagDir_tag = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagDir_value = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_name = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_description = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_tag = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_value = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagDateTime_name = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagDateTime_description = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagDateTime_tag = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagDateTime_value = -1;
+static int hf_org_csapi_cm_TpLossDescriptor_meanLoss = -1;
+static int hf_org_csapi_cm_TpLossDescriptor_measurementPeriod = -1;
+static int hf_org_csapi_cm_TpLossDescriptor_maxLoss = -1;
+static int hf_org_csapi_cm_TpLossDescriptor_minLoss = -1;
+static int hf_org_csapi_cm_TpLossDescriptor_lossPriority = -1;
+static int hf_org_csapi_cm_TpLossDescriptor_description = -1;
+static int hf_org_csapi_cm_TpLoadDescriptor_meanBandwidth = -1;
+static int hf_org_csapi_cm_TpLoadDescriptor_measurementInterval = -1;
+static int hf_org_csapi_cm_TpLoadDescriptor_maxBandwidth = -1;
+static int hf_org_csapi_cm_TpLoadDescriptor_minBandwidth = -1;
+static int hf_org_csapi_cm_TpLoadDescriptor_bandwidthShare = -1;
+static int hf_org_csapi_cm_TpLoadDescriptor_bandwidthWeight = -1;
+static int hf_org_csapi_cm_TpLoadDescriptor_burstSize = -1;
+static int hf_org_csapi_cm_TpLoadDescriptor_description = -1;
+static int hf_org_csapi_cm_TpJitterDescriptor_meanJitter = -1;
+static int hf_org_csapi_cm_TpJitterDescriptor_measurementPeriod = -1;
+static int hf_org_csapi_cm_TpJitterDescriptor_maxJitter = -1;
+static int hf_org_csapi_cm_TpJitterDescriptor_minJitter = -1;
+static int hf_org_csapi_cm_TpJitterDescriptor_jitterPriority = -1;
+static int hf_org_csapi_cm_TpJitterDescriptor_description = -1;
+static int hf_org_csapi_cm_TpEndpoint_type = -1;
+static int hf_org_csapi_cm_TpEndpoint_id = -1;
+static int hf_org_csapi_cm_TpDelayDescriptor_meanDelay = -1;
+static int hf_org_csapi_cm_TpDelayDescriptor_measurementPeriod = -1;
+static int hf_org_csapi_cm_TpDelayDescriptor_maxDelay = -1;
+static int hf_org_csapi_cm_TpDelayDescriptor_minDelay = -1;
+static int hf_org_csapi_cm_TpDelayDescriptor_delayPriority = -1;
+static int hf_org_csapi_cm_TpDelayDescriptor_description = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_name = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_description = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_tag = -1;
+static int hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_value = -1;
+static int hf_org_csapi_cm_TpValidityInfo_validFrom = -1;
+static int hf_org_csapi_cm_TpValidityInfo_validPeriod = -1;
+static int hf_org_csapi_cm_TpValidityInfo_validDailyFrom = -1;
+static int hf_org_csapi_cm_TpValidityInfo_validDailyPeriod = -1;
+static int hf_org_csapi_cm_TpValidityInfo_validDayOfWeek = -1;
+static int hf_org_csapi_cm_TpValidityInfo_validMonth = -1;
+static int hf_org_csapi_cm_TpValidityInfo_description = -1;
+static int hf_org_csapi_cm_TpProvisionedQoSInfo_delayDescriptor = -1;
+static int hf_org_csapi_cm_TpProvisionedQoSInfo_lossDescriptor = -1;
+static int hf_org_csapi_cm_TpProvisionedQoSInfo_jitterDescriptor = -1;
+static int hf_org_csapi_cm_TpProvisionedQoSInfo_excessLoadAction = -1;
+static int hf_org_csapi_cm_TpProvisionedQoSInfo_description = -1;
+static int hf_org_csapi_cm_TpPipeQoSInfo_directionality = -1;
+static int hf_org_csapi_cm_TpPipeQoSInfo_serviceOrigin = -1;
+static int hf_org_csapi_cm_TpPipeQoSInfo_serviceDestination = -1;
+static int hf_org_csapi_cm_TpPipeQoSInfo_forwardLoad = -1;
+static int hf_org_csapi_cm_TpPipeQoSInfo_reverseLoad = -1;
+static int hf_org_csapi_cm_TpPipeQoSInfo_description = -1;
+static int hf_org_csapi_cm_TpDsCodepoint_match = -1;
+static int hf_org_csapi_cm_TpDsCodepoint_mask = -1;
+static int hf_org_csapi_cm_TpIPSubnet_subnetNumber = -1;
+static int hf_org_csapi_cm_TpIPSubnet_subnetMask = -1;
+static int hf_org_csapi_cm_TpIPSubnet_addressType = -1;
+static int hf_org_csapi_cm_TpIPSubnet_IPVersionSupport = -1;
+static int hf_org_csapi_am_TpBalanceInfo_Currency = -1;
+static int hf_org_csapi_am_TpBalanceInfo_ValuePartA = -1;
+static int hf_org_csapi_am_TpBalanceInfo_ValuePartB = -1;
+static int hf_org_csapi_am_TpBalanceInfo_Exponent = -1;
+static int hf_org_csapi_am_TpBalanceInfo_AdditionalInfo = -1;
+static int hf_org_csapi_am_TpChargingEventInfo_ChargingEventName = -1;
+static int hf_org_csapi_am_TpChargingEventInfo_CurrentBalanceInfo = -1;
+static int hf_org_csapi_am_TpChargingEventInfo_ChargingEventTime = -1;
+static int hf_org_csapi_am_TpBalance_UserID = -1;
+static int hf_org_csapi_am_TpBalance_StatusCode = -1;
+static int hf_org_csapi_am_TpBalance_BalanceInfo = -1;
+static int hf_org_csapi_am_TpTransactionHistory_TransactionID = -1;
+static int hf_org_csapi_am_TpTransactionHistory_TimeStamp = -1;
+static int hf_org_csapi_am_TpTransactionHistory_AdditionalInfo = -1;
+static int hf_org_csapi_am_TpChargingEventCriteria_ChargingEvents = -1;
+static int hf_org_csapi_am_TpChargingEventCriteria_Users = -1;
+static int hf_org_csapi_am_TpChargingEventCriteriaResult_ChargingEventCriteria = -1;
+static int hf_org_csapi_am_TpChargingEventCriteriaResult_AssignmentID = -1;
+static int hf_org_csapi_am_TpBalanceExpiryDate_UserID = -1;
+static int hf_org_csapi_am_TpBalanceExpiryDate_StatusCode = -1;
+static int hf_org_csapi_am_TpBalanceExpiryDate_ExpiryDate = -1;
+static int hf_org_csapi_am_TpVoucher_VoucherID = -1;
+static int hf_org_csapi_am_TpVoucher_UserID = -1;
+static int hf_org_csapi_am_TpVoucher_BalanceInfo = -1;
+static int hf_org_csapi_cs_TpMerchantAccountID_MerchantID = -1;
+static int hf_org_csapi_cs_TpMerchantAccountID_AccountID = -1;
+static int hf_org_csapi_cs_TpCorrelationID_CorrelationID = -1;
+static int hf_org_csapi_cs_TpCorrelationID_CorrelationType = -1;
+static int hf_org_csapi_cs_TpAmount_Number = -1;
+static int hf_org_csapi_cs_TpAmount_Exponent = -1;
+static int hf_org_csapi_cs_TpChargingPrice_Currency = -1;
+static int hf_org_csapi_cs_TpChargingPrice_Amount = -1;
+static int hf_org_csapi_cs_TpVolume_Amount = -1;
+static int hf_org_csapi_cs_TpVolume_Unit = -1;
+static int hf_org_csapi_cs_TpChargingSessionID_ChargingSessionReference = -1;
+static int hf_org_csapi_cs_TpChargingSessionID_ChargingSessionID = -1;
+static int hf_org_csapi_cs_TpChargingSessionID_RequestNumberFirstRequest = -1;
+static int hf_org_csapi_cs_TpPriceVolume_Price = -1;
+static int hf_org_csapi_cs_TpPriceVolume_Volume = -1;
+static int hf_org_csapi_cs_TpApplicationDescription_Text = -1;
+static int hf_org_csapi_cs_TpApplicationDescription_AppInformation = -1;
+static int hf_org_csapi_cs_TpChargingParameter_ParameterID = -1;
+static int hf_org_csapi_cs_TpChargingParameter_ParameterValue = -1;
+static int hf_org_csapi_policy_TpPolicyEvent_EventID = -1;
+static int hf_org_csapi_policy_TpPolicyEvent_TimeGenerated = -1;
+static int hf_org_csapi_policy_TpPolicyEvent_Attributes = -1;
+static int hf_org_csapi_policy_TpPolicyEvent_EventDefinitionName = -1;
+static int hf_org_csapi_policy_TpPolicyEvent_EventDomainName = -1;
+static int hf_org_csapi_policy_TpPolicyNameValue_Name = -1;
+static int hf_org_csapi_policy_TpPolicyNameValue_Value = -1;
+static int hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names = -1;
+static int hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types = -1;
+static int hf_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType = -1;
+static int hf_org_csapi_policy_TpPolicyVar_VarName = -1;
+static int hf_org_csapi_policy_TpPolicyVar_VarType = -1;
+static int hf_org_csapi_policy_TpPolicyVar_VarValue = -1;
+static int hf_org_csapi_policy_TpPolicyConditionListElement_Condition = -1;
+static int hf_org_csapi_policy_TpPolicyConditionListElement_GroupNumber = -1;
+static int hf_org_csapi_policy_TpPolicyConditionListElement_Negated = -1;
+static int hf_org_csapi_policy_TpPolicyActionListElement_Action = -1;
+static int hf_org_csapi_policy_TpPolicyActionListElement_SequenceNumber = -1;
+static int hf_org_csapi_pam_TpPAMAttributeDef_Name = -1;
+static int hf_org_csapi_pam_TpPAMAttributeDef_Type = -1;
+static int hf_org_csapi_pam_TpPAMAttributeDef_IsStatic = -1;
+static int hf_org_csapi_pam_TpPAMAttributeDef_IsRevertOnExpiration = -1;
+static int hf_org_csapi_pam_TpPAMAttributeDef_DefaultValues = -1;
+static int hf_org_csapi_pam_TpPAMAttribute_AttributeName = -1;
+static int hf_org_csapi_pam_TpPAMAttribute_AttributeValue = -1;
+static int hf_org_csapi_pam_TpPAMAttribute_ExpiresIn = -1;
+static int hf_org_csapi_pam_TpPAMPresenceData_Name = -1;
+static int hf_org_csapi_pam_TpPAMPresenceData_subscriberStatus = -1;
+static int hf_org_csapi_pam_TpPAMPresenceData_networkStatus = -1;
+static int hf_org_csapi_pam_TpPAMPresenceData_communicationMeans = -1;
+static int hf_org_csapi_pam_TpPAMPresenceData_contactAddress = -1;
+static int hf_org_csapi_pam_TpPAMPresenceData_subscriberProvidedLocation = -1;
+static int hf_org_csapi_pam_TpPAMPresenceData_networkProvidedLocation = -1;
+static int hf_org_csapi_pam_TpPAMPresenceData_Priority = -1;
+static int hf_org_csapi_pam_TpPAMPresenceData_otherInfo = -1;
+static int hf_org_csapi_pam_TpPAMAvailabilityProfile_PrivacyCode = -1;
+static int hf_org_csapi_pam_TpPAMAvailabilityProfile_AvailabilityData = -1;
+static int hf_org_csapi_pam_TpPAMCommunicationContext_CommunicationCapability = -1;
+static int hf_org_csapi_pam_TpPAMContext_ContextData = -1;
+static int hf_org_csapi_pam_TpPAMContext_AskerData = -1;
+static int hf_org_csapi_pam_TpPAMAccessControlData_DefaultPolicy = -1;
+static int hf_org_csapi_pam_TpPAMAccessControlData_AllowList = -1;
+static int hf_org_csapi_pam_TpPAMAccessControlData_DenyList = -1;
+static int hf_org_csapi_pam_TpPAMICEventData_IdentityType = -1;
+static int hf_org_csapi_pam_TpPAMICNotificationData_Identities = -1;
+static int hf_org_csapi_pam_TpPAMIDEventData_IdentityName = -1;
+static int hf_org_csapi_pam_TpPAMIDEventData_IdentityType = -1;
+static int hf_org_csapi_pam_TpPAMIDNotificationData_Identities = -1;
+static int hf_org_csapi_pam_TpPAMGMCEventData_GroupName = -1;
+static int hf_org_csapi_pam_TpPAMGMCEventData_GroupType = -1;
+static int hf_org_csapi_pam_TpPAMGMCNotificationData_Groups = -1;
+static int hf_org_csapi_pam_TpPAMACEventData_AgentType = -1;
+static int hf_org_csapi_pam_TpPAMACNotificationData_Agents = -1;
+static int hf_org_csapi_pam_TpPAMADEventData_AgentName = -1;
+static int hf_org_csapi_pam_TpPAMADEventData_AgentType = -1;
+static int hf_org_csapi_pam_TpPAMADNotificationData_Agents = -1;
+static int hf_org_csapi_pam_TpPAMAAEventData_IdentityName = -1;
+static int hf_org_csapi_pam_TpPAMAAEventData_IdentityType = -1;
+static int hf_org_csapi_pam_TpPAMAAEventData_AgentName = -1;
+static int hf_org_csapi_pam_TpPAMAAEventData_AgentType = -1;
+static int hf_org_csapi_pam_TpPAMAANotificationData_Identity = -1;
+static int hf_org_csapi_pam_TpPAMAANotificationData_Agent = -1;
+static int hf_org_csapi_pam_TpPAMAUEventData_IdentityName = -1;
+static int hf_org_csapi_pam_TpPAMAUEventData_IdentityType = -1;
+static int hf_org_csapi_pam_TpPAMAUEventData_AgentName = -1;
+static int hf_org_csapi_pam_TpPAMAUEventData_AgentType = -1;
+static int hf_org_csapi_pam_TpPAMAUNotificationData_Identity = -1;
+static int hf_org_csapi_pam_TpPAMAUNotificationData_Agent = -1;
+static int hf_org_csapi_pam_TpPAMCCEventData_IdentityName = -1;
+static int hf_org_csapi_pam_TpPAMCCEventData_IdentityType = -1;
+static int hf_org_csapi_pam_TpPAMCCEventData_Capabilities = -1;
+static int hf_org_csapi_pam_TpPAMCCNotificationData_Identity = -1;
+static int hf_org_csapi_pam_TpPAMCCNotificationData_Capabilities = -1;
+static int hf_org_csapi_pam_TpPAMACPSEventData_AgentName = -1;
+static int hf_org_csapi_pam_TpPAMACPSEventData_AgentType = -1;
+static int hf_org_csapi_pam_TpPAMACPSEventData_Capabilities = -1;
+static int hf_org_csapi_pam_TpPAMACPSEventData_AttributeNames = -1;
+static int hf_org_csapi_pam_TpPAMACPSEventData_ReportingPeriod = -1;
+static int hf_org_csapi_pam_TpPAMACPSNotificationData_Agent = -1;
+static int hf_org_csapi_pam_TpPAMACPSNotificationData_Capability = -1;
+static int hf_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames = -1;
+static int hf_org_csapi_pam_TpPAMAPSEventData_AgentName = -1;
+static int hf_org_csapi_pam_TpPAMAPSEventData_AgentType = -1;
+static int hf_org_csapi_pam_TpPAMAPSEventData_AttributeNames = -1;
+static int hf_org_csapi_pam_TpPAMAPSEventData_ReportingPeriod = -1;
+static int hf_org_csapi_pam_TpPAMAPSNotificationData_Agent = -1;
+static int hf_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames = -1;
+static int hf_org_csapi_pam_TpPAMIPSEventData_IdentityName = -1;
+static int hf_org_csapi_pam_TpPAMIPSEventData_IdentityType = -1;
+static int hf_org_csapi_pam_TpPAMIPSEventData_AttributeNames = -1;
+static int hf_org_csapi_pam_TpPAMIPSEventData_ReportingPeriod = -1;
+static int hf_org_csapi_pam_TpPAMIPSNotificationData_Identity = -1;
+static int hf_org_csapi_pam_TpPAMIPSNotificationData_Attributes = -1;
+static int hf_org_csapi_pam_TpPAMAVCEventData_IdentityName = -1;
+static int hf_org_csapi_pam_TpPAMAVCEventData_IdentityType = -1;
+static int hf_org_csapi_pam_TpPAMAVCEventData_PAMContext = -1;
+static int hf_org_csapi_pam_TpPAMAVCEventData_AttributeNames = -1;
+static int hf_org_csapi_pam_TpPAMAVCEventData_ReportingPeriod = -1;
+static int hf_org_csapi_pam_TpPAMAVCNotificationData_Identity = -1;
+static int hf_org_csapi_pam_TpPAMAVCNotificationData_Availability = -1;
+static int hf_org_csapi_pam_TpPAMWCEventData_Events = -1;
+static int hf_org_csapi_pam_TpPAMWCEventData_IdentityName = -1;
+static int hf_org_csapi_pam_TpPAMWCEventData_IdentityType = -1;
+static int hf_org_csapi_pam_TpPAMWCEventData_ReportingPeriod = -1;
+static int hf_org_csapi_pam_TpPAMWCNotificationData_Event = -1;
+static int hf_org_csapi_pam_TpPAMWCNotificationData_ChangeType = -1;
+static int hf_org_csapi_pam_TpPAMWCNotificationData_Identity = -1;
+static int hf_org_csapi_pam_TpPAMWCNotificationData_Watchers = -1;
+static int hf_org_csapi_pam_TpPAMErrorInfo_Cause = -1;
+static int hf_org_csapi_pam_TpPAMErrorInfo_ErrorData = -1;
+static int hf_org_csapi_mmm_TpMailboxIdentifier_Mailbox = -1;
+static int hf_org_csapi_mmm_TpMailboxIdentifier_SessionID = -1;
+static int hf_org_csapi_mmm_TpMultiMediaMessagingIdentifier_MultiMediaMessaging = -1;
+static int hf_org_csapi_mmm_TpMultiMediaMessagingIdentifier_SessionID = -1;
+static int hf_org_csapi_mmm_TpListMessagesCriteria_OnlyUnreadMessages = -1;
+static int hf_org_csapi_mmm_TpMailboxFolderStatusInformation_TotalMessageCount = -1;
+static int hf_org_csapi_mmm_TpMessageDescription_MessageID = -1;
+static int hf_org_csapi_mmm_TpMessageDescription_From = -1;
+static int hf_org_csapi_mmm_TpMessageDescription_To = -1;
+static int hf_org_csapi_mmm_TpMessageDescription_Subject = -1;
+static int hf_org_csapi_mmm_TpMessageDescription_ReceivedDate = -1;
+static int hf_org_csapi_mmm_TpMessageDescription_Size = -1;
+static int hf_org_csapi_mmm_TpBodyPartDescription_ContentDescription = -1;
+static int hf_org_csapi_mmm_TpBodyPartDescription_ContentSize = -1;
+static int hf_org_csapi_mmm_TpBodyPartDescription_ContentType = -1;
+static int hf_org_csapi_mmm_TpBodyPartDescription_ContentTransferEncoding = -1;
+static int hf_org_csapi_mmm_TpBodyPartDescription_ContentID = -1;
+static int hf_org_csapi_mmm_TpBodyPartDescription_ContentDisposition = -1;
+static int hf_org_csapi_mmm_TpBodyPartDescription_PartID = -1;
+static int hf_org_csapi_mmm_TpBodyPartDescription_NestingLevel = -1;
+static int hf_org_csapi_mmm_TpBodyPart_BodyPartHeader = -1;
+static int hf_org_csapi_mmm_TpBodyPart_BodyPartContent = -1;
+static int hf_org_csapi_mmm_TpGenericHeaderField_FieldName = -1;
+static int hf_org_csapi_mmm_TpGenericHeaderField_FieldValue = -1;
+static int hf_org_csapi_mmm_TpMessageInfoPropertyError_MessagePropertyName = -1;
+static int hf_org_csapi_mmm_TpMessageInfoPropertyError_Error = -1;
+static int hf_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_MailboxID = -1;
+static int hf_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_AuthenticationInfo = -1;
+static int hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MailboxID = -1;
+static int hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_FolderID = -1;
+static int hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription = -1;
+static int hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation = -1;
+static int hf_org_csapi_mmm_TpQueryStatusReport_DestinationAddress = -1;
+static int hf_org_csapi_mmm_TpQueryStatusReport_ReportedStatus = -1;
+static int hf_org_csapi_mmm_TpTerminatingAddressList_ToAddressList = -1;
+static int hf_org_csapi_mmm_TpTerminatingAddressList_CcAddressList = -1;
+static int hf_org_csapi_mmm_TpTerminatingAddressList_BccAddressList = -1;
+static int hf_org_csapi_mmm_TpNewMessageArrivedCriteria_SourceAddress = -1;
+static int hf_org_csapi_mmm_TpNewMessageArrivedCriteria_DestinationAddress = -1;
+static int hf_org_csapi_mmm_TpNewMessageArrivedCriteria_CreateMultiMediaMessagingSession = -1;
+static int hf_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria = -1;
+static int hf_org_csapi_mmm_TpMessagingNotificationRequested_AssignmentID = -1;
+static int hf_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet = -1;
+static int hf_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_Final = -1;
+static int hf_org_csapi_mmm_TpNewMessageArrivedInfo_SourceAddress = -1;
+static int hf_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet = -1;
+static int hf_org_csapi_mmm_TpNewMessageArrivedInfo_Message = -1;
+static int hf_org_csapi_mmm_TpNewMessageArrivedInfo_Headers = -1;
+static int hf_org_csapi_mmm_TpNewMessageArrivedInfo_MultiMediaMessagingIdentifier = -1;
+ /* User exception filters */
+static int hf_org_csapi_P_INVALID_ASSIGNMENT_ID_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_EVENT_TYPE_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_INTERFACE_NAME_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_INTERFACE_TYPE_ExtraInformation = -1;
+static int hf_org_csapi_P_UNKNOWN_SUBSCRIBER_ExtraInformation = -1;
+static int hf_org_csapi_P_INFORMATION_NOT_AVAILABLE_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_CRITERIA_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_SESSION_ID_ExtraInformation = -1;
+static int hf_org_csapi_TpCommonExceptions_ExceptionType = -1;
+static int hf_org_csapi_TpCommonExceptions_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_CURRENCY_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_AMOUNT_ExtraInformation = -1;
+static int hf_org_csapi_P_APPLICATION_NOT_ACTIVATED_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_ADDRESS_ExtraInformation = -1;
+static int hf_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation = -1;
+static int hf_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_VERSION_ExtraInformation = -1;
+static int hf_org_csapi_P_INVALID_NETWORK_STATE_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_INVALID_SERVICE_ID_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_SERVICE_ACCESS_DENIED_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_ACCESS_DENIED_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_SERVICE_NOT_ENABLED_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_INVALID_AGREEMENT_TEXT_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_INVALID_SERVICE_TOKEN_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_INVALID_SIGNATURE_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_INVALID_SIGNING_ALGORITHM_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_INVALID_DOMAIN_ID_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_INVALID_PROPERTY_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_INVALID_ACCESS_TYPE_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_ILLEGAL_SERVICE_TYPE_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_UNKNOWN_SERVICE_TYPE_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_MISSING_MANDATORY_PROPERTY_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_DUPLICATE_PROPERTY_NAME_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_PROPERTY_TYPE_MISMATCH_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_INVALID_CLIENT_APP_ID_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_INVALID_AUTH_TYPE_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_INVALID_SAG_ID_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_INVALID_SERVICE_PROFILE_ID_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_INVALID_SERVICE_CONTRACT_ID_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_INVALID_ACTIVITY_TEST_ID_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_ILLEGAL_SERVICE_ID_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_UNKNOWN_SERVICE_ID_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_SERVICE_TYPE_UNAVAILABLE_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_INVALID_ADDITION_TO_SAG_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM_ExtraInformation = -1;
+static int hf_org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM_ExtraInformation = -1;
+static int hf_org_csapi_ui_P_ID_NOT_FOUND_ExtraInformation = -1;
+static int hf_org_csapi_ui_P_ILLEGAL_ID_ExtraInformation = -1;
+static int hf_org_csapi_ui_P_ILLEGAL_RANGE_ExtraInformation = -1;
+static int hf_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA_ExtraInformation = -1;
+static int hf_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation = -1;
+static int hf_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation = -1;
+static int hf_org_csapi_mm_P_INVALID_REPORTING_INTERVAL_ExtraInformation = -1;
+static int hf_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation = -1;
+static int hf_org_csapi_termcap_P_INVALID_TERMINAL_ID_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_INVALID_FOLDER_ID_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_INVALID_MAILBOX_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_MAILBOX_LOCKED_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_PROPERTY_NOT_SET_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_FOLDER_IS_OPEN_ExtraInformation = -1;
+static int hf_org_csapi_gms_P_GMS_MAILBOX_OPEN_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_VPRP_ID_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_SLA_ID_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_STATUS_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_QOS_INFO_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_DSCODEPOINT_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_ILLEGAL_VPRPID_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_ILLEGAL_REF_VALUE_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_INTERFACE_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_CANT_DELETE_VPRP_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_TEMPLATES_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_MENU_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_DESCRIPTION_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_ILLEGAL_SLA_ID_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_ILLEGAL_TAG_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_ILLEGAL_VALUE_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_ILLEGAL_COMBINATION_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_SITES_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_VPRN_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_ILLEGAL_SITE_ID_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_SITE_ID_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_SAPS_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_SITE_LOCATION_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_IPSUBNET_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_SAP_ExtraInformation = -1;
+static int hf_org_csapi_cm_P_UNKNOWN_VPRP_ExtraInformation = -1;
+static int hf_org_csapi_am_P_UNAUTHORIZED_APPLICATION_ExtraInformation = -1;
+static int hf_org_csapi_cs_P_INVALID_USER_ExtraInformation = -1;
+static int hf_org_csapi_cs_P_INVALID_ACCOUNT_ExtraInformation = -1;
+static int hf_org_csapi_cs_P_INVALID_REQUEST_NUMBER_ExtraInformation = -1;
+static int hf_org_csapi_cs_P_INVALID_VOLUME_ExtraInformation = -1;
+static int hf_org_csapi_policy_P_ACCESS_VIOLATION_ExtraInformation = -1;
+static int hf_org_csapi_policy_P_SYNTAX_ERROR_ExtraInformation = -1;
+static int hf_org_csapi_policy_P_NAME_SPACE_ERROR_ExtraInformation = -1;
+static int hf_org_csapi_policy_P_NO_TRANSACTION_IN_PROCESS_ExtraInformation = -1;
+static int hf_org_csapi_policy_P_TRANSACTION_IN_PROCESS_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_UNKNOWN_TYPE_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_UNKNOWN_MEMBER_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_UNKNOWN_IDENTITY_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_UNKNOWN_GROUP_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_UNKNOWN_CAPABILITY_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTES_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTE_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_UNKNOWN_ASSIGNMENT_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_UNKNOWN_ALIAS_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_UNKNOWN_AGENT_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_UNASSIGNED_ALIAS_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_TYPE_EXISTS_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_TYPE_ASSOCIATED_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_NOT_REGISTERED_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_NOT_MEMBER_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_NO_CAPABILITY_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_MEMBER_EXISTS_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_IS_CYCLIC_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_IDENTITY_EXISTS_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_DISASSOCIATED_TYPE_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_ATTRIBUTE_EXISTS_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_ALIAS_NOT_UNIQUE_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_ALIAS_EXISTS_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_AGENT_EXISTS_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_UNAVAILABLE_INTERFACE_ExtraInformation = -1;
+static int hf_org_csapi_pam_P_PAM_INVALID_CREDENTIAL_ExtraInformation = -1;
+static int hf_org_csapi_mmm_P_MMM_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation = -1;
+static int hf_org_csapi_mmm_P_MMM_INVALID_MAILBOX_ExtraInformation = -1;
+static int hf_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TYPE_ExtraInformation = -1;
+static int hf_org_csapi_mmm_P_MMM_MAX_MESSAGE_SIZE_EXCEEDED_ExtraInformation = -1;
+static int hf_org_csapi_mmm_P_MMM_INVALID_FOLDER_ID_ExtraInformation = -1;
+static int hf_org_csapi_mmm_P_MMM_INVALID_MESSAGE_ID_ExtraInformation = -1;
+static int hf_org_csapi_mmm_P_MMM_INVALID_PART_ID_ExtraInformation = -1;
+static int hf_org_csapi_mmm_P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH_ExtraInformation = -1;
+static int hf_org_csapi_mmm_P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH_ExtraInformation = -1;
+static int hf_org_csapi_mmm_P_MMM_INVALID_PROPERTY_ExtraInformation = -1;
+static int hf_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TIME_ExtraInformation = -1;
+static int hf_org_csapi_mmm_P_MMM_INVALID_VALIDITY_TIME_ExtraInformation = -1;
+static int hf_org_csapi_mmm_P_MMM_MAX_SUBJECT_SIZE_EXCEEDED_ExtraInformation = -1;
+static int hf_org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE_ExtraInformation = -1;
+static int hf_org_csapi_mmm_P_MMM_CANNOT_CANCEL_ExtraInformation = -1;
+static int hf_org_csapi_mmm_P_MMM_INVALID_HEADER_ExtraInformation = -1;
+ /* Union filters */
+static int hf_org_csapi_TpAoCOrder_TpAoCOrder = -1;
+static int hf_org_csapi_TpAoCOrder_ChargeAdviceInfo = -1;
+static int hf_org_csapi_TpAoCOrder_ChargePerTime = -1;
+static int hf_org_csapi_TpAoCOrder_NetworkCharge = -1;
+static int hf_org_csapi_TpSimpleAttributeValue_TpSimpleAttributeValue = -1;
+static int hf_org_csapi_TpSimpleAttributeValue_BooleanValue = -1;
+static int hf_org_csapi_TpSimpleAttributeValue_OctetValue = -1;
+static int hf_org_csapi_TpSimpleAttributeValue_CharValue = -1;
+static int hf_org_csapi_TpSimpleAttributeValue_WCharValue = -1;
+static int hf_org_csapi_TpSimpleAttributeValue_StringValue = -1;
+static int hf_org_csapi_TpSimpleAttributeValue_WStringValue = -1;
+static int hf_org_csapi_TpSimpleAttributeValue_Int16Value = -1;
+static int hf_org_csapi_TpSimpleAttributeValue_UnsignedInt16Value = -1;
+static int hf_org_csapi_TpSimpleAttributeValue_Int32Value = -1;
+static int hf_org_csapi_TpSimpleAttributeValue_UnsignedInt32Value = -1;
+static int hf_org_csapi_TpSimpleAttributeValue_Int64Value = -1;
+static int hf_org_csapi_TpSimpleAttributeValue_UnsignedInt64Value = -1;
+static int hf_org_csapi_TpSimpleAttributeValue_FloatValue = -1;
+static int hf_org_csapi_TpSimpleAttributeValue_DoubleValue = -1;
+static int hf_org_csapi_TpAttributeValue_TpAttributeValue = -1;
+static int hf_org_csapi_TpAttributeValue_SimpleValue = -1;
+static int hf_org_csapi_TpAttributeValue_StructuredValue = -1;
+static int hf_org_csapi_TpAttributeValue_XMLValue = -1;
+static int hf_org_csapi_fw_TpFwEventCriteria_TpFwEventCriteria = -1;
+static int hf_org_csapi_fw_TpFwEventCriteria_EventNameUndefined = -1;
+static int hf_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList = -1;
+static int hf_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList = -1;
+static int hf_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList = -1;
+static int hf_org_csapi_fw_TpFwEventCriteria_SessionCreatedList = -1;
+static int hf_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList = -1;
+static int hf_org_csapi_fw_TpFwEventCriteria_AgreementSignedList = -1;
+static int hf_org_csapi_fw_TpFwEventCriteria_AgreementEndedList = -1;
+static int hf_org_csapi_fw_TpLoadStatisticEntityID_TpLoadStatisticEntityID = -1;
+static int hf_org_csapi_fw_TpLoadStatisticEntityID_FrameworkID = -1;
+static int hf_org_csapi_fw_TpLoadStatisticEntityID_ServiceID = -1;
+static int hf_org_csapi_fw_TpLoadStatisticEntityID_ClientAppID = -1;
+static int hf_org_csapi_fw_TpLoadStatisticInfo_TpLoadStatisticInfo = -1;
+static int hf_org_csapi_fw_TpLoadStatisticInfo_LoadStatisticData = -1;
+static int hf_org_csapi_fw_TpLoadStatisticInfo_LoadStatisticError = -1;
+static int hf_org_csapi_fw_TpDomainID_TpDomainID = -1;
+static int hf_org_csapi_fw_TpDomainID_FwID = -1;
+static int hf_org_csapi_fw_TpDomainID_ClientAppID = -1;
+static int hf_org_csapi_fw_TpDomainID_EntOpID = -1;
+static int hf_org_csapi_fw_TpDomainID_ServiceID = -1;
+static int hf_org_csapi_fw_TpDomainID_ServiceSupplierID = -1;
+static int hf_org_csapi_fw_TpMigrationAdditionalInfo_TpMigrationAdditionalInfo = -1;
+static int hf_org_csapi_fw_TpMigrationAdditionalInfo_Dummy = -1;
+static int hf_org_csapi_fw_TpFwEventInfo_TpFwEventInfo = -1;
+static int hf_org_csapi_fw_TpFwEventInfo_EventNameUndefined = -1;
+static int hf_org_csapi_fw_TpFwEventInfo_ServiceIDList = -1;
+static int hf_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList = -1;
+static int hf_org_csapi_fw_TpFwEventInfo_MigrationServiceAvailable = -1;
+static int hf_org_csapi_fw_TpFwEventInfo_AppSessionCreated = -1;
+static int hf_org_csapi_fw_TpFwEventInfo_AppSessionTerminated = -1;
+static int hf_org_csapi_fw_TpFwEventInfo_AppAgreementSigned = -1;
+static int hf_org_csapi_fw_TpFwEventInfo_AppAgreementEnded = -1;
+static int hf_org_csapi_ui_TpUIVariableInfo_TpUIVariableInfo = -1;
+static int hf_org_csapi_ui_TpUIVariableInfo_VariablePartInteger = -1;
+static int hf_org_csapi_ui_TpUIVariableInfo_VariablePartAddress = -1;
+static int hf_org_csapi_ui_TpUIVariableInfo_VariablePartTime = -1;
+static int hf_org_csapi_ui_TpUIVariableInfo_VariablePartDate = -1;
+static int hf_org_csapi_ui_TpUIVariableInfo_VariablePartPrice = -1;
+static int hf_org_csapi_ui_TpUIInfo_TpUIInfo = -1;
+static int hf_org_csapi_ui_TpUIInfo_InfoID = -1;
+static int hf_org_csapi_ui_TpUIInfo_InfoData = -1;
+static int hf_org_csapi_ui_TpUIInfo_InfoAddress = -1;
+static int hf_org_csapi_ui_TpUIInfo_InfoBinData = -1;
+static int hf_org_csapi_ui_TpUIInfo_InfoUUEncData = -1;
+static int hf_org_csapi_ui_TpUIInfo_InfoMimeData = -1;
+static int hf_org_csapi_ui_TpUIInfo_InfoWaveData = -1;
+static int hf_org_csapi_ui_TpUIInfo_InfoAuData = -1;
+static int hf_org_csapi_ui_TpUIInfo_InfoVXMLData = -1;
+static int hf_org_csapi_ui_TpUIInfo_InfoSynthData = -1;
+static int hf_org_csapi_cc_TpCallAdditionalErrorInfo_TpCallAdditionalErrorInfo = -1;
+static int hf_org_csapi_cc_TpCallAdditionalErrorInfo_CallErrorInvalidAddress = -1;
+static int hf_org_csapi_cc_TpCallAdditionalErrorInfo_Dummy = -1;
+static int hf_org_csapi_cc_TpCallLoadControlMechanism_TpCallLoadControlMechanism = -1;
+static int hf_org_csapi_cc_TpCallLoadControlMechanism_CallLoadControlPerInterval = -1;
+static int hf_org_csapi_cc_TpCallAdditionalTreatmentInfo_TpCallAdditionalTreatmentInfo = -1;
+static int hf_org_csapi_cc_TpCallAdditionalTreatmentInfo_InformationToSend = -1;
+static int hf_org_csapi_cc_TpCallAdditionalTreatmentInfo_Dummy = -1;
+static int hf_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_TpCallPartyToChargeAdditionalInfo = -1;
+static int hf_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_CallPartySpecial = -1;
+static int hf_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_Dummy = -1;
+static int hf_org_csapi_cc_gccs_TpCallAppInfo_TpCallAppInfo = -1;
+static int hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppAlertingMechanism = -1;
+static int hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppNetworkAccessType = -1;
+static int hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppTeleService = -1;
+static int hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppBearerService = -1;
+static int hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppPartyCategory = -1;
+static int hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppPresentationAddress = -1;
+static int hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppGenericInfo = -1;
+static int hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppAdditionalAddress = -1;
+static int hf_org_csapi_cc_gccs_TpCallAppInfo_Dummy = -1;
+static int hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_TpCallAdditionalReportInfo = -1;
+static int hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_Busy = -1;
+static int hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_CallDisconnect = -1;
+static int hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_ForwardAddress = -1;
+static int hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_ServiceCode = -1;
+static int hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_RoutingFailure = -1;
+static int hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_QueueStatus = -1;
+static int hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_NotReachable = -1;
+static int hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_Dummy = -1;
+static int hf_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_TpCallAdditionalReportCriteria = -1;
+static int hf_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_NoAnswerDuration = -1;
+static int hf_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_ServiceCode = -1;
+static int hf_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_Dummy = -1;
+static int hf_org_csapi_cc_TpCallAdditionalEventInfo_TpCallAdditionalEventInfo = -1;
+static int hf_org_csapi_cc_TpCallAdditionalEventInfo_CollectedAddress = -1;
+static int hf_org_csapi_cc_TpCallAdditionalEventInfo_CalledAddress = -1;
+static int hf_org_csapi_cc_TpCallAdditionalEventInfo_OriginatingServiceCode = -1;
+static int hf_org_csapi_cc_TpCallAdditionalEventInfo_OriginatingReleaseCause = -1;
+static int hf_org_csapi_cc_TpCallAdditionalEventInfo_TerminatingReleaseCause = -1;
+static int hf_org_csapi_cc_TpCallAdditionalEventInfo_ForwardAddress = -1;
+static int hf_org_csapi_cc_TpCallAdditionalEventInfo_TerminatingServiceCode = -1;
+static int hf_org_csapi_cc_TpCallAdditionalEventInfo_Dummy = -1;
+static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_TpAdditionalCallEventCriteria = -1;
+static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_MinAddressLength = -1;
+static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode = -1;
+static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet = -1;
+static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet = -1;
+static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode = -1;
+static int hf_org_csapi_cc_TpAdditionalCallEventCriteria_Dummy = -1;
+static int hf_org_csapi_cc_TpCallAppInfo_TpCallAppInfo = -1;
+static int hf_org_csapi_cc_TpCallAppInfo_CallAppAlertingMechanism = -1;
+static int hf_org_csapi_cc_TpCallAppInfo_CallAppNetworkAccessType = -1;
+static int hf_org_csapi_cc_TpCallAppInfo_CallAppTeleService = -1;
+static int hf_org_csapi_cc_TpCallAppInfo_CallAppBearerService = -1;
+static int hf_org_csapi_cc_TpCallAppInfo_CallAppPartyCategory = -1;
+static int hf_org_csapi_cc_TpCallAppInfo_CallAppPresentationAddress = -1;
+static int hf_org_csapi_cc_TpCallAppInfo_CallAppGenericInfo = -1;
+static int hf_org_csapi_cc_TpCallAppInfo_CallAppAdditionalAddress = -1;
+static int hf_org_csapi_cc_TpCallAppInfo_CallAppOriginalDestinationAddress = -1;
+static int hf_org_csapi_cc_TpCallAppInfo_CallAppRedirectingAddress = -1;
+static int hf_org_csapi_cc_TpCallAppInfo_CallHighProbabilityCompletion = -1;
+static int hf_org_csapi_cc_TpCallAppInfo_CallAppCarrier = -1;
+static int hf_org_csapi_cc_TpCallAppInfo_Dummy = -1;
+static int hf_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_TpAppMultiPartyCallBack = -1;
+static int hf_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_AppMultiPartyCall = -1;
+static int hf_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_AppCallLeg = -1;
+static int hf_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_AppMultiPartyCallAndCallLeg = -1;
+static int hf_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_Dummy = -1;
+static int hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_TpMediaStreamDataTypeRequest = -1;
+static int hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_Audio = -1;
+static int hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_Video = -1;
+static int hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_Data = -1;
+static int hf_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_TpAppMultiMediaCallBack = -1;
+static int hf_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_AppMultiMediaCall = -1;
+static int hf_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_AppMultiMediaCallLeg = -1;
+static int hf_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_AppMultiMediaCallAndCallLeg = -1;
+static int hf_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_Dummy = -1;
+static int hf_org_csapi_cc_cccs_TpConfPolicy_TpConfPolicy = -1;
+static int hf_org_csapi_cc_cccs_TpConfPolicy_MonoMedia = -1;
+static int hf_org_csapi_cc_cccs_TpConfPolicy_MultiMedia = -1;
+static int hf_org_csapi_cc_cccs_TpConfPolicy_Dummy = -1;
+static int hf_org_csapi_ui_TpUITargetObject_TpUITargetObject = -1;
+static int hf_org_csapi_ui_TpUITargetObject_Call = -1;
+static int hf_org_csapi_ui_TpUITargetObject_MultiPartyCall = -1;
+static int hf_org_csapi_ui_TpUITargetObject_CallLeg = -1;
+static int hf_org_csapi_mm_TpBindingEntry_TpBindingEntry = -1;
+static int hf_org_csapi_mm_TpBindingEntry_UBExpires = -1;
+static int hf_org_csapi_mm_TpBindingEntry_UBContactAddress = -1;
+static int hf_org_csapi_mm_TpBindingEntry_UBPreference = -1;
+static int hf_org_csapi_mm_TpBindingEntry_Dummy = -1;
+static int hf_org_csapi_dsc_TpDataSessionChargeOrder_TpDataSessionChargeOrder = -1;
+static int hf_org_csapi_dsc_TpDataSessionChargeOrder_ChargePerVolume = -1;
+static int hf_org_csapi_dsc_TpDataSessionChargeOrder_NetworkCharge = -1;
+static int hf_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_TpDataSessionAdditionalErrorInfo = -1;
+static int hf_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_DataSessionErrorInvalidAddress = -1;
+static int hf_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_Dummy = -1;
+static int hf_org_csapi_dsc_TpDataSessionAdditionalReportInfo_TpDataSessionAdditionalReportInfo = -1;
+static int hf_org_csapi_dsc_TpDataSessionAdditionalReportInfo_DataSessionDisconnect = -1;
+static int hf_org_csapi_dsc_TpDataSessionAdditionalReportInfo_Dummy = -1;
+static int hf_org_csapi_gms_TpMessageInfoProperty_TpMessageInfoProperty = -1;
+static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageID = -1;
+static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageSubject = -1;
+static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageDateSent = -1;
+static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageDateReceived = -1;
+static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageDateChanged = -1;
+static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageSentFrom = -1;
+static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageSentTo = -1;
+static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageCCTo = -1;
+static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageBCCTo = -1;
+static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageSize = -1;
+static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessagePriority = -1;
+static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageFormat = -1;
+static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageFolder = -1;
+static int hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageStatus = -1;
+static int hf_org_csapi_gms_TpMessageInfoProperty_Dummy = -1;
+static int hf_org_csapi_gms_TpMailboxInfoProperty_TpMailboxInfoProperty = -1;
+static int hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxID = -1;
+static int hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxOwner = -1;
+static int hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxFolder = -1;
+static int hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxDateCreated = -1;
+static int hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxDateChanged = -1;
+static int hf_org_csapi_gms_TpMailboxInfoProperty_Dummy = -1;
+static int hf_org_csapi_gms_TpMessagingEventInfo_TpMessagingEventInfo = -1;
+static int hf_org_csapi_gms_TpMessagingEventInfo_EventNameUndefined = -1;
+static int hf_org_csapi_gms_TpMessagingEventInfo_EventGMSNewMessageArrived = -1;
+static int hf_org_csapi_gms_TpMessagingEventCriteria_TpMessagingEventCriteria = -1;
+static int hf_org_csapi_gms_TpMessagingEventCriteria_EventGMSNewMessageArrived = -1;
+static int hf_org_csapi_gms_TpMessagingEventCriteria_Dummy = -1;
+static int hf_org_csapi_gms_TpFolderInfoProperty_TpFolderInfoProperty = -1;
+static int hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderID = -1;
+static int hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderMessage = -1;
+static int hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderSubfolder = -1;
+static int hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderDateCreated = -1;
+static int hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderDateChanged = -1;
+static int hf_org_csapi_gms_TpFolderInfoProperty_Dummy = -1;
+static int hf_org_csapi_cs_TpChargingParameterValue_TpChargingParameterValue = -1;
+static int hf_org_csapi_cs_TpChargingParameterValue_IntValue = -1;
+static int hf_org_csapi_cs_TpChargingParameterValue_FloatValue = -1;
+static int hf_org_csapi_cs_TpChargingParameterValue_StringValue = -1;
+static int hf_org_csapi_cs_TpChargingParameterValue_BooleanValue = -1;
+static int hf_org_csapi_cs_TpChargingParameterValue_OctetValue = -1;
+static int hf_org_csapi_cs_TpAppInformation_TpAppInformation = -1;
+static int hf_org_csapi_cs_TpAppInformation_Timestamp = -1;
+static int hf_org_csapi_policy_TpPolicyType_TpPolicyType = -1;
+static int hf_org_csapi_policy_TpPolicyType_SimpleType = -1;
+static int hf_org_csapi_policy_TpPolicyType_RecordType = -1;
+static int hf_org_csapi_policy_TpPolicyType_ListType = -1;
+static int hf_org_csapi_policy_TpPolicyType_StructuredType = -1;
+static int hf_org_csapi_policy_TpPolicyType_XMLString = -1;
+static int hf_org_csapi_pam_TpPAMContextData_TpPAMContextData = -1;
+static int hf_org_csapi_pam_TpPAMContextData_CommunicationContext = -1;
+static int hf_org_csapi_pam_TpPAMContextData_Dummy = -1;
+static int hf_org_csapi_pam_TpPAMEventInfo_TpPAMEventInfo = -1;
+static int hf_org_csapi_pam_TpPAMEventInfo_IdentityPresenceSet = -1;
+static int hf_org_csapi_pam_TpPAMEventInfo_AvailabilityChanged = -1;
+static int hf_org_csapi_pam_TpPAMEventInfo_WatchersChanged = -1;
+static int hf_org_csapi_pam_TpPAMEventInfo_IdentityCreated = -1;
+static int hf_org_csapi_pam_TpPAMEventInfo_IdentityDeleted = -1;
+static int hf_org_csapi_pam_TpPAMEventInfo_GroupMembershipChanged = -1;
+static int hf_org_csapi_pam_TpPAMEventInfo_AgentCreated = -1;
+static int hf_org_csapi_pam_TpPAMEventInfo_AgentDeleted = -1;
+static int hf_org_csapi_pam_TpPAMEventInfo_AgentAssigned = -1;
+static int hf_org_csapi_pam_TpPAMEventInfo_AgentUnassigned = -1;
+static int hf_org_csapi_pam_TpPAMEventInfo_CapabilityChanged = -1;
+static int hf_org_csapi_pam_TpPAMEventInfo_AgentCapabilityPresenceSet = -1;
+static int hf_org_csapi_pam_TpPAMEventInfo_AgentPresenceSet = -1;
+static int hf_org_csapi_pam_TpPAMNotificationInfo_TpPAMNotificationInfo = -1;
+static int hf_org_csapi_pam_TpPAMNotificationInfo_IdentityPresenceSetNotify = -1;
+static int hf_org_csapi_pam_TpPAMNotificationInfo_AvailabilityChangedNotify = -1;
+static int hf_org_csapi_pam_TpPAMNotificationInfo_WatchersChangedNotify = -1;
+static int hf_org_csapi_pam_TpPAMNotificationInfo_IdentityCreatedNotify = -1;
+static int hf_org_csapi_pam_TpPAMNotificationInfo_IdentityDeletedNotify = -1;
+static int hf_org_csapi_pam_TpPAMNotificationInfo_GroupMembershipChangedNotify = -1;
+static int hf_org_csapi_pam_TpPAMNotificationInfo_AgentCreatedNotify = -1;
+static int hf_org_csapi_pam_TpPAMNotificationInfo_AgentDeletedNotify = -1;
+static int hf_org_csapi_pam_TpPAMNotificationInfo_AgentAssignedNotify = -1;
+static int hf_org_csapi_pam_TpPAMNotificationInfo_AgentUnassignedNotify = -1;
+static int hf_org_csapi_pam_TpPAMNotificationInfo_CapabilityChangedNotify = -1;
+static int hf_org_csapi_pam_TpPAMNotificationInfo_AgentCapabilityPresenceSetNotify = -1;
+static int hf_org_csapi_pam_TpPAMNotificationInfo_AgentPresenceSetNotify = -1;
+static int hf_org_csapi_pam_TpPAMPreferenceData_TpPAMPreferenceData = -1;
+static int hf_org_csapi_pam_TpPAMPreferenceData_ExternalControlInterface = -1;
+static int hf_org_csapi_pam_TpPAMPreferenceData_Dummy = -1;
+static int hf_org_csapi_mmm_TpFolderInfoProperty_TpFolderInfoProperty = -1;
+static int hf_org_csapi_mmm_TpFolderInfoProperty_FolderDateCreated = -1;
+static int hf_org_csapi_mmm_TpFolderInfoProperty_FolderDateChanged = -1;
+static int hf_org_csapi_mmm_TpFolderInfoProperty_FolderSize = -1;
+static int hf_org_csapi_mmm_TpFolderInfoProperty_FolderNumberOfMessages = -1;
+static int hf_org_csapi_mmm_TpFolderInfoProperty_Dummy = -1;
+static int hf_org_csapi_mmm_TpMailboxInfoProperty_TpMailboxInfoProperty = -1;
+static int hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxOwner = -1;
+static int hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxDateCreated = -1;
+static int hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxDateChanged = -1;
+static int hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxSize = -1;
+static int hf_org_csapi_mmm_TpMailboxInfoProperty_Dummy = -1;
+static int hf_org_csapi_mmm_TpMessageInfoProperty_TpMessageInfoProperty = -1;
+static int hf_org_csapi_mmm_TpMessageInfoProperty_MessageDateCreated = -1;
+static int hf_org_csapi_mmm_TpMessageInfoProperty_MessageDateReceived = -1;
+static int hf_org_csapi_mmm_TpMessageInfoProperty_MessageDateChanged = -1;
+static int hf_org_csapi_mmm_TpMessageInfoProperty_MessageSize = -1;
+static int hf_org_csapi_mmm_TpMessageInfoProperty_MessageStatus = -1;
+static int hf_org_csapi_mmm_TpMessageInfoProperty_Dummy = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_TpMessageHeaderField = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_DateSent = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_From = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_Sender = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_ReplyTo = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_To = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_Cc = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_Bcc = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_RFC822MessageID = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_InReplyTo = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_References = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_Subject = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_Comments = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_Keywords = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_TraceField = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_ResentField = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_MimeVersion = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_MimeContent = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_MimeEncoding = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_MimeID = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_MimeDescription = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_MimeDisposition = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_MimeExtensionField = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_ExtensionField = -1;
+static int hf_org_csapi_mmm_TpMessageHeaderField_Priority = -1;
+static int hf_org_csapi_mmm_TpDeliveryTime_TpDeliveryTime = -1;
+static int hf_org_csapi_mmm_TpDeliveryTime_DeliveryTime = -1;
+static int hf_org_csapi_mmm_TpDeliveryTime_Dummy = -1;
+static int hf_org_csapi_mmm_TpMessageTreatment_TpMessageTreatment = -1;
+static int hf_org_csapi_mmm_TpMessageTreatment_DeliveryReport = -1;
+static int hf_org_csapi_mmm_TpMessageTreatment_BillingID = -1;
+static int hf_org_csapi_mmm_TpMessageTreatment_DeliveryTime = -1;
+static int hf_org_csapi_mmm_TpMessageTreatment_ValidityTime = -1;
+static int hf_org_csapi_mmm_TpMessagingEventCriteria_TpMessagingEventCriteria = -1;
+static int hf_org_csapi_mmm_TpMessagingEventCriteria_EventNewMailboxMessageArrived = -1;
+static int hf_org_csapi_mmm_TpMessagingEventCriteria_EventNewMessageArrived = -1;
+static int hf_org_csapi_mmm_TpMessagingEventCriteria_Dummy = -1;
+static int hf_org_csapi_mmm_TpMessagingEventInfo_TpMessagingEventInfo = -1;
+static int hf_org_csapi_mmm_TpMessagingEventInfo_EventNameUndefined = -1;
+static int hf_org_csapi_mmm_TpMessagingEventInfo_EventNewMailboxMessageArrived = -1;
+static int hf_org_csapi_mmm_TpMessagingEventInfo_EventNewMessageArrived = -1;
+
static proto_tree *start_dissecting(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offset);
@@ -989,10 +4314,8 @@ static void decode_org_csapi_mmm_TpNewMessageArrivedInfo_st(tvbuff_t *tvb _U_, p
/* Struct prototype declaration End */
-
/* 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_);
@@ -1192,19 +4515,14 @@ static void decode_org_csapi_mmm_TpMessagingEventCriteria_un(tvbuff_t *tvb _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;
-
static gint ett_parlay = -1;
/* Initialise the initial Alignment */
-
static guint32 boundary = GIOP_HEADER_SIZE; /* initial value */
@@ -1214,15 +4532,6 @@ static guint32 boundary = GIOP_HEADER_SIZE; /* initial value */
/* TODO - Use registered fields */
/*
- * IDL Attributes Start
- */
-
-
-/*
- * IDL Attributes End
- */
-
-/*
* IDL Enums Start
*/
@@ -2993,13 +6302,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_ASSIGNMENT_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_P_INVALID_ASSIGNMENT_ID_ExtraInformation");
}
@@ -3008,13 +6311,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation");
}
@@ -3023,13 +6320,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_EVENT_TYPE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_P_INVALID_EVENT_TYPE_ExtraInformation");
}
@@ -3038,13 +6329,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_INTERFACE_NAME_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_P_INVALID_INTERFACE_NAME_ExtraInformation");
}
@@ -3053,13 +6338,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_INTERFACE_TYPE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_P_INVALID_INTERFACE_TYPE_ExtraInformation");
}
@@ -3068,13 +6347,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_SUBSCRIBER_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_P_UNKNOWN_SUBSCRIBER_ExtraInformation");
}
@@ -3083,13 +6356,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INFORMATION_NOT_AVAILABLE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_P_INFORMATION_NOT_AVAILABLE_ExtraInformation");
}
@@ -3098,13 +6365,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_CRITERIA_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_P_INVALID_CRITERIA_ExtraInformation");
}
@@ -3113,13 +6374,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_SESSION_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_P_INVALID_SESSION_ID_ExtraInformation");
}
@@ -3128,17 +6383,9 @@ 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 */
+ proto_tree_add_uint(tree, hf_org_csapi_TpCommonExceptions_ExceptionType, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
-
- /* 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));
- }
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpCommonExceptions_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_TpCommonExceptions_ExtraInformation");
}
@@ -3147,13 +6394,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_CURRENCY_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_P_INVALID_CURRENCY_ExtraInformation");
}
@@ -3162,13 +6403,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_AMOUNT_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_P_INVALID_AMOUNT_ExtraInformation");
}
@@ -3177,13 +6412,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_APPLICATION_NOT_ACTIVATED_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_P_APPLICATION_NOT_ACTIVATED_ExtraInformation");
}
@@ -3192,13 +6421,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_ADDRESS_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_P_INVALID_ADDRESS_ExtraInformation");
}
@@ -3207,13 +6430,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation");
}
@@ -3222,13 +6439,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation");
}
@@ -3237,13 +6448,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_VERSION_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_P_INVALID_VERSION_ExtraInformation");
}
@@ -3252,13 +6457,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_NETWORK_STATE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_P_INVALID_NETWORK_STATE_ExtraInformation");
}
@@ -3267,13 +6466,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_SERVICE_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_INVALID_SERVICE_ID_ExtraInformation");
}
@@ -3282,13 +6475,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_SERVICE_ACCESS_DENIED_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_SERVICE_ACCESS_DENIED_ExtraInformation");
}
@@ -3297,13 +6484,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_ACCESS_DENIED_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_ACCESS_DENIED_ExtraInformation");
}
@@ -3312,13 +6493,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_SERVICE_NOT_ENABLED_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_SERVICE_NOT_ENABLED_ExtraInformation");
}
@@ -3327,13 +6502,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY_ExtraInformation");
}
@@ -3342,13 +6511,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_AGREEMENT_TEXT_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_INVALID_AGREEMENT_TEXT_ExtraInformation");
}
@@ -3357,13 +6520,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_SERVICE_TOKEN_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_INVALID_SERVICE_TOKEN_ExtraInformation");
}
@@ -3372,13 +6529,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_SIGNATURE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_INVALID_SIGNATURE_ExtraInformation");
}
@@ -3387,13 +6538,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_SIGNING_ALGORITHM_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_INVALID_SIGNING_ALGORITHM_ExtraInformation");
}
@@ -3402,13 +6547,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_DOMAIN_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_INVALID_DOMAIN_ID_ExtraInformation");
}
@@ -3417,13 +6556,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_PROPERTY_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_INVALID_PROPERTY_ExtraInformation");
}
@@ -3432,13 +6565,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_ACCESS_TYPE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_INVALID_ACCESS_TYPE_ExtraInformation");
}
@@ -3447,13 +6574,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_ILLEGAL_SERVICE_TYPE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_ILLEGAL_SERVICE_TYPE_ExtraInformation");
}
@@ -3462,13 +6583,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_SERVICE_TYPE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_UNKNOWN_SERVICE_TYPE_ExtraInformation");
}
@@ -3477,13 +6592,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_MISSING_MANDATORY_PROPERTY_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_MISSING_MANDATORY_PROPERTY_ExtraInformation");
}
@@ -3492,13 +6601,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_DUPLICATE_PROPERTY_NAME_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_DUPLICATE_PROPERTY_NAME_ExtraInformation");
}
@@ -3507,13 +6610,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PROPERTY_TYPE_MISMATCH_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_PROPERTY_TYPE_MISMATCH_ExtraInformation");
}
@@ -3522,13 +6619,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_CLIENT_APP_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_INVALID_CLIENT_APP_ID_ExtraInformation");
}
@@ -3537,13 +6628,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_AUTH_TYPE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_INVALID_AUTH_TYPE_ExtraInformation");
}
@@ -3552,13 +6637,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_SAG_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_INVALID_SAG_ID_ExtraInformation");
}
@@ -3567,13 +6646,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_SERVICE_PROFILE_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_INVALID_SERVICE_PROFILE_ID_ExtraInformation");
}
@@ -3582,13 +6655,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_SERVICE_CONTRACT_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_INVALID_SERVICE_CONTRACT_ID_ExtraInformation");
}
@@ -3597,13 +6664,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_ACTIVITY_TEST_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_INVALID_ACTIVITY_TEST_ID_ExtraInformation");
}
@@ -3612,13 +6673,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_ILLEGAL_SERVICE_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_ILLEGAL_SERVICE_ID_ExtraInformation");
}
@@ -3627,13 +6682,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_SERVICE_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_UNKNOWN_SERVICE_ID_ExtraInformation");
}
@@ -3642,13 +6691,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_SERVICE_TYPE_UNAVAILABLE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_SERVICE_TYPE_UNAVAILABLE_ExtraInformation");
}
@@ -3657,13 +6700,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_ADDITION_TO_SAG_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_INVALID_ADDITION_TO_SAG_ExtraInformation");
}
@@ -3672,13 +6709,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT_ExtraInformation");
}
@@ -3687,13 +6718,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM_ExtraInformation");
}
@@ -3702,13 +6727,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_NO_ACCEPTABLE_SIGNING_ALGORITHM_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM_ExtraInformation");
}
@@ -3717,13 +6736,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_ID_NOT_FOUND_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_P_ID_NOT_FOUND_ExtraInformation");
}
@@ -3732,13 +6745,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_ILLEGAL_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_P_ILLEGAL_ID_ExtraInformation");
}
@@ -3747,13 +6754,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_ILLEGAL_RANGE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_P_ILLEGAL_RANGE_ExtraInformation");
}
@@ -3762,13 +6763,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_COLLECTION_CRITERIA_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_P_INVALID_COLLECTION_CRITERIA_ExtraInformation");
}
@@ -3777,13 +6772,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation");
}
@@ -3792,13 +6781,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation");
}
@@ -3807,13 +6790,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_REPORTING_INTERVAL_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_P_INVALID_REPORTING_INTERVAL_ExtraInformation");
}
@@ -3822,13 +6799,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation");
}
@@ -3837,13 +6808,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_TERMINAL_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_termcap_P_INVALID_TERMINAL_ID_ExtraInformation");
}
@@ -3852,13 +6817,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_GMS_INVALID_FOLDER_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_P_GMS_INVALID_FOLDER_ID_ExtraInformation");
}
@@ -3867,13 +6826,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation");
}
@@ -3882,13 +6835,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation");
}
@@ -3897,13 +6844,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_GMS_INVALID_MAILBOX_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_P_GMS_INVALID_MAILBOX_ExtraInformation");
}
@@ -3912,13 +6853,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_GMS_INVALID_MESSAGE_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_P_GMS_INVALID_MESSAGE_ID_ExtraInformation");
}
@@ -3927,13 +6862,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation");
}
@@ -3942,13 +6871,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation");
}
@@ -3957,13 +6880,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation");
}
@@ -3972,13 +6889,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation");
}
@@ -3987,13 +6898,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_GMS_MAILBOX_LOCKED_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_P_GMS_MAILBOX_LOCKED_ExtraInformation");
}
@@ -4002,13 +6907,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation");
}
@@ -4017,13 +6916,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_GMS_PROPERTY_NOT_SET_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_P_GMS_PROPERTY_NOT_SET_ExtraInformation");
}
@@ -4032,13 +6925,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_GMS_FOLDER_IS_OPEN_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_P_GMS_FOLDER_IS_OPEN_ExtraInformation");
}
@@ -4047,13 +6934,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_GMS_MAILBOX_OPEN_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_P_GMS_MAILBOX_OPEN_ExtraInformation");
}
@@ -4062,13 +6943,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_VPRP_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_VPRP_ID_ExtraInformation");
}
@@ -4077,13 +6952,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_SLA_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_SLA_ID_ExtraInformation");
}
@@ -4092,13 +6961,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_STATUS_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_STATUS_ExtraInformation");
}
@@ -4107,13 +6970,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_QOS_INFO_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_QOS_INFO_ExtraInformation");
}
@@ -4122,13 +6979,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_VALIDITY_INFO_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_VALIDITY_INFO_ExtraInformation");
}
@@ -4137,13 +6988,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_PIPEQOSINFO_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_PIPEQOSINFO_ExtraInformation");
}
@@ -4152,13 +6997,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_DSCODEPOINT_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_DSCODEPOINT_ExtraInformation");
}
@@ -4167,13 +7006,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_ILLEGAL_VPRPID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_ILLEGAL_VPRPID_ExtraInformation");
}
@@ -4182,13 +7015,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_ILLEGAL_REF_VALUE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_ILLEGAL_REF_VALUE_ExtraInformation");
}
@@ -4197,13 +7024,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_INTERFACE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_INTERFACE_ExtraInformation");
}
@@ -4212,13 +7033,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_CANT_DELETE_VPRP_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_CANT_DELETE_VPRP_ExtraInformation");
}
@@ -4227,13 +7042,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_TEMPLATES_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_TEMPLATES_ExtraInformation");
}
@@ -4242,13 +7051,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_MENU_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_MENU_ExtraInformation");
}
@@ -4257,13 +7060,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation");
}
@@ -4272,13 +7069,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation");
}
@@ -4287,13 +7078,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_DESCRIPTION_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_DESCRIPTION_ExtraInformation");
}
@@ -4302,13 +7087,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_ILLEGAL_SLA_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_ILLEGAL_SLA_ID_ExtraInformation");
}
@@ -4317,13 +7096,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_ILLEGAL_TAG_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_ILLEGAL_TAG_ExtraInformation");
}
@@ -4332,13 +7105,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_ILLEGAL_VALUE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_ILLEGAL_VALUE_ExtraInformation");
}
@@ -4347,13 +7114,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_ILLEGAL_COMBINATION_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_ILLEGAL_COMBINATION_ExtraInformation");
}
@@ -4362,13 +7123,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_SITES_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_SITES_ExtraInformation");
}
@@ -4377,13 +7132,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_VPRN_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_VPRN_ExtraInformation");
}
@@ -4392,13 +7141,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_ILLEGAL_SITE_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_ILLEGAL_SITE_ID_ExtraInformation");
}
@@ -4407,13 +7150,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_SITE_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_SITE_ID_ExtraInformation");
}
@@ -4422,13 +7159,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_SAPS_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_SAPS_ExtraInformation");
}
@@ -4437,13 +7168,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_SITE_LOCATION_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_SITE_LOCATION_ExtraInformation");
}
@@ -4452,13 +7177,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation");
}
@@ -4467,13 +7186,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_IPSUBNET_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_IPSUBNET_ExtraInformation");
}
@@ -4482,13 +7195,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_SAP_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_SAP_ExtraInformation");
}
@@ -4497,13 +7204,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNKNOWN_VPRP_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_P_UNKNOWN_VPRP_ExtraInformation");
}
@@ -4512,13 +7213,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_UNAUTHORIZED_APPLICATION_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_am_P_UNAUTHORIZED_APPLICATION_ExtraInformation");
}
@@ -4527,13 +7222,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_USER_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cs_P_INVALID_USER_ExtraInformation");
}
@@ -4542,13 +7231,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_ACCOUNT_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cs_P_INVALID_ACCOUNT_ExtraInformation");
}
@@ -4557,13 +7240,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_REQUEST_NUMBER_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cs_P_INVALID_REQUEST_NUMBER_ExtraInformation");
}
@@ -4572,13 +7249,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_INVALID_VOLUME_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cs_P_INVALID_VOLUME_ExtraInformation");
}
@@ -4587,13 +7258,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_ACCESS_VIOLATION_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_P_ACCESS_VIOLATION_ExtraInformation");
}
@@ -4602,13 +7267,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_SYNTAX_ERROR_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_P_SYNTAX_ERROR_ExtraInformation");
}
@@ -4617,13 +7276,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_NAME_SPACE_ERROR_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_P_NAME_SPACE_ERROR_ExtraInformation");
}
@@ -4632,13 +7285,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_NO_TRANSACTION_IN_PROCESS_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_P_NO_TRANSACTION_IN_PROCESS_ExtraInformation");
}
@@ -4647,13 +7294,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_TRANSACTION_IN_PROCESS_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_P_TRANSACTION_IN_PROCESS_ExtraInformation");
}
@@ -4662,13 +7303,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_UNKNOWN_TYPE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_UNKNOWN_TYPE_ExtraInformation");
}
@@ -4677,13 +7312,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_UNKNOWN_MEMBER_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_UNKNOWN_MEMBER_ExtraInformation");
}
@@ -4692,13 +7321,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_UNKNOWN_IDENTITY_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_UNKNOWN_IDENTITY_ExtraInformation");
}
@@ -4707,13 +7330,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_UNKNOWN_GROUP_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_UNKNOWN_GROUP_ExtraInformation");
}
@@ -4722,13 +7339,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_UNKNOWN_CAPABILITY_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_UNKNOWN_CAPABILITY_ExtraInformation");
}
@@ -4737,13 +7348,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_UNKNOWN_ATTRIBUTES_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTES_ExtraInformation");
}
@@ -4752,13 +7357,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_UNKNOWN_ATTRIBUTE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTE_ExtraInformation");
}
@@ -4767,13 +7366,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_UNKNOWN_ASSIGNMENT_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_UNKNOWN_ASSIGNMENT_ExtraInformation");
}
@@ -4782,13 +7375,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_UNKNOWN_ALIAS_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_UNKNOWN_ALIAS_ExtraInformation");
}
@@ -4797,13 +7384,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_UNKNOWN_AGENT_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_UNKNOWN_AGENT_ExtraInformation");
}
@@ -4812,13 +7393,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_UNASSIGNED_ALIAS_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_UNASSIGNED_ALIAS_ExtraInformation");
}
@@ -4827,13 +7402,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_TYPE_EXISTS_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_TYPE_EXISTS_ExtraInformation");
}
@@ -4842,13 +7411,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_TYPE_ASSOCIATED_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_TYPE_ASSOCIATED_ExtraInformation");
}
@@ -4857,13 +7420,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_NOT_REGISTERED_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_NOT_REGISTERED_ExtraInformation");
}
@@ -4872,13 +7429,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_NOT_MEMBER_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_NOT_MEMBER_ExtraInformation");
}
@@ -4887,13 +7438,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_NO_CAPABILITY_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_NO_CAPABILITY_ExtraInformation");
}
@@ -4902,13 +7447,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_MEMBER_EXISTS_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_MEMBER_EXISTS_ExtraInformation");
}
@@ -4917,13 +7456,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_IS_CYCLIC_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_IS_CYCLIC_ExtraInformation");
}
@@ -4932,13 +7465,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_IDENTITY_EXISTS_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_IDENTITY_EXISTS_ExtraInformation");
}
@@ -4947,13 +7474,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_DISASSOCIATED_TYPE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_DISASSOCIATED_TYPE_ExtraInformation");
}
@@ -4962,13 +7483,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_ATTRIBUTE_EXISTS_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_ATTRIBUTE_EXISTS_ExtraInformation");
}
@@ -4977,13 +7492,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_ALIAS_NOT_UNIQUE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_ALIAS_NOT_UNIQUE_ExtraInformation");
}
@@ -4992,13 +7501,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_ALIAS_EXISTS_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_ALIAS_EXISTS_ExtraInformation");
}
@@ -5007,13 +7510,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_AGENT_EXISTS_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_AGENT_EXISTS_ExtraInformation");
}
@@ -5022,13 +7519,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_UNAVAILABLE_INTERFACE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_UNAVAILABLE_INTERFACE_ExtraInformation");
}
@@ -5037,13 +7528,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_PAM_INVALID_CREDENTIAL_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_P_PAM_INVALID_CREDENTIAL_ExtraInformation");
}
@@ -5052,13 +7537,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_MMM_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_P_MMM_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation");
}
@@ -5067,13 +7546,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_MMM_INVALID_MAILBOX_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_P_MMM_INVALID_MAILBOX_ExtraInformation");
}
@@ -5082,13 +7555,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_MMM_INVALID_DELIVERY_TYPE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_P_MMM_INVALID_DELIVERY_TYPE_ExtraInformation");
}
@@ -5097,13 +7564,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_MMM_MAX_MESSAGE_SIZE_EXCEEDED_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_P_MMM_MAX_MESSAGE_SIZE_EXCEEDED_ExtraInformation");
}
@@ -5112,13 +7573,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_MMM_INVALID_FOLDER_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_P_MMM_INVALID_FOLDER_ID_ExtraInformation");
}
@@ -5127,13 +7582,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_MMM_INVALID_MESSAGE_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_P_MMM_INVALID_MESSAGE_ID_ExtraInformation");
}
@@ -5142,13 +7591,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_MMM_INVALID_PART_ID_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_P_MMM_INVALID_PART_ID_ExtraInformation");
}
@@ -5157,13 +7600,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH_ExtraInformation");
}
@@ -5172,13 +7609,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH_ExtraInformation");
}
@@ -5187,13 +7618,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_MMM_INVALID_PROPERTY_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_P_MMM_INVALID_PROPERTY_ExtraInformation");
}
@@ -5202,13 +7627,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_MMM_INVALID_DELIVERY_TIME_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_P_MMM_INVALID_DELIVERY_TIME_ExtraInformation");
}
@@ -5217,13 +7636,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_MMM_INVALID_VALIDITY_TIME_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_P_MMM_INVALID_VALIDITY_TIME_ExtraInformation");
}
@@ -5232,13 +7645,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_MMM_MAX_SUBJECT_SIZE_EXCEEDED_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_P_MMM_MAX_SUBJECT_SIZE_EXCEEDED_ExtraInformation");
}
@@ -5247,13 +7654,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_MMM_INFORMATION_NOT_AVAILABLE_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE_ExtraInformation");
}
@@ -5262,13 +7663,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_MMM_CANNOT_CANCEL_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_P_MMM_CANNOT_CANCEL_ExtraInformation");
}
@@ -5277,13 +7672,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "P_MMM_INVALID_HEADER_ExtraInformation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_P_MMM_INVALID_HEADER_ExtraInformation");
}
@@ -5298,7 +7687,6 @@ 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_;
if (!header->exception_id)
@@ -6228,26 +8616,14 @@ decode_user_exception(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *ptr
}
-/* Begin Attribute Helper Functions */
-
-
-/* End Attribute Helper Functions */
-
/*
* 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_)
+decode_org_csapi_IpService_setCallback(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -6273,11 +8649,8 @@ decode_org_csapi_IpService_setCallback(tvbuff_t *tvb _U_, packet_info *pinfo _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -6289,11 +8662,8 @@ decode_org_csapi_IpService_setCallback(tvbuff_t *tvb _U_, packet_info *pinfo _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -6305,18 +8675,11 @@ decode_org_csapi_IpService_setCallback(tvbuff_t *tvb _U_, packet_info *pinfo _U_
/*
* 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_)
+decode_org_csapi_IpService_setCallbackWithSessionID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -6324,9 +8687,7 @@ decode_org_csapi_IpService_setCallbackWithSessionID(tvbuff_t *tvb _U_, packet_in
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_IpService_setCallbackWithSessionID_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -6346,11 +8707,8 @@ decode_org_csapi_IpService_setCallbackWithSessionID(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -6362,11 +8720,8 @@ decode_org_csapi_IpService_setCallbackWithSessionID(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -6378,31 +8733,19 @@ decode_org_csapi_IpService_setCallbackWithSessionID(tvbuff_t *tvb _U_, packet_in
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthentication(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpAuthDomain" */
-
-
-
decode_org_csapi_fw_TpAuthDomain_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpAuthDomain" */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "authType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthentication_authType");
break;
@@ -6413,13 +8756,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticatio
case NO_EXCEPTION:
/* Begin struct "org_csapi_fw_TpAuthDomain" */
-
-
-
decode_org_csapi_fw_TpAuthDomain_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpAuthDomain" */
-
break;
case USER_EXCEPTION:
@@ -6428,11 +8766,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticatio
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -6444,11 +8779,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticatio
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -6460,33 +8792,21 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticatio
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpAuthDomain" */
-
-
-
decode_org_csapi_fw_TpAuthDomain_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpAuthDomain" */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion_authType");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "authType");
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "frameworkVersion");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion_frameworkVersion");
break;
@@ -6497,13 +8817,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticatio
case NO_EXCEPTION:
/* Begin struct "org_csapi_fw_TpAuthDomain" */
-
-
-
decode_org_csapi_fw_TpAuthDomain_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpAuthDomain" */
-
break;
case USER_EXCEPTION:
@@ -6512,11 +8827,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticatio
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -6528,11 +8840,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticatio
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -6544,23 +8853,16 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticatio
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "accessType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess_accessType");
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -6584,11 +8886,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess(
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -6600,11 +8899,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess(
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -6616,17 +8912,13 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess(
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_digitalSignature;
- guint32 i_digitalSignature;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature;
+ guint32 i_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature;
/* Operation specific Variable declarations End */
@@ -6634,20 +8926,16 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess(
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "terminationText");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_terminationText");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "signingAlgorithm");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_signingAlgorithm");
- u_octet4_loop_digitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of digitalSignature = %u",u_octet4_loop_digitalSignature);
- }
+ u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature);
- for (i_digitalSignature=0; i_digitalSignature < u_octet4_loop_digitalSignature; i_digitalSignature++) {
+ for (i_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature=0; i_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature; i_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"digitalSignature = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -6669,11 +8957,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess(
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -6685,11 +8970,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess(
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -6701,23 +8983,16 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess(
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "interfaceName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface_interfaceName");
break;
@@ -6738,11 +9013,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -6754,11 +9026,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -6770,23 +9039,16 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface(tvbuff
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCallback(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "interfaceName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCallback_interfaceName");
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -6810,11 +9072,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCal
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -6826,11 +9085,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCal
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -6842,17 +9098,13 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCal
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_endAccessProperties;
- guint32 i_endAccessProperties;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties;
+ guint32 i_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties;
/* Operation specific Variable declarations End */
@@ -6860,21 +9112,14 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess(tvbuff_t *tv
case Request:
- u_octet4_loop_endAccessProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of endAccessProperties = %u",u_octet4_loop_endAccessProperties);
- }
+ u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties);
- for (i_endAccessProperties=0; i_endAccessProperties < u_octet4_loop_endAccessProperties; i_endAccessProperties++) {
+ for (i_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties=0; i_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties; i_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties++) {
/* Begin struct "org_csapi_fw_TpProperty" */
-
-
-
decode_org_csapi_fw_TpProperty_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpProperty" */
-
}
break;
@@ -6895,11 +9140,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -6911,11 +9153,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -6927,17 +9166,13 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpInterfaceNameList;
- guint32 i_TpInterfaceNameList;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return;
+ guint32 i_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return;
/* Operation specific Variable declarations End */
@@ -6953,14 +9188,12 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces(tvbuff_
case NO_EXCEPTION:
- u_octet4_loop_TpInterfaceNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpInterfaceNameList = %u",u_octet4_loop_TpInterfaceNameList);
- }
+ u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return);
- for (i_TpInterfaceNameList=0; i_TpInterfaceNameList < u_octet4_loop_TpInterfaceNameList; i_TpInterfaceNameList++) {
+ for (i_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return=0; i_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return; i_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpInterfaceNameList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return");
}
@@ -6972,11 +9205,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -6988,11 +9218,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -7004,23 +9231,16 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces(tvbuff_
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "interfaceName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface_interfaceName");
break;
@@ -7040,11 +9260,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -7056,11 +9273,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -7072,23 +9286,16 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface(tvbuf
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "signingAlgorithmCaps");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm_signingAlgorithmCaps");
break;
@@ -7098,7 +9305,7 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpSigningAlgorithm");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm_return");
break;
@@ -7108,11 +9315,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -7124,11 +9328,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -7140,17 +9341,13 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_digitalSignature;
- guint32 i_digitalSignature;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature;
+ guint32 i_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature;
/* Operation specific Variable declarations End */
@@ -7158,18 +9355,14 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess(tvbuff
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "terminationText");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_terminationText");
- u_octet4_loop_digitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of digitalSignature = %u",u_octet4_loop_digitalSignature);
- }
+ u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature);
- for (i_digitalSignature=0; i_digitalSignature < u_octet4_loop_digitalSignature; i_digitalSignature++) {
+ for (i_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature=0; i_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature; i_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"digitalSignature = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -7191,11 +9384,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -7207,11 +9397,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -7223,17 +9410,13 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess(tvbuff
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_digitalSignature;
- guint32 i_digitalSignature;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature;
+ guint32 i_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature;
/* Operation specific Variable declarations End */
@@ -7241,20 +9424,16 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface(tv
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "interfaceName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_interfaceName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "terminationText");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_terminationText");
- u_octet4_loop_digitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of digitalSignature = %u",u_octet4_loop_digitalSignature);
- }
+ u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature);
- for (i_digitalSignature=0; i_digitalSignature < u_octet4_loop_digitalSignature; i_digitalSignature++) {
+ for (i_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature=0; i_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature; i_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"digitalSignature = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -7276,11 +9455,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -7292,11 +9468,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -7308,19 +9481,15 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface(tv
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_challenge;
- guint32 i_challenge;
- guint32 u_octet4_loop_TpOctetSet;
- guint32 i_TpOctetSet;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge;
+ guint32 i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge;
+ guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return;
+ guint32 i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return;
/* Operation specific Variable declarations End */
@@ -7328,16 +9497,12 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
case Request:
- u_octet4_loop_challenge = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of challenge = %u",u_octet4_loop_challenge);
- }
+ u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge);
- for (i_challenge=0; i_challenge < u_octet4_loop_challenge; i_challenge++) {
+ for (i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge=0; i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge; i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"challenge = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -7349,16 +9514,12 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
case NO_EXCEPTION:
- u_octet4_loop_TpOctetSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpOctetSet = %u",u_octet4_loop_TpOctetSet);
- }
+ u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return);
- for (i_TpOctetSet=0; i_TpOctetSet < u_octet4_loop_TpOctetSet; i_TpOctetSet++) {
+ for (i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return=0; i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return; i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpOctetSet = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -7370,11 +9531,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -7386,11 +9544,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -7402,18 +9557,11 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_abortAuthentication(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -7436,11 +9584,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -7452,11 +9597,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -7468,18 +9610,11 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticationSucceeded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -7502,11 +9637,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -7518,11 +9650,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -7534,19 +9663,15 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_challenge;
- guint32 i_challenge;
- guint32 u_octet4_loop_TpOctetSet;
- guint32 i_TpOctetSet;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge;
+ guint32 i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge;
+ guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return;
+ guint32 i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return;
/* Operation specific Variable declarations End */
@@ -7554,16 +9679,12 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
case Request:
- u_octet4_loop_challenge = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of challenge = %u",u_octet4_loop_challenge);
- }
+ u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge);
- for (i_challenge=0; i_challenge < u_octet4_loop_challenge; i_challenge++) {
+ for (i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge=0; i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge; i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"challenge = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -7575,16 +9696,12 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
case NO_EXCEPTION:
- u_octet4_loop_TpOctetSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpOctetSet = %u",u_octet4_loop_TpOctetSet);
- }
+ u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return);
- for (i_TpOctetSet=0; i_TpOctetSet < u_octet4_loop_TpOctetSet; i_TpOctetSet++) {
+ for (i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return=0; i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return; i_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpOctetSet = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -7596,11 +9713,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -7612,11 +9726,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -7628,23 +9739,16 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "encryptionCaps");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod_encryptionCaps");
break;
@@ -7654,7 +9758,7 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_select
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpEncryptionCapability");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod_return");
break;
@@ -7664,11 +9768,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_select
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -7680,11 +9781,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_select
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -7696,19 +9794,15 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_select
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_challenge;
- guint32 i_challenge;
- guint32 u_octet4_loop_TpOctetSet;
- guint32 i_TpOctetSet;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge;
+ guint32 i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge;
+ guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return;
+ guint32 i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return;
/* Operation specific Variable declarations End */
@@ -7716,16 +9810,12 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authen
case Request:
- u_octet4_loop_challenge = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of challenge = %u",u_octet4_loop_challenge);
- }
+ u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge);
- for (i_challenge=0; i_challenge < u_octet4_loop_challenge; i_challenge++) {
+ for (i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge=0; i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge; i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"challenge = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -7737,16 +9827,12 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authen
case NO_EXCEPTION:
- u_octet4_loop_TpOctetSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpOctetSet = %u",u_octet4_loop_TpOctetSet);
- }
+ u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return);
- for (i_TpOctetSet=0; i_TpOctetSet < u_octet4_loop_TpOctetSet; i_TpOctetSet++) {
+ for (i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return=0; i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return; i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpOctetSet = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -7758,11 +9844,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authen
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -7774,11 +9857,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authen
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -7790,18 +9870,11 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authen
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_abortAuthentication(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -7824,11 +9897,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_abortA
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -7840,11 +9910,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_abortA
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -7856,18 +9923,11 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_abortA
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticationSucceeded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -7890,11 +9950,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authen
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -7906,11 +9963,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authen
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -7922,23 +9976,16 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authen
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "authMechanismList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism_authMechanismList");
break;
@@ -7948,7 +9995,7 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_select
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpAuthMechanism");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism_return");
break;
@@ -7958,11 +10005,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_select
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -7974,11 +10018,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_select
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -7990,19 +10031,15 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_select
/*
* 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_)
+decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_challenge;
- guint32 i_challenge;
- guint32 u_octet4_loop_TpOctetSet;
- guint32 i_TpOctetSet;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge;
+ guint32 i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge;
+ guint32 u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return;
+ guint32 i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return;
/* Operation specific Variable declarations End */
@@ -8010,16 +10047,12 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challe
case Request:
- u_octet4_loop_challenge = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of challenge = %u",u_octet4_loop_challenge);
- }
+ u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge);
- for (i_challenge=0; i_challenge < u_octet4_loop_challenge; i_challenge++) {
+ for (i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge=0; i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge; i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"challenge = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -8031,16 +10064,12 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challe
case NO_EXCEPTION:
- u_octet4_loop_TpOctetSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpOctetSet = %u",u_octet4_loop_TpOctetSet);
- }
+ u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return);
- for (i_TpOctetSet=0; i_TpOctetSet < u_octet4_loop_TpOctetSet; i_TpOctetSet++) {
+ for (i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return=0; i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return < u_octet4_loop_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return; i_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpOctetSet = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -8052,11 +10081,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -8068,11 +10094,8 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -8084,32 +10107,21 @@ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challe
/*
* 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_)
+decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin union "org_csapi_fw_TpFwEventInfo" */
-
decode_org_csapi_fw_TpFwEventInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_fw_TpFwEventInfo" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -8129,11 +10141,8 @@ decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNot
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -8145,11 +10154,8 @@ decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNot
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -8161,18 +10167,11 @@ decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNot
/*
* 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_)
+decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_notificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -8195,11 +10194,8 @@ decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_notificat
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -8211,11 +10207,8 @@ decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_notificat
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -8227,29 +10220,20 @@ decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_notificat
/*
* 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_)
+decode_org_csapi_fw_fw_application_notification_IpEventNotification_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin union "org_csapi_fw_TpFwEventCriteria" */
-
decode_org_csapi_fw_TpFwEventCriteria_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_fw_TpFwEventCriteria" */
-
break;
case Reply:
@@ -8258,9 +10242,7 @@ decode_org_csapi_fw_fw_application_notification_IpEventNotification_createNotifi
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_notification_IpEventNotification_createNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -8270,11 +10252,8 @@ decode_org_csapi_fw_fw_application_notification_IpEventNotification_createNotifi
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -8286,11 +10265,8 @@ decode_org_csapi_fw_fw_application_notification_IpEventNotification_createNotifi
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -8302,25 +10278,16 @@ decode_org_csapi_fw_fw_application_notification_IpEventNotification_createNotifi
/*
* 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_)
+decode_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -8340,11 +10307,8 @@ decode_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotif
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -8356,11 +10320,8 @@ decode_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotif
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -8372,27 +10333,18 @@ decode_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotif
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "activityTestResult");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes_activityTestResult");
break;
@@ -8412,11 +10364,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes(t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -8428,11 +10377,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes(t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -8444,25 +10390,16 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes(t
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestReq_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -8482,11 +10419,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestRe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -8498,11 +10432,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestRe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -8514,16 +10445,12 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestRe
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -8533,9 +10460,7 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd(
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"fault = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpInterfaceFault,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd_fault, tvb, *offset-4, 4, u_octet4);
break;
@@ -8555,11 +10480,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd(
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -8571,11 +10493,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd(
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -8587,16 +10506,12 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd(
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -8606,9 +10521,7 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryIn
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"fault = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpInterfaceFault,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryInd_fault, tvb, *offset-4, 4, u_octet4);
break;
@@ -8628,11 +10541,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryIn
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -8644,11 +10554,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryIn
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -8660,16 +10567,12 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryIn
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -8677,13 +10580,11 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd_serviceID");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"reason = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpSvcUnavailReason,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd_reason, tvb, *offset-4, 4, u_octet4);
break;
@@ -8703,11 +10604,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -8719,11 +10617,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -8735,17 +10630,13 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_serviceIDs;
- guint32 i_serviceIDs;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs;
+ guint32 i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs;
/* Operation specific Variable declarations End */
@@ -8754,21 +10645,14 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsReco
case Request:
/* Begin struct "org_csapi_fw_TpFaultStatsRecord" */
-
-
-
decode_org_csapi_fw_TpFaultStatsRecord_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpFaultStatsRecord" */
+ u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs);
- u_octet4_loop_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of serviceIDs = %u",u_octet4_loop_serviceIDs);
- }
-
- for (i_serviceIDs=0; i_serviceIDs < u_octet4_loop_serviceIDs; i_serviceIDs++) {
+ for (i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceIDs");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs");
}
@@ -8790,11 +10674,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsReco
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -8806,11 +10687,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsReco
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -8822,16 +10700,12 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsReco
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -8841,9 +10715,7 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd(
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"reason = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpFwUnavailReason,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd_reason, tvb, *offset-4, 4, u_octet4);
break;
@@ -8863,11 +10735,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd(
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -8879,11 +10748,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd(
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -8895,25 +10761,16 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd(
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -8933,11 +10790,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr(t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -8949,11 +10803,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr(t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -8965,18 +10816,14 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr(t
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
- guint32 u_octet4_loop_serviceIDs;
- guint32 i_serviceIDs;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs;
+ guint32 i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs;
/* Operation specific Variable declarations End */
@@ -8986,18 +10833,14 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsReco
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatisticsError = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpFaultStatisticsError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_faultStatisticsError, tvb, *offset-4, 4, u_octet4);
- u_octet4_loop_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of serviceIDs = %u",u_octet4_loop_serviceIDs);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs);
- for (i_serviceIDs=0; i_serviceIDs < u_octet4_loop_serviceIDs; i_serviceIDs++) {
+ for (i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceIDs");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs");
}
@@ -9019,11 +10862,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsReco
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -9035,11 +10875,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsReco
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -9051,23 +10888,16 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsReco
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd_serviceID");
break;
@@ -9087,11 +10917,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -9103,11 +10930,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -9119,30 +10943,18 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpTimeInterval" */
-
-
-
decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpTimeInterval" */
-
break;
case Reply:
@@ -9161,11 +10973,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsReco
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -9177,11 +10986,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsReco
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -9193,16 +10999,12 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsReco
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -9210,13 +11012,11 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd_serviceID");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"reason = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpSvcAvailStatusReason,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd_reason, tvb, *offset-4, 4, u_octet4);
break;
@@ -9236,11 +11036,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -9252,11 +11049,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -9268,17 +11062,13 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_serviceIDs;
- guint32 i_serviceIDs;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs;
+ guint32 i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs;
/* Operation specific Variable declarations End */
@@ -9286,26 +11076,17 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStat
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_fw_TpFaultStatsRecord" */
-
-
-
decode_org_csapi_fw_TpFaultStatsRecord_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpFaultStatsRecord" */
+ u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs);
- u_octet4_loop_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of serviceIDs = %u",u_octet4_loop_serviceIDs);
- }
-
- for (i_serviceIDs=0; i_serviceIDs < u_octet4_loop_serviceIDs; i_serviceIDs++) {
+ for (i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceIDs");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs");
}
@@ -9327,11 +11108,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStat
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -9343,11 +11121,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStat
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -9359,20 +11134,16 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStat
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_faultStatistics;
- guint32 i_faultStatistics;
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics;
+ guint32 i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics;
guint32 u_octet4;
- guint32 u_octet4_loop_serviceIDs;
- guint32 i_serviceIDs;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs;
+ guint32 i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs;
/* Operation specific Variable declarations End */
@@ -9380,33 +11151,25 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStat
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_faultStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of faultStatistics = %u",u_octet4_loop_faultStatistics);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics);
- for (i_faultStatistics=0; i_faultStatistics < u_octet4_loop_faultStatistics; i_faultStatistics++) {
+ for (i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics=0; i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics; i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics++) {
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatistics = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpFaultStatisticsError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics, tvb, *offset-4, 4, u_octet4);
}
- u_octet4_loop_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of serviceIDs = %u",u_octet4_loop_serviceIDs);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs);
- for (i_serviceIDs=0; i_serviceIDs < u_octet4_loop_serviceIDs; i_serviceIDs++) {
+ for (i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceIDs");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs");
}
@@ -9428,11 +11191,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStat
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -9444,11 +11204,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStat
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -9460,34 +11217,20 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStat
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_TpTimeInterval" */
-
-
-
decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpTimeInterval" */
-
break;
case Reply:
@@ -9506,11 +11249,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStat
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -9522,11 +11262,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStat
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -9538,16 +11275,12 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStat
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -9557,9 +11290,7 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd(
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"reason = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpFwAvailStatusReason,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd_reason, tvb, *offset-4, 4, u_octet4);
break;
@@ -9579,11 +11310,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd(
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -9595,11 +11323,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd(
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -9611,30 +11336,18 @@ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd(
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpTimeInterval" */
-
-
-
decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpTimeInterval" */
-
break;
case Reply:
@@ -9653,11 +11366,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadReq(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -9669,11 +11379,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadReq(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -9685,17 +11392,13 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadReq(tv
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_loadStatistics;
- guint32 i_loadStatistics;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics;
+ guint32 i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics;
/* Operation specific Variable declarations End */
@@ -9703,21 +11406,14 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes(tvbuf
case Request:
- u_octet4_loop_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of loadStatistics = %u",u_octet4_loop_loadStatistics);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics);
- for (i_loadStatistics=0; i_loadStatistics < u_octet4_loop_loadStatistics; i_loadStatistics++) {
+ for (i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics=0; i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics; i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics++) {
/* Begin struct "org_csapi_fw_TpLoadStatistic" */
-
-
-
decode_org_csapi_fw_TpLoadStatistic_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpLoadStatistic" */
-
}
break;
@@ -9738,11 +11434,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -9754,11 +11447,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -9770,16 +11460,12 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes(tvbuf
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -9789,9 +11475,7 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr(tvbuf
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatisticsError = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpLoadStatisticError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr_loadStatisticsError, tvb, *offset-4, 4, u_octet4);
break;
@@ -9811,11 +11495,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -9827,11 +11508,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -9843,17 +11521,13 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr(tvbuf
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_loadStatistics;
- guint32 i_loadStatistics;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics;
+ guint32 i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics;
/* Operation specific Variable declarations End */
@@ -9861,21 +11535,14 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotificat
case Request:
- u_octet4_loop_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of loadStatistics = %u",u_octet4_loop_loadStatistics);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics);
- for (i_loadStatistics=0; i_loadStatistics < u_octet4_loop_loadStatistics; i_loadStatistics++) {
+ for (i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics=0; i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics; i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics++) {
/* Begin struct "org_csapi_fw_TpLoadStatistic" */
-
-
-
decode_org_csapi_fw_TpLoadStatistic_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpLoadStatistic" */
-
}
break;
@@ -9896,11 +11563,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotificat
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -9912,11 +11576,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotificat
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -9928,18 +11589,11 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotificat
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -9962,11 +11616,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_resumeNotification
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -9978,11 +11629,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_resumeNotification
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -9994,18 +11642,11 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_resumeNotification
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -10028,11 +11669,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_suspendNotificatio
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -10044,11 +11682,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_suspendNotificatio
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -10060,18 +11695,11 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_suspendNotificatio
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -10094,11 +11722,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_createLoadLevelNot
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -10110,11 +11735,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_createLoadLevelNot
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -10126,18 +11748,11 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_createLoadLevelNot
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -10160,11 +11775,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_destroyLoadLevelNo
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -10176,11 +11788,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_destroyLoadLevelNo
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -10192,34 +11801,20 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_destroyLoadLevelNo
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsReq_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_TpTimeInterval" */
-
-
-
decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpTimeInterval" */
-
break;
case Reply:
@@ -10238,11 +11833,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsR
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -10254,11 +11846,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsR
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -10270,17 +11859,13 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsR
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_loadStatistics;
- guint32 i_loadStatistics;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics;
+ guint32 i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics;
/* Operation specific Variable declarations End */
@@ -10288,25 +11873,16 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes(
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of loadStatistics = %u",u_octet4_loop_loadStatistics);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics);
- for (i_loadStatistics=0; i_loadStatistics < u_octet4_loop_loadStatistics; i_loadStatistics++) {
+ for (i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics=0; i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics; i_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics++) {
/* Begin struct "org_csapi_fw_TpLoadStatistic" */
-
-
-
decode_org_csapi_fw_TpLoadStatistic_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpLoadStatistic" */
-
}
break;
@@ -10327,11 +11903,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes(
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -10343,11 +11916,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes(
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -10359,16 +11929,12 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes(
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -10376,15 +11942,11 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr(
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatisticsError = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpLoadStatisticError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr_loadStatisticsError, tvb, *offset-4, 4, u_octet4);
break;
@@ -10404,11 +11966,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr(
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -10420,11 +11979,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr(
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -10436,16 +11992,12 @@ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr(
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -10455,9 +12007,7 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad(tvbuff_t *
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadLevel = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpLoadLevel,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad_loadLevel, tvb, *offset-4, 4, u_octet4);
break;
@@ -10477,11 +12027,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -10493,11 +12040,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -10509,17 +12053,13 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad(tvbuff_t *
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_serviceIDs;
- guint32 i_serviceIDs;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs;
+ guint32 i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs;
/* Operation specific Variable declarations End */
@@ -10527,25 +12067,18 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq(tvbuff_t
case Request:
- u_octet4_loop_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of serviceIDs = %u",u_octet4_loop_serviceIDs);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs);
- for (i_serviceIDs=0; i_serviceIDs < u_octet4_loop_serviceIDs; i_serviceIDs++) {
+ for (i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceIDs");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs");
}
/* Begin struct "org_csapi_TpTimeInterval" */
-
-
-
decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpTimeInterval" */
-
break;
case Reply:
@@ -10564,11 +12097,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -10580,11 +12110,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -10596,17 +12123,13 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq(tvbuff_t
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_loadStatistics;
- guint32 i_loadStatistics;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics;
+ guint32 i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics;
/* Operation specific Variable declarations End */
@@ -10614,21 +12137,14 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes(tvbuf
case Request:
- u_octet4_loop_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of loadStatistics = %u",u_octet4_loop_loadStatistics);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics);
- for (i_loadStatistics=0; i_loadStatistics < u_octet4_loop_loadStatistics; i_loadStatistics++) {
+ for (i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics=0; i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics; i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics++) {
/* Begin struct "org_csapi_fw_TpLoadStatistic" */
-
-
-
decode_org_csapi_fw_TpLoadStatistic_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpLoadStatistic" */
-
}
break;
@@ -10649,11 +12165,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -10665,11 +12178,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -10681,16 +12191,12 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes(tvbuf
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -10700,9 +12206,7 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr(tvbuf
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatisticsError = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpLoadStatisticError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr_loadStatisticsError, tvb, *offset-4, 4, u_octet4);
break;
@@ -10722,11 +12226,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -10738,11 +12239,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -10754,17 +12252,13 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr(tvbuf
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_serviceIDs;
- guint32 i_serviceIDs;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs;
+ guint32 i_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs;
/* Operation specific Variable declarations End */
@@ -10772,14 +12266,12 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotifi
case Request:
- u_octet4_loop_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of serviceIDs = %u",u_octet4_loop_serviceIDs);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs);
- for (i_serviceIDs=0; i_serviceIDs < u_octet4_loop_serviceIDs; i_serviceIDs++) {
+ for (i_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceIDs");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs");
}
@@ -10801,11 +12293,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotifi
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -10817,11 +12306,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotifi
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -10833,17 +12319,13 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotifi
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_serviceIDs;
- guint32 i_serviceIDs;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs;
+ guint32 i_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs;
/* Operation specific Variable declarations End */
@@ -10851,14 +12333,12 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotif
case Request:
- u_octet4_loop_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of serviceIDs = %u",u_octet4_loop_serviceIDs);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs);
- for (i_serviceIDs=0; i_serviceIDs < u_octet4_loop_serviceIDs; i_serviceIDs++) {
+ for (i_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceIDs");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs");
}
@@ -10880,11 +12360,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotif
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -10896,11 +12373,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotif
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -10912,17 +12386,13 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotif
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_serviceIDs;
- guint32 i_serviceIDs;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs;
+ guint32 i_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs;
/* Operation specific Variable declarations End */
@@ -10930,14 +12400,12 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification(tv
case Request:
- u_octet4_loop_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of serviceIDs = %u",u_octet4_loop_serviceIDs);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs);
- for (i_serviceIDs=0; i_serviceIDs < u_octet4_loop_serviceIDs; i_serviceIDs++) {
+ for (i_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceIDs");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs");
}
@@ -10959,11 +12427,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -10975,11 +12440,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -10991,17 +12453,13 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification(tv
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_serviceIDs;
- guint32 i_serviceIDs;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs;
+ guint32 i_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs;
/* Operation specific Variable declarations End */
@@ -11009,14 +12467,12 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification(t
case Request:
- u_octet4_loop_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of serviceIDs = %u",u_octet4_loop_serviceIDs);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs);
- for (i_serviceIDs=0; i_serviceIDs < u_octet4_loop_serviceIDs; i_serviceIDs++) {
+ for (i_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceIDs");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs");
}
@@ -11038,11 +12494,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification(t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -11054,11 +12507,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification(t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -11070,17 +12520,13 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification(t
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_serviceIDs;
- guint32 i_serviceIDs;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs;
+ guint32 i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs;
/* Operation specific Variable declarations End */
@@ -11088,29 +12534,20 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq(tvb
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of serviceIDs = %u",u_octet4_loop_serviceIDs);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs);
- for (i_serviceIDs=0; i_serviceIDs < u_octet4_loop_serviceIDs; i_serviceIDs++) {
+ for (i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceIDs");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs");
}
/* Begin struct "org_csapi_TpTimeInterval" */
-
-
-
decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpTimeInterval" */
-
break;
case Reply:
@@ -11129,11 +12566,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -11145,11 +12579,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -11161,17 +12592,13 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq(tvb
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_loadStatistics;
- guint32 i_loadStatistics;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics;
+ guint32 i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics;
/* Operation specific Variable declarations End */
@@ -11179,25 +12606,16 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes(
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of loadStatistics = %u",u_octet4_loop_loadStatistics);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics);
- for (i_loadStatistics=0; i_loadStatistics < u_octet4_loop_loadStatistics; i_loadStatistics++) {
+ for (i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics=0; i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics; i_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics++) {
/* Begin struct "org_csapi_fw_TpLoadStatistic" */
-
-
-
decode_org_csapi_fw_TpLoadStatistic_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpLoadStatistic" */
-
}
break;
@@ -11218,11 +12636,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes(
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -11234,11 +12649,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes(
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -11250,16 +12662,12 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes(
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -11267,15 +12675,11 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr(
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatisticsError = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpLoadStatisticError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr_loadStatisticsError, tvb, *offset-4, 4, u_octet4);
break;
@@ -11295,11 +12699,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr(
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -11311,11 +12712,8 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr(
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -11327,23 +12725,16 @@ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr(
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "systemDateAndTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery_systemDateAndTime");
break;
@@ -11353,7 +12744,7 @@ decode_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery(tvbuff
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpDateAndTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery_return");
break;
@@ -11363,11 +12754,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -11379,11 +12767,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -11395,23 +12780,16 @@ decode_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery(tvbuff
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "clientDateAndTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery_clientDateAndTime");
break;
@@ -11421,7 +12799,7 @@ decode_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery(tvbuff_t
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpDateAndTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery_return");
break;
@@ -11431,11 +12809,8 @@ decode_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -11447,11 +12822,8 @@ decode_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -11463,27 +12835,18 @@ decode_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery(tvbuff_t
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "svcID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq_svcID");
break;
@@ -11503,11 +12866,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -11519,11 +12879,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -11535,27 +12892,18 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq(tvbu
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "activityTestResult");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes_activityTestResult");
break;
@@ -11575,11 +12923,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes(t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -11591,11 +12936,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes(t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -11607,23 +12949,16 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes(t
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd_serviceID");
break;
@@ -11643,11 +12978,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -11659,11 +12991,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -11675,17 +13004,13 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd(tv
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_serviceIDs;
- guint32 i_serviceIDs;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs;
+ guint32 i_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs;
/* Operation specific Variable declarations End */
@@ -11694,21 +13019,14 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordR
case Request:
/* Begin struct "org_csapi_TpTimeInterval" */
-
-
-
decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpTimeInterval" */
+ u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs);
- u_octet4_loop_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of serviceIDs = %u",u_octet4_loop_serviceIDs);
- }
-
- for (i_serviceIDs=0; i_serviceIDs < u_octet4_loop_serviceIDs; i_serviceIDs++) {
+ for (i_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceIDs");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs");
}
@@ -11730,11 +13048,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordR
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -11746,11 +13061,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordR
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -11762,25 +13074,16 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordR
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -11800,11 +13103,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr(t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -11816,11 +13116,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr(t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -11832,23 +13129,16 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr(t
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd_serviceID");
break;
@@ -11868,11 +13158,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -11884,11 +13171,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -11900,30 +13184,18 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd(tv
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpFaultStatsRecord" */
-
-
-
decode_org_csapi_fw_TpFaultStatsRecord_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpFaultStatsRecord" */
-
break;
case Reply:
@@ -11942,11 +13214,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordR
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -11958,11 +13227,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordR
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -11974,16 +13240,12 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordR
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -11993,9 +13255,7 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordE
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatisticsError = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpFaultStatisticsError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordErr_faultStatisticsError, tvb, *offset-4, 4, u_octet4);
break;
@@ -12015,11 +13275,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordE
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -12031,11 +13288,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordE
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -12047,16 +13301,12 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordE
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -12066,9 +13316,7 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd(tv
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"reason = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpAppAvailStatusReason,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd_reason, tvb, *offset-4, 4, u_octet4);
break;
@@ -12088,11 +13336,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -12104,11 +13349,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -12120,17 +13362,13 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd(tv
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_serviceIDs;
- guint32 i_serviceIDs;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs;
+ guint32 i_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs;
/* Operation specific Variable declarations End */
@@ -12138,26 +13376,17 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatist
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_TpTimeInterval" */
-
-
-
decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpTimeInterval" */
+ u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs);
- u_octet4_loop_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of serviceIDs = %u",u_octet4_loop_serviceIDs);
- }
-
- for (i_serviceIDs=0; i_serviceIDs < u_octet4_loop_serviceIDs; i_serviceIDs++) {
+ for (i_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs=0; i_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs < u_octet4_loop_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs; i_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceIDs");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs");
}
@@ -12179,11 +13408,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatist
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -12195,11 +13421,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatist
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -12211,34 +13434,20 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatist
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_fw_TpFaultStatsRecord" */
-
-
-
decode_org_csapi_fw_TpFaultStatsRecord_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpFaultStatsRecord" */
-
break;
case Reply:
@@ -12257,11 +13466,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatist
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -12273,11 +13479,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatist
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -12289,16 +13492,12 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatist
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -12306,15 +13505,11 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatist
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatisticsError = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpFaultStatisticsError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr_faultStatisticsError, tvb, *offset-4, 4, u_octet4);
break;
@@ -12334,11 +13529,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatist
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -12350,11 +13542,8 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatist
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -12366,25 +13555,16 @@ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatist
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -12407,11 +13587,8 @@ decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -12423,11 +13600,8 @@ decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -12439,18 +13613,11 @@ decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat(tvb
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_disableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -12473,11 +13640,8 @@ decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_disableHeartBeat(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -12489,11 +13653,8 @@ decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_disableHeartBeat(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -12505,25 +13666,16 @@ decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_disableHeartBeat(tv
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -12543,11 +13695,8 @@ decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -12559,11 +13708,8 @@ decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -12575,18 +13721,11 @@ decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval(tvbu
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -12609,11 +13748,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeat_pulse(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -12625,11 +13761,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeat_pulse(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -12641,18 +13774,11 @@ decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeat_pulse(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -12675,11 +13801,8 @@ decode_org_csapi_fw_fw_application_integrity_IpHeartBeat_pulse(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -12691,11 +13814,8 @@ decode_org_csapi_fw_fw_application_integrity_IpHeartBeat_pulse(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -12707,25 +13827,16 @@ decode_org_csapi_fw_fw_application_integrity_IpHeartBeat_pulse(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -12748,11 +13859,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -12764,11 +13872,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -12780,18 +13885,11 @@ decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBe
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_disableAppHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -12814,11 +13912,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_disableAppHeartB
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -12830,11 +13925,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_disableAppHeartB
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -12846,25 +13938,16 @@ decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_disableAppHeartB
/*
* 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_)
+decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -12884,11 +13967,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval(t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -12900,11 +13980,8 @@ decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval(t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -12916,17 +13993,13 @@ decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval(t
/*
* 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_)
+decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpServiceTypeNameList;
- guint32 i_TpServiceTypeNameList;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return;
+ guint32 i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return;
/* Operation specific Variable declarations End */
@@ -12942,14 +14015,12 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes
case NO_EXCEPTION:
- u_octet4_loop_TpServiceTypeNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpServiceTypeNameList = %u",u_octet4_loop_TpServiceTypeNameList);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return);
- for (i_TpServiceTypeNameList=0; i_TpServiceTypeNameList < u_octet4_loop_TpServiceTypeNameList; i_TpServiceTypeNameList++) {
+ for (i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return=0; i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return < u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return; i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceTypeNameList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return");
}
@@ -12961,11 +14032,8 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -12977,11 +14045,8 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -12993,23 +14058,16 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes
/*
* 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_)
+decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType_name");
break;
@@ -13020,13 +14078,8 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceT
case NO_EXCEPTION:
/* Begin struct "org_csapi_fw_TpServiceTypeDescription" */
-
-
-
decode_org_csapi_fw_TpServiceTypeDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceTypeDescription" */
-
break;
case USER_EXCEPTION:
@@ -13035,11 +14088,8 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceT
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -13051,11 +14101,8 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceT
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -13067,19 +14114,15 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceT
/*
* 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_)
+decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_desiredPropertyList;
- guint32 i_desiredPropertyList;
- guint32 u_octet4_loop_TpServiceList;
- guint32 i_TpServiceList;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList;
+ guint32 i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList;
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return;
+ guint32 i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return;
/* Operation specific Variable declarations End */
@@ -13087,28 +14130,19 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService(
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceTypeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_serviceTypeName");
- u_octet4_loop_desiredPropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of desiredPropertyList = %u",u_octet4_loop_desiredPropertyList);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList);
- for (i_desiredPropertyList=0; i_desiredPropertyList < u_octet4_loop_desiredPropertyList; i_desiredPropertyList++) {
+ for (i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList=0; i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList < u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList; i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList++) {
/* Begin struct "org_csapi_fw_TpServiceProperty" */
-
-
-
decode_org_csapi_fw_TpServiceProperty_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceProperty" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"max = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_max, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -13118,21 +14152,14 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService(
case NO_EXCEPTION:
- u_octet4_loop_TpServiceList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpServiceList = %u",u_octet4_loop_TpServiceList);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return);
- for (i_TpServiceList=0; i_TpServiceList < u_octet4_loop_TpServiceList; i_TpServiceList++) {
+ for (i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return=0; i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return < u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return; i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return++) {
/* Begin struct "org_csapi_fw_TpService" */
-
-
-
decode_org_csapi_fw_TpService_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpService" */
-
}
break;
@@ -13143,11 +14170,8 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService(
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -13159,11 +14183,8 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService(
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -13175,17 +14196,13 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService(
/*
* 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_)
+decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpServiceList;
- guint32 i_TpServiceList;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return;
+ guint32 i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return;
/* Operation specific Variable declarations End */
@@ -13201,21 +14218,14 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedSe
case NO_EXCEPTION:
- u_octet4_loop_TpServiceList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpServiceList = %u",u_octet4_loop_TpServiceList);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return);
- for (i_TpServiceList=0; i_TpServiceList < u_octet4_loop_TpServiceList; i_TpServiceList++) {
+ for (i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return=0; i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return < u_octet4_loop_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return; i_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return++) {
/* Begin struct "org_csapi_fw_TpService" */
-
-
-
decode_org_csapi_fw_TpService_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpService" */
-
}
break;
@@ -13226,11 +14236,8 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedSe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -13242,11 +14249,8 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedSe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -13258,17 +14262,13 @@ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedSe
/*
* 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_)
+decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpOctetSet;
- guint32 i_TpOctetSet;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return;
+ guint32 i_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return;
/* Operation specific Variable declarations End */
@@ -13276,11 +14276,11 @@ decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManage
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceToken");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_serviceToken");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agreementText");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_agreementText");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "signingAlgorithm");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_signingAlgorithm");
break;
@@ -13290,16 +14290,12 @@ decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManage
case NO_EXCEPTION:
- u_octet4_loop_TpOctetSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpOctetSet = %u",u_octet4_loop_TpOctetSet);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return);
- for (i_TpOctetSet=0; i_TpOctetSet < u_octet4_loop_TpOctetSet; i_TpOctetSet++) {
+ for (i_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return=0; i_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return < u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return; i_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpOctetSet = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -13311,11 +14307,8 @@ decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManage
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -13327,11 +14320,8 @@ decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManage
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -13343,17 +14333,13 @@ decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManage
/*
* 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_)
+decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_digitalSignature;
- guint32 i_digitalSignature;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature;
+ guint32 i_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature;
/* Operation specific Variable declarations End */
@@ -13361,20 +14347,16 @@ decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManage
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceToken");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_serviceToken");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "terminationText");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_terminationText");
- u_octet4_loop_digitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of digitalSignature = %u",u_octet4_loop_digitalSignature);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature);
- for (i_digitalSignature=0; i_digitalSignature < u_octet4_loop_digitalSignature; i_digitalSignature++) {
+ for (i_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature=0; i_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature < u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature; i_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"digitalSignature = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -13396,11 +14378,8 @@ decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManage
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -13412,11 +14391,8 @@ decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManage
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -13428,27 +14404,20 @@ decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManage
/*
* 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_)
+decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceToken");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_serviceToken");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agreementText");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_agreementText");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "signingAlgorithm");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_signingAlgorithm");
break;
@@ -13459,13 +14428,8 @@ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagemen
case NO_EXCEPTION:
/* Begin struct "org_csapi_fw_TpSignatureAndServiceMgr" */
-
-
-
decode_org_csapi_fw_TpSignatureAndServiceMgr_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpSignatureAndServiceMgr" */
-
break;
case USER_EXCEPTION:
@@ -13474,11 +14438,8 @@ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagemen
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -13490,11 +14451,8 @@ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagemen
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -13506,17 +14464,13 @@ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagemen
/*
* 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_)
+decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_digitalSignature;
- guint32 i_digitalSignature;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature;
+ guint32 i_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature;
/* Operation specific Variable declarations End */
@@ -13524,20 +14478,16 @@ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagemen
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceToken");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_serviceToken");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "terminationText");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_terminationText");
- u_octet4_loop_digitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of digitalSignature = %u",u_octet4_loop_digitalSignature);
- }
+ u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature);
- for (i_digitalSignature=0; i_digitalSignature < u_octet4_loop_digitalSignature; i_digitalSignature++) {
+ for (i_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature=0; i_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature < u_octet4_loop_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature; i_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"digitalSignature = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -13559,11 +14509,8 @@ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagemen
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -13575,11 +14522,8 @@ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagemen
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -13591,23 +14535,16 @@ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagemen
/*
* 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_)
+decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService_serviceID");
break;
@@ -13617,7 +14554,7 @@ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagemen
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceToken");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService_return");
break;
@@ -13627,11 +14564,8 @@ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagemen
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -13643,11 +14577,8 @@ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagemen
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -13659,23 +14590,16 @@ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagemen
/*
* 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_)
+decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_initiateSignServiceAgreement(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceToken");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_initiateSignServiceAgreement_serviceToken");
break;
@@ -13695,11 +14619,8 @@ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagemen
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -13711,11 +14632,8 @@ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagemen
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -13727,30 +14645,18 @@ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagemen
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_createServiceProfile(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpServiceProfileDescription" */
-
-
-
decode_org_csapi_fw_TpServiceProfileDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceProfileDescription" */
-
break;
case Reply:
@@ -13759,7 +14665,7 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceProfileID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_createServiceProfile_return");
break;
@@ -13769,11 +14675,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -13785,11 +14688,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -13801,30 +14701,18 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_modifyServiceProfile(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpServiceProfile" */
-
-
-
decode_org_csapi_fw_TpServiceProfile_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceProfile" */
-
break;
case Reply:
@@ -13843,11 +14731,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -13859,11 +14744,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -13875,23 +14757,16 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deleteServiceProfile(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceProfileID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deleteServiceProfile_serviceProfileID");
break;
@@ -13911,11 +14786,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -13927,11 +14799,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -13943,25 +14812,18 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "sagID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign_sagID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceProfileID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign_serviceProfileID");
break;
@@ -13981,11 +14843,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -13997,11 +14856,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -14013,25 +14869,18 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "sagID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign_sagID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceProfileID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign_serviceProfileID");
break;
@@ -14051,11 +14900,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -14067,11 +14913,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -14083,17 +14926,13 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpAssignSagToServiceProfileConflictList;
- guint32 i_TpAssignSagToServiceProfileConflictList;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return;
+ guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return;
/* Operation specific Variable declarations End */
@@ -14109,21 +14948,14 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
case NO_EXCEPTION:
- u_octet4_loop_TpAssignSagToServiceProfileConflictList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpAssignSagToServiceProfileConflictList = %u",u_octet4_loop_TpAssignSagToServiceProfileConflictList);
- }
+ u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return);
- for (i_TpAssignSagToServiceProfileConflictList=0; i_TpAssignSagToServiceProfileConflictList < u_octet4_loop_TpAssignSagToServiceProfileConflictList; i_TpAssignSagToServiceProfileConflictList++) {
+ for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return++) {
/* Begin struct "org_csapi_fw_TpAssignSagToServiceProfileConflict" */
-
-
-
decode_org_csapi_fw_TpAssignSagToServiceProfileConflict_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpAssignSagToServiceProfileConflict" */
-
}
break;
@@ -14134,11 +14966,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -14150,11 +14979,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -14166,17 +14992,13 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpServiceProfileIDList;
- guint32 i_TpServiceProfileIDList;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return;
+ guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return;
/* Operation specific Variable declarations End */
@@ -14192,14 +15014,12 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
case NO_EXCEPTION:
- u_octet4_loop_TpServiceProfileIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpServiceProfileIDList = %u",u_octet4_loop_TpServiceProfileIDList);
- }
+ u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return);
- for (i_TpServiceProfileIDList=0; i_TpServiceProfileIDList < u_octet4_loop_TpServiceProfileIDList; i_TpServiceProfileIDList++) {
+ for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceProfileIDList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return");
}
@@ -14211,11 +15031,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -14227,11 +15044,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -14243,23 +15057,16 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_describeServiceProfile(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceProfileID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_describeServiceProfile_serviceProfileID");
break;
@@ -14270,13 +15077,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
case NO_EXCEPTION:
/* Begin struct "org_csapi_fw_TpServiceProfileDescription" */
-
-
-
decode_org_csapi_fw_TpServiceProfileDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceProfileDescription" */
-
break;
case USER_EXCEPTION:
@@ -14285,11 +15087,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -14301,11 +15100,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -14317,17 +15113,13 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpSagIDList;
- guint32 i_TpSagIDList;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return;
+ guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return;
/* Operation specific Variable declarations End */
@@ -14335,7 +15127,7 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceProfileID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_serviceProfileID");
break;
@@ -14345,14 +15137,12 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
case NO_EXCEPTION:
- u_octet4_loop_TpSagIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpSagIDList = %u",u_octet4_loop_TpSagIDList);
- }
+ u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return);
- for (i_TpSagIDList=0; i_TpSagIDList < u_octet4_loop_TpSagIDList; i_TpSagIDList++) {
+ for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpSagIDList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return");
}
@@ -14364,11 +15154,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -14380,11 +15167,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -14396,30 +15180,18 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfile
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_createServiceContract(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpServiceContractDescription" */
-
-
-
decode_org_csapi_fw_TpServiceContractDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceContractDescription" */
-
break;
case Reply:
@@ -14428,7 +15200,7 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceContractID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_createServiceContract_return");
break;
@@ -14438,11 +15210,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -14454,11 +15223,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -14470,30 +15236,18 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_modifyServiceContract(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpServiceContract" */
-
-
-
decode_org_csapi_fw_TpServiceContract_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceContract" */
-
break;
case Reply:
@@ -14512,11 +15266,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -14528,11 +15279,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -14544,23 +15292,16 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_deleteServiceContract(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceContractID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_deleteServiceContract_serviceContractID");
break;
@@ -14580,11 +15321,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -14596,11 +15334,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -14612,23 +15347,16 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_describeServiceContract(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceContractID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_describeServiceContract_serviceContractID");
break;
@@ -14639,13 +15367,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
case NO_EXCEPTION:
/* Begin struct "org_csapi_fw_TpServiceContractDescription" */
-
-
-
decode_org_csapi_fw_TpServiceContractDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceContractDescription" */
-
break;
case USER_EXCEPTION:
@@ -14654,11 +15377,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -14670,11 +15390,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -14686,17 +15403,13 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpServiceContractIDList;
- guint32 i_TpServiceContractIDList;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return;
+ guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return;
/* Operation specific Variable declarations End */
@@ -14712,14 +15425,12 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
case NO_EXCEPTION:
- u_octet4_loop_TpServiceContractIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpServiceContractIDList = %u",u_octet4_loop_TpServiceContractIDList);
- }
+ u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return);
- for (i_TpServiceContractIDList=0; i_TpServiceContractIDList < u_octet4_loop_TpServiceContractIDList; i_TpServiceContractIDList++) {
+ for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceContractIDList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return");
}
@@ -14731,11 +15442,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -14747,11 +15455,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -14763,17 +15468,13 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpServiceProfileIDList;
- guint32 i_TpServiceProfileIDList;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return;
+ guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return;
/* Operation specific Variable declarations End */
@@ -14781,7 +15482,7 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceContractID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_serviceContractID");
break;
@@ -14791,14 +15492,12 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
case NO_EXCEPTION:
- u_octet4_loop_TpServiceProfileIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpServiceProfileIDList = %u",u_octet4_loop_TpServiceProfileIDList);
- }
+ u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return);
- for (i_TpServiceProfileIDList=0; i_TpServiceProfileIDList < u_octet4_loop_TpServiceProfileIDList; i_TpServiceProfileIDList++) {
+ for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceProfileIDList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return");
}
@@ -14810,11 +15509,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -14826,11 +15522,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -14842,17 +15535,13 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContrac
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_enterpriseOperatorProperties;
- guint32 i_enterpriseOperatorProperties;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties;
+ guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties;
/* Operation specific Variable declarations End */
@@ -14860,21 +15549,14 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountMa
case Request:
- u_octet4_loop_enterpriseOperatorProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of enterpriseOperatorProperties = %u",u_octet4_loop_enterpriseOperatorProperties);
- }
+ u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties);
- for (i_enterpriseOperatorProperties=0; i_enterpriseOperatorProperties < u_octet4_loop_enterpriseOperatorProperties; i_enterpriseOperatorProperties++) {
+ for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties++) {
/* Begin struct "org_csapi_fw_TpProperty" */
-
-
-
decode_org_csapi_fw_TpProperty_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpProperty" */
-
}
break;
@@ -14895,11 +15577,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountMa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -14911,11 +15590,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountMa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -14927,18 +15603,11 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountMa
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_deleteEntOpAccount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -14961,11 +15630,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountMa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -14977,11 +15643,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountMa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -14993,18 +15656,11 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountMa
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountInfoQuery_describeEntOpAccount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -15018,13 +15674,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountIn
case NO_EXCEPTION:
/* Begin struct "org_csapi_fw_TpEntOp" */
-
-
-
decode_org_csapi_fw_TpEntOp_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpEntOp" */
-
break;
case USER_EXCEPTION:
@@ -15033,11 +15684,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountIn
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -15049,11 +15697,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountIn
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -15065,30 +15710,18 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountIn
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createClientApp(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpClientAppDescription" */
-
-
-
decode_org_csapi_fw_TpClientAppDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpClientAppDescription" */
-
break;
case Reply:
@@ -15107,11 +15740,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -15123,11 +15753,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -15139,30 +15766,18 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifyClientApp(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpClientAppDescription" */
-
-
-
decode_org_csapi_fw_TpClientAppDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpClientAppDescription" */
-
break;
case Reply:
@@ -15181,11 +15796,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -15197,11 +15809,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -15213,23 +15822,16 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteClientApp(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "clientAppID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteClientApp_clientAppID");
break;
@@ -15249,11 +15851,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -15265,11 +15864,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -15281,17 +15877,13 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_clientAppIDs;
- guint32 i_clientAppIDs;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs;
+ guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs;
/* Operation specific Variable declarations End */
@@ -15300,21 +15892,14 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
case Request:
/* Begin struct "org_csapi_fw_TpSag" */
-
-
-
decode_org_csapi_fw_TpSag_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpSag" */
+ u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs);
- u_octet4_loop_clientAppIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of clientAppIDs = %u",u_octet4_loop_clientAppIDs);
- }
-
- for (i_clientAppIDs=0; i_clientAppIDs < u_octet4_loop_clientAppIDs; i_clientAppIDs++) {
+ for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "clientAppIDs");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs");
}
@@ -15336,11 +15921,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -15352,11 +15934,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -15368,30 +15947,18 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifySAG(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpSag" */
-
-
-
decode_org_csapi_fw_TpSag_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpSag" */
-
break;
case Reply:
@@ -15410,11 +15977,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -15426,11 +15990,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -15442,23 +16003,16 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteSAG(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "sagID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteSAG_sagID");
break;
@@ -15478,11 +16032,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -15494,11 +16045,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -15510,17 +16058,13 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_clientAppIDs;
- guint32 i_clientAppIDs;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs;
+ guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs;
/* Operation specific Variable declarations End */
@@ -15528,16 +16072,14 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "sagID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_sagID");
- u_octet4_loop_clientAppIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of clientAppIDs = %u",u_octet4_loop_clientAppIDs);
- }
+ u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs);
- for (i_clientAppIDs=0; i_clientAppIDs < u_octet4_loop_clientAppIDs; i_clientAppIDs++) {
+ for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "clientAppIDs");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs");
}
@@ -15559,11 +16101,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -15575,11 +16114,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -15591,17 +16127,13 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_clientAppIDList;
- guint32 i_clientAppIDList;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList;
+ guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList;
/* Operation specific Variable declarations End */
@@ -15609,16 +16141,14 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "sagID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_sagID");
- u_octet4_loop_clientAppIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of clientAppIDList = %u",u_octet4_loop_clientAppIDList);
- }
+ u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList);
- for (i_clientAppIDList=0; i_clientAppIDList < u_octet4_loop_clientAppIDList; i_clientAppIDList++) {
+ for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "clientAppIDList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList");
}
@@ -15640,11 +16170,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -15656,11 +16183,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -15672,17 +16196,13 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpAddSagMembersConflictList;
- guint32 i_TpAddSagMembersConflictList;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return;
+ guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return;
/* Operation specific Variable declarations End */
@@ -15698,21 +16218,14 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
case NO_EXCEPTION:
- u_octet4_loop_TpAddSagMembersConflictList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpAddSagMembersConflictList = %u",u_octet4_loop_TpAddSagMembersConflictList);
- }
+ u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return);
- for (i_TpAddSagMembersConflictList=0; i_TpAddSagMembersConflictList < u_octet4_loop_TpAddSagMembersConflictList; i_TpAddSagMembersConflictList++) {
+ for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return++) {
/* Begin struct "org_csapi_fw_TpAddSagMembersConflict" */
-
-
-
decode_org_csapi_fw_TpAddSagMembersConflict_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpAddSagMembersConflict" */
-
}
break;
@@ -15723,11 +16236,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -15739,11 +16249,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -15755,23 +16262,16 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManag
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeClientApp(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "clientAppID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeClientApp_clientAppID");
break;
@@ -15782,13 +16282,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
case NO_EXCEPTION:
/* Begin struct "org_csapi_fw_TpClientAppDescription" */
-
-
-
decode_org_csapi_fw_TpClientAppDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpClientAppDescription" */
-
break;
case USER_EXCEPTION:
@@ -15797,11 +16292,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -15813,11 +16305,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -15829,17 +16318,13 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpClientAppIDList;
- guint32 i_TpClientAppIDList;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return;
+ guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return;
/* Operation specific Variable declarations End */
@@ -15855,14 +16340,12 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
case NO_EXCEPTION:
- u_octet4_loop_TpClientAppIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpClientAppIDList = %u",u_octet4_loop_TpClientAppIDList);
- }
+ u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return);
- for (i_TpClientAppIDList=0; i_TpClientAppIDList < u_octet4_loop_TpClientAppIDList; i_TpClientAppIDList++) {
+ for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpClientAppIDList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return");
}
@@ -15874,11 +16357,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -15890,11 +16370,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -15906,23 +16383,16 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "sagID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG_sagID");
break;
@@ -15932,7 +16402,7 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpSagDescription");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG_return");
break;
@@ -15942,11 +16412,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -15958,11 +16425,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -15974,17 +16438,13 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpSagIDList;
- guint32 i_TpSagIDList;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return;
+ guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return;
/* Operation specific Variable declarations End */
@@ -16000,14 +16460,12 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
case NO_EXCEPTION:
- u_octet4_loop_TpSagIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpSagIDList = %u",u_octet4_loop_TpSagIDList);
- }
+ u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return);
- for (i_TpSagIDList=0; i_TpSagIDList < u_octet4_loop_TpSagIDList; i_TpSagIDList++) {
+ for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpSagIDList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return");
}
@@ -16019,11 +16477,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -16035,11 +16490,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -16051,17 +16503,13 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpClientAppIDList;
- guint32 i_TpClientAppIDList;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return;
+ guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return;
/* Operation specific Variable declarations End */
@@ -16069,7 +16517,7 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "sagID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_sagID");
break;
@@ -16079,14 +16527,12 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
case NO_EXCEPTION:
- u_octet4_loop_TpClientAppIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpClientAppIDList = %u",u_octet4_loop_TpClientAppIDList);
- }
+ u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return);
- for (i_TpClientAppIDList=0; i_TpClientAppIDList < u_octet4_loop_TpClientAppIDList; i_TpClientAppIDList++) {
+ for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpClientAppIDList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return");
}
@@ -16098,11 +16544,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -16114,11 +16557,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -16130,17 +16570,13 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpSagIDList;
- guint32 i_TpSagIDList;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return;
+ guint32 i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return;
/* Operation specific Variable declarations End */
@@ -16148,7 +16584,7 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "clientAppID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_clientAppID");
break;
@@ -16158,14 +16594,12 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
case NO_EXCEPTION:
- u_octet4_loop_TpSagIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpSagIDList = %u",u_octet4_loop_TpSagIDList);
- }
+ u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return);
- for (i_TpSagIDList=0; i_TpSagIDList < u_octet4_loop_TpSagIDList; i_TpSagIDList++) {
+ for (i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return=0; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return < u_octet4_loop_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return; i_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpSagIDList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return");
}
@@ -16177,11 +16611,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -16193,11 +16624,8 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -16209,32 +16637,21 @@ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQ
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin union "org_csapi_fw_TpFwEventInfo" */
-
decode_org_csapi_fw_TpFwEventInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_fw_TpFwEventInfo" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_reportNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -16254,11 +16671,8 @@ decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotificatio
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -16270,11 +16684,8 @@ decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotificatio
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -16286,18 +16697,11 @@ decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotificatio
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_notificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -16320,11 +16724,8 @@ decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotificatio
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -16336,11 +16737,8 @@ decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotificatio
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -16352,29 +16750,20 @@ decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotificatio
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin union "org_csapi_fw_TpFwEventCriteria" */
-
decode_org_csapi_fw_TpFwEventCriteria_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_fw_TpFwEventCriteria" */
-
break;
case Reply:
@@ -16383,9 +16772,7 @@ decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_crea
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -16395,11 +16782,8 @@ decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_crea
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -16411,11 +16795,8 @@ decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_crea
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -16427,25 +16808,16 @@ decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_crea
/*
* 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_)
+decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -16465,11 +16837,8 @@ decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_dest
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -16481,11 +16850,8 @@ decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_dest
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -16497,17 +16863,13 @@ decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_dest
/*
* 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_)
+decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpServiceTypeNameList;
- guint32 i_TpServiceTypeNameList;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return;
+ guint32 i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return;
/* Operation specific Variable declarations End */
@@ -16523,14 +16885,12 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes(t
case NO_EXCEPTION:
- u_octet4_loop_TpServiceTypeNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpServiceTypeNameList = %u",u_octet4_loop_TpServiceTypeNameList);
- }
+ u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return);
- for (i_TpServiceTypeNameList=0; i_TpServiceTypeNameList < u_octet4_loop_TpServiceTypeNameList; i_TpServiceTypeNameList++) {
+ for (i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return=0; i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return < u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return; i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceTypeNameList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return");
}
@@ -16542,11 +16902,8 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes(t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -16558,11 +16915,8 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes(t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -16574,23 +16928,16 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes(t
/*
* 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_)
+decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType_name");
break;
@@ -16601,13 +16948,8 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceTyp
case NO_EXCEPTION:
/* Begin struct "org_csapi_fw_TpServiceTypeDescription" */
-
-
-
decode_org_csapi_fw_TpServiceTypeDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceTypeDescription" */
-
break;
case USER_EXCEPTION:
@@ -16616,11 +16958,8 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceTyp
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -16632,11 +16971,8 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceTyp
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -16648,19 +16984,15 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceTyp
/*
* 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_)
+decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_desiredPropertyList;
- guint32 i_desiredPropertyList;
- guint32 u_octet4_loop_TpServiceList;
- guint32 i_TpServiceList;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList;
+ guint32 i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList;
+ guint32 u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return;
+ guint32 i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return;
/* Operation specific Variable declarations End */
@@ -16668,28 +17000,19 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService(tv
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceTypeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_serviceTypeName");
- u_octet4_loop_desiredPropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of desiredPropertyList = %u",u_octet4_loop_desiredPropertyList);
- }
+ u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList);
- for (i_desiredPropertyList=0; i_desiredPropertyList < u_octet4_loop_desiredPropertyList; i_desiredPropertyList++) {
+ for (i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList=0; i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList < u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList; i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList++) {
/* Begin struct "org_csapi_fw_TpServiceProperty" */
-
-
-
decode_org_csapi_fw_TpServiceProperty_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceProperty" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"max = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_max, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -16699,21 +17022,14 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService(tv
case NO_EXCEPTION:
- u_octet4_loop_TpServiceList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpServiceList = %u",u_octet4_loop_TpServiceList);
- }
+ u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return);
- for (i_TpServiceList=0; i_TpServiceList < u_octet4_loop_TpServiceList; i_TpServiceList++) {
+ for (i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return=0; i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return < u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return; i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return++) {
/* Begin struct "org_csapi_fw_TpService" */
-
-
-
decode_org_csapi_fw_TpService_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpService" */
-
}
break;
@@ -16724,11 +17040,8 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -16740,11 +17053,8 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -16756,17 +17066,13 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService(tv
/*
* 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_)
+decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpServiceList;
- guint32 i_TpServiceList;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return;
+ guint32 i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return;
/* Operation specific Variable declarations End */
@@ -16782,21 +17088,14 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServ
case NO_EXCEPTION:
- u_octet4_loop_TpServiceList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpServiceList = %u",u_octet4_loop_TpServiceList);
- }
+ u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return);
- for (i_TpServiceList=0; i_TpServiceList < u_octet4_loop_TpServiceList; i_TpServiceList++) {
+ for (i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return=0; i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return < u_octet4_loop_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return; i_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return++) {
/* Begin struct "org_csapi_fw_TpService" */
-
-
-
decode_org_csapi_fw_TpService_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpService" */
-
}
break;
@@ -16807,11 +17106,8 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServ
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -16823,11 +17119,8 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServ
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -16839,17 +17132,13 @@ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServ
/*
* 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_)
+decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_serviceProperties;
- guint32 i_serviceProperties;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties;
+ guint32 i_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties;
/* Operation specific Variable declarations End */
@@ -16857,26 +17146,19 @@ decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManag
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "application");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_application");
- u_octet4_loop_serviceProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of serviceProperties = %u",u_octet4_loop_serviceProperties);
- }
+ u_octet4_loop_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties);
- for (i_serviceProperties=0; i_serviceProperties < u_octet4_loop_serviceProperties; i_serviceProperties++) {
+ for (i_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties=0; i_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties < u_octet4_loop_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties; i_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties++) {
/* Begin struct "org_csapi_fw_TpServiceProperty" */
-
-
-
decode_org_csapi_fw_TpServiceProperty_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceProperty" */
-
}
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceInstanceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceInstanceID");
break;
@@ -16897,11 +17179,8 @@ decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManag
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -16913,11 +17192,8 @@ decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManag
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -16929,23 +17205,16 @@ decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManag
/*
* 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_)
+decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_destroyServiceManager(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceInstance");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_destroyServiceManager_serviceInstance");
break;
@@ -16965,11 +17234,8 @@ decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManag
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -16981,11 +17247,8 @@ decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManag
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -16997,17 +17260,13 @@ decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManag
/*
* 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_)
+decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_servicePropertyList;
- guint32 i_servicePropertyList;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList;
+ guint32 i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList;
/* Operation specific Variable declarations End */
@@ -17015,23 +17274,16 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_regi
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceTypeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_serviceTypeName");
- u_octet4_loop_servicePropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of servicePropertyList = %u",u_octet4_loop_servicePropertyList);
- }
+ u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList);
- for (i_servicePropertyList=0; i_servicePropertyList < u_octet4_loop_servicePropertyList; i_servicePropertyList++) {
+ for (i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList=0; i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList < u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList; i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList++) {
/* Begin struct "org_csapi_fw_TpServiceProperty" */
-
-
-
decode_org_csapi_fw_TpServiceProperty_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceProperty" */
-
}
break;
@@ -17042,7 +17294,7 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_regi
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_return");
break;
@@ -17052,11 +17304,8 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_regi
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -17068,11 +17317,8 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_regi
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -17084,23 +17330,16 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_regi
/*
* 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_)
+decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_announceServiceAvailability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_announceServiceAvailability_serviceID");
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -17123,11 +17362,8 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_anno
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -17139,11 +17375,8 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_anno
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -17155,23 +17388,16 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_anno
/*
* 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_)
+decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unregisterService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unregisterService_serviceID");
break;
@@ -17191,11 +17417,8 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unre
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -17207,11 +17430,8 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unre
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -17223,23 +17443,16 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unre
/*
* 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_)
+decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_describeService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_describeService_serviceID");
break;
@@ -17250,13 +17463,8 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_desc
case NO_EXCEPTION:
/* Begin struct "org_csapi_fw_TpServiceDescription" */
-
-
-
decode_org_csapi_fw_TpServiceDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceDescription" */
-
break;
case USER_EXCEPTION:
@@ -17265,11 +17473,8 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_desc
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -17281,11 +17486,8 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_desc
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -17297,23 +17499,16 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_desc
/*
* 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_)
+decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unannounceService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unannounceService_serviceID");
break;
@@ -17333,11 +17528,8 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unan
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -17349,11 +17541,8 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unan
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -17365,19 +17554,15 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unan
/*
* 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_)
+decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_servicePropertyList;
- guint32 i_servicePropertyList;
- guint32 u_octet4_loop_extendedServicePropertyList;
- guint32 i_extendedServicePropertyList;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList;
+ guint32 i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList;
+ guint32 u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList;
+ guint32 i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList;
/* Operation specific Variable declarations End */
@@ -17385,40 +17570,26 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_regi
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceTypeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_serviceTypeName");
- u_octet4_loop_servicePropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of servicePropertyList = %u",u_octet4_loop_servicePropertyList);
- }
+ u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList);
- for (i_servicePropertyList=0; i_servicePropertyList < u_octet4_loop_servicePropertyList; i_servicePropertyList++) {
+ for (i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList=0; i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList < u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList; i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList++) {
/* Begin struct "org_csapi_fw_TpServiceProperty" */
-
-
-
decode_org_csapi_fw_TpServiceProperty_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceProperty" */
-
}
- u_octet4_loop_extendedServicePropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of extendedServicePropertyList = %u",u_octet4_loop_extendedServicePropertyList);
- }
+ u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList);
- for (i_extendedServicePropertyList=0; i_extendedServicePropertyList < u_octet4_loop_extendedServicePropertyList; i_extendedServicePropertyList++) {
+ for (i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList=0; i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList < u_octet4_loop_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList; i_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList++) {
/* Begin struct "org_csapi_fw_TpServiceTypePropertyValue" */
-
-
-
decode_org_csapi_fw_TpServiceTypePropertyValue_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceTypePropertyValue" */
-
}
break;
@@ -17429,7 +17600,7 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_regi
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_return");
break;
@@ -17439,11 +17610,8 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_regi
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -17455,11 +17623,8 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_regi
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -17471,30 +17636,18 @@ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_regi
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpTimeInterval" */
-
-
-
decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpTimeInterval" */
-
break;
case Reply:
@@ -17513,11 +17666,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadReq(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -17529,11 +17679,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadReq(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -17545,17 +17692,13 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadReq(tvbuff
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_loadStatistics;
- guint32 i_loadStatistics;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics;
+ guint32 i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics;
/* Operation specific Variable declarations End */
@@ -17563,21 +17706,14 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes(tvbuff_t
case Request:
- u_octet4_loop_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of loadStatistics = %u",u_octet4_loop_loadStatistics);
- }
+ u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics);
- for (i_loadStatistics=0; i_loadStatistics < u_octet4_loop_loadStatistics; i_loadStatistics++) {
+ for (i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics=0; i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics < u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics; i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics++) {
/* Begin struct "org_csapi_fw_TpLoadStatistic" */
-
-
-
decode_org_csapi_fw_TpLoadStatistic_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpLoadStatistic" */
-
}
break;
@@ -17598,11 +17734,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -17614,11 +17747,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -17630,16 +17760,12 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes(tvbuff_t
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -17649,9 +17775,7 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr(tvbuff_t
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatisticsError = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpLoadStatisticError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr_loadStatisticsError, tvb, *offset-4, 4, u_octet4);
break;
@@ -17671,11 +17795,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -17687,11 +17808,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -17703,17 +17821,13 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr(tvbuff_t
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_loadStatistics;
- guint32 i_loadStatistics;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics;
+ guint32 i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics;
/* Operation specific Variable declarations End */
@@ -17721,21 +17835,14 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification(
case Request:
- u_octet4_loop_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of loadStatistics = %u",u_octet4_loop_loadStatistics);
- }
+ u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics);
- for (i_loadStatistics=0; i_loadStatistics < u_octet4_loop_loadStatistics; i_loadStatistics++) {
+ for (i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics=0; i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics < u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics; i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics++) {
/* Begin struct "org_csapi_fw_TpLoadStatistic" */
-
-
-
decode_org_csapi_fw_TpLoadStatistic_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpLoadStatistic" */
-
}
break;
@@ -17756,11 +17863,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification(
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -17772,11 +17876,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification(
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -17788,18 +17889,11 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification(
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -17822,11 +17916,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_suspendNotification(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -17838,11 +17929,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_suspendNotification(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -17854,18 +17942,11 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_suspendNotification(tv
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -17888,11 +17969,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_resumeNotification(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -17904,11 +17982,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_resumeNotification(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -17920,18 +17995,11 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_resumeNotification(tvb
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -17954,11 +18022,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_createLoadLevelNotific
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -17970,11 +18035,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_createLoadLevelNotific
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -17986,18 +18048,11 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_createLoadLevelNotific
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -18020,11 +18075,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_destroyLoadLevelNotifi
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -18036,11 +18088,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_destroyLoadLevelNotifi
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -18052,34 +18101,20 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_destroyLoadLevelNotifi
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_TpTimeInterval" */
-
-
-
decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpTimeInterval" */
-
break;
case Reply:
@@ -18098,11 +18133,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq(t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -18114,11 +18146,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq(t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -18130,17 +18159,13 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq(t
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_loadStatistics;
- guint32 i_loadStatistics;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics;
+ guint32 i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics;
/* Operation specific Variable declarations End */
@@ -18148,25 +18173,16 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes(tvbu
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of loadStatistics = %u",u_octet4_loop_loadStatistics);
- }
+ u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics);
- for (i_loadStatistics=0; i_loadStatistics < u_octet4_loop_loadStatistics; i_loadStatistics++) {
+ for (i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics=0; i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics < u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics; i_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics++) {
/* Begin struct "org_csapi_fw_TpLoadStatistic" */
-
-
-
decode_org_csapi_fw_TpLoadStatistic_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpLoadStatistic" */
-
}
break;
@@ -18187,11 +18203,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -18203,11 +18216,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -18219,16 +18229,12 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes(tvbu
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -18236,15 +18242,11 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr(tvbu
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatisticsError = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpLoadStatisticError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr_loadStatisticsError, tvb, *offset-4, 4, u_octet4);
break;
@@ -18264,11 +18266,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -18280,11 +18279,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -18296,16 +18292,12 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr(tvbu
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -18315,9 +18307,7 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad(tvbuff_t *tv
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadLevel = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpLoadLevel,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad_loadLevel, tvb, *offset-4, 4, u_octet4);
break;
@@ -18337,11 +18327,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -18353,11 +18340,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -18369,16 +18353,12 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -18388,18 +18368,11 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq(tvbuff_t *
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"querySubject = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpSubjectType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq_querySubject, tvb, *offset-4, 4, u_octet4);
/* Begin struct "org_csapi_TpTimeInterval" */
-
-
-
decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpTimeInterval" */
-
break;
case Reply:
@@ -18418,11 +18391,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -18434,11 +18404,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -18450,17 +18417,13 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq(tvbuff_t *
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_loadStatistics;
- guint32 i_loadStatistics;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics;
+ guint32 i_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics;
/* Operation specific Variable declarations End */
@@ -18468,21 +18431,14 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes(tvbuff_
case Request:
- u_octet4_loop_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of loadStatistics = %u",u_octet4_loop_loadStatistics);
- }
+ u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics);
- for (i_loadStatistics=0; i_loadStatistics < u_octet4_loop_loadStatistics; i_loadStatistics++) {
+ for (i_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics=0; i_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics < u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics; i_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics++) {
/* Begin struct "org_csapi_fw_TpLoadStatistic" */
-
-
-
decode_org_csapi_fw_TpLoadStatistic_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpLoadStatistic" */
-
}
break;
@@ -18503,11 +18459,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -18519,11 +18472,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -18535,16 +18485,12 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes(tvbuff_
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -18554,9 +18500,7 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr(tvbuff_
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatisticError = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpLoadStatisticError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr_loadStatisticError, tvb, *offset-4, 4, u_octet4);
break;
@@ -18576,11 +18520,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -18592,11 +18533,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -18608,16 +18546,12 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr(tvbuff_
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -18627,9 +18561,7 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotifica
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"notificationSubject = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpSubjectType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotification_notificationSubject, tvb, *offset-4, 4, u_octet4);
break;
@@ -18649,11 +18581,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotifica
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -18665,11 +18594,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotifica
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -18681,16 +18607,12 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotifica
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -18700,9 +18622,7 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotific
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"notificationSubject = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpSubjectType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotification_notificationSubject, tvb, *offset-4, 4, u_octet4);
break;
@@ -18722,11 +18642,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotific
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -18738,11 +18655,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotific
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -18754,16 +18668,12 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotific
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -18773,9 +18683,7 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification(tvb
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"notificationSubject = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpSubjectType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification_notificationSubject, tvb, *offset-4, 4, u_octet4);
break;
@@ -18795,11 +18703,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -18811,11 +18716,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -18827,16 +18729,12 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification(tvb
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -18846,9 +18744,7 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification(tvbu
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"notificationSubject = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpSubjectType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification_notificationSubject, tvb, *offset-4, 4, u_octet4);
break;
@@ -18868,11 +18764,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -18884,11 +18777,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -18900,16 +18790,12 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification(tvbu
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -18917,24 +18803,15 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq(tvbuf
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"querySubject = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpSubjectType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq_querySubject, tvb, *offset-4, 4, u_octet4);
/* Begin struct "org_csapi_TpTimeInterval" */
-
-
-
decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpTimeInterval" */
-
break;
case Reply:
@@ -18953,11 +18830,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -18969,11 +18843,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -18985,17 +18856,13 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq(tvbuf
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_loadStatistics;
- guint32 i_loadStatistics;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics;
+ guint32 i_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics;
/* Operation specific Variable declarations End */
@@ -19003,25 +18870,16 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes(tv
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of loadStatistics = %u",u_octet4_loop_loadStatistics);
- }
+ u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics);
- for (i_loadStatistics=0; i_loadStatistics < u_octet4_loop_loadStatistics; i_loadStatistics++) {
+ for (i_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics=0; i_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics < u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics; i_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics++) {
/* Begin struct "org_csapi_fw_TpLoadStatistic" */
-
-
-
decode_org_csapi_fw_TpLoadStatistic_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpLoadStatistic" */
-
}
break;
@@ -19042,11 +18900,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -19058,11 +18913,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -19074,16 +18926,12 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes(tv
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -19091,15 +18939,11 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr(tv
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr_loadStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"loadStatisticError = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpLoadStatisticError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr_loadStatisticError, tvb, *offset-4, 4, u_octet4);
break;
@@ -19119,11 +18963,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -19135,11 +18976,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -19151,27 +18989,18 @@ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr(tv
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "activityTestResult");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes_activityTestResult");
break;
@@ -19191,11 +19020,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -19207,11 +19033,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -19223,25 +19046,16 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes(tvbuf
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -19261,11 +19075,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -19277,11 +19088,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -19293,16 +19101,12 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq(tv
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -19312,9 +19116,7 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd(tvbu
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"fault = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpInterfaceFault,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd_fault, tvb, *offset-4, 4, u_octet4);
break;
@@ -19334,11 +19136,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -19350,11 +19149,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -19366,16 +19162,12 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd(tvbu
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -19385,9 +19177,7 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd(tv
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"fault = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpInterfaceFault,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd_fault, tvb, *offset-4, 4, u_octet4);
break;
@@ -19407,11 +19197,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -19423,11 +19210,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -19439,16 +19223,12 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd(tv
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -19458,9 +19238,7 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd(tvbu
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"reason = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpFwUnavailReason,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd_reason, tvb, *offset-4, 4, u_octet4);
break;
@@ -19480,11 +19258,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -19496,11 +19271,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -19512,18 +19284,11 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd(tvbu
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -19546,11 +19311,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcUnavailableInd(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -19562,11 +19324,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcUnavailableInd(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -19578,18 +19337,11 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcUnavailableInd(tvb
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -19612,11 +19364,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appUnavailableInd(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -19628,11 +19377,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appUnavailableInd(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -19644,16 +19390,12 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appUnavailableInd(tvb
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -19662,18 +19404,11 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRe
case Request:
/* Begin struct "org_csapi_fw_TpFaultStatsRecord" */
-
-
-
decode_org_csapi_fw_TpFaultStatsRecord_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpFaultStatsRecord" */
-
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"recordSubject = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpSubjectType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRes_recordSubject, tvb, *offset-4, 4, u_octet4);
break;
@@ -19693,11 +19428,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -19709,11 +19441,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -19725,25 +19454,16 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRe
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -19763,11 +19483,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -19779,11 +19496,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -19795,16 +19509,12 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr(tvbuf
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -19814,15 +19524,11 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordEr
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatisticsError = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpFaultStatisticsError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr_faultStatisticsError, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"recordSubject = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpSubjectType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr_recordSubject, tvb, *offset-4, 4, u_octet4);
break;
@@ -19842,11 +19548,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordEr
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -19858,11 +19561,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordEr
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -19874,17 +19574,13 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordEr
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_serviceIDs;
- guint32 i_serviceIDs;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs;
+ guint32 i_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs;
/* Operation specific Variable declarations End */
@@ -19893,21 +19589,14 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRe
case Request:
/* Begin struct "org_csapi_TpTimeInterval" */
-
-
-
decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpTimeInterval" */
+ u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs);
- u_octet4_loop_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of serviceIDs = %u",u_octet4_loop_serviceIDs);
- }
-
- for (i_serviceIDs=0; i_serviceIDs < u_octet4_loop_serviceIDs; i_serviceIDs++) {
+ for (i_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs=0; i_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs < u_octet4_loop_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs; i_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceIDs");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs");
}
@@ -19929,11 +19618,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -19945,11 +19631,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -19961,30 +19644,18 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRe
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpTimeInterval" */
-
-
-
decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpTimeInterval" */
-
break;
case Reply:
@@ -20003,11 +19674,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatsRec
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -20019,11 +19687,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatsRec
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -20035,16 +19700,12 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatsRec
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -20054,9 +19715,7 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd(tvb
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"reason = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpAppAvailStatusReason,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd_reason, tvb, *offset-4, 4, u_octet4);
break;
@@ -20076,11 +19735,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -20092,11 +19748,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -20108,16 +19761,12 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd(tvb
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -20125,23 +19774,14 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisti
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_fw_TpFaultStatsRecord" */
-
-
-
decode_org_csapi_fw_TpFaultStatsRecord_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpFaultStatsRecord" */
-
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"recordSubject = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpSubjectType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes_recordSubject, tvb, *offset-4, 4, u_octet4);
break;
@@ -20161,11 +19801,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisti
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -20177,11 +19814,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisti
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -20193,16 +19827,12 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisti
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -20210,21 +19840,15 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisti
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatisticsError = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpFaultStatisticsError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr_faultStatisticsError, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"recordSubject = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpSubjectType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr_recordSubject, tvb, *offset-4, 4, u_octet4);
break;
@@ -20244,11 +19868,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisti
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -20260,11 +19881,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisti
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -20276,34 +19894,20 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisti
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_TpTimeInterval" */
-
-
-
decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpTimeInterval" */
-
break;
case Reply:
@@ -20322,11 +19926,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisti
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -20338,11 +19939,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisti
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -20354,16 +19952,12 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisti
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -20373,9 +19967,7 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd(tvbu
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"reason = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpFwAvailStatusReason,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd_reason, tvb, *offset-4, 4, u_octet4);
break;
@@ -20395,11 +19987,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -20411,11 +20000,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -20427,16 +20013,12 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd(tvbu
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -20444,15 +20026,11 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq(tvbuff
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"testSubject = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpSubjectType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq_testSubject, tvb, *offset-4, 4, u_octet4);
break;
@@ -20472,11 +20050,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -20488,11 +20063,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -20504,27 +20076,18 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq(tvbuff
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "activityTestResult");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes_activityTestResult");
break;
@@ -20544,11 +20107,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -20560,11 +20120,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -20576,18 +20133,11 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes(tvb
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -20610,11 +20160,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_appUnavailableInd(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -20626,11 +20173,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_appUnavailableInd(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -20642,16 +20186,12 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_appUnavailableInd(tvbu
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -20660,18 +20200,11 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq
case Request:
/* Begin struct "org_csapi_TpTimeInterval" */
-
-
-
decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpTimeInterval" */
-
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"recordSubject = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpSubjectType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq_recordSubject, tvb, *offset-4, 4, u_octet4);
break;
@@ -20691,11 +20224,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -20707,11 +20237,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -20723,16 +20250,12 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -20742,9 +20265,7 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd(tvbu
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"reason = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpSvcUnavailReason,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd_reason, tvb, *offset-4, 4, u_octet4);
break;
@@ -20764,11 +20285,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -20780,11 +20298,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -20796,25 +20311,16 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd(tvbu
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"activityTestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr_activityTestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -20834,11 +20340,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -20850,11 +20353,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -20866,17 +20366,13 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr(tvb
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_serviceIDs;
- guint32 i_serviceIDs;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs;
+ guint32 i_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs;
/* Operation specific Variable declarations End */
@@ -20885,21 +20381,14 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes
case Request:
/* Begin struct "org_csapi_fw_TpFaultStatsRecord" */
-
-
-
decode_org_csapi_fw_TpFaultStatsRecord_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpFaultStatsRecord" */
+ u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs);
- u_octet4_loop_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of serviceIDs = %u",u_octet4_loop_serviceIDs);
- }
-
- for (i_serviceIDs=0; i_serviceIDs < u_octet4_loop_serviceIDs; i_serviceIDs++) {
+ for (i_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs=0; i_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs < u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs; i_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceIDs");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs");
}
@@ -20921,11 +20410,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -20937,11 +20423,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -20953,18 +20436,14 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
- guint32 u_octet4_loop_serviceIDs;
- guint32 i_serviceIDs;
-
+ guint32 u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs;
+ guint32 i_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs;
/* Operation specific Variable declarations End */
@@ -20974,18 +20453,14 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatisticsError = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpFaultStatisticsError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_faultStatisticsError, tvb, *offset-4, 4, u_octet4);
- u_octet4_loop_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of serviceIDs = %u",u_octet4_loop_serviceIDs);
- }
+ u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs);
- for (i_serviceIDs=0; i_serviceIDs < u_octet4_loop_serviceIDs; i_serviceIDs++) {
+ for (i_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs=0; i_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs < u_octet4_loop_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs; i_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "serviceIDs");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs");
}
@@ -21007,11 +20482,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -21023,11 +20495,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -21039,30 +20508,18 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_fw_TpFaultStatsRecord" */
-
-
-
decode_org_csapi_fw_TpFaultStatsRecord_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpFaultStatsRecord" */
-
break;
case Reply:
@@ -21081,11 +20538,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsReco
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -21097,11 +20551,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsReco
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -21113,16 +20564,12 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsReco
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -21132,9 +20579,7 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsReco
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatisticsError = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpFaultStatisticsError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordErr_faultStatisticsError, tvb, *offset-4, 4, u_octet4);
break;
@@ -21154,11 +20599,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsReco
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -21170,11 +20612,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsReco
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -21186,16 +20625,12 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsReco
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -21205,9 +20640,7 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd(tvbu
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"reason = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpSvcAvailStatusReason,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd_reason, tvb, *offset-4, 4, u_octet4);
break;
@@ -21227,11 +20660,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -21243,11 +20673,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -21259,16 +20686,12 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd(tvbu
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -21276,23 +20699,14 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatistic
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_TpTimeInterval" */
-
-
-
decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpTimeInterval" */
-
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"recordSubject = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpSubjectType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq_recordSubject, tvb, *offset-4, 4, u_octet4);
break;
@@ -21312,11 +20726,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatistic
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -21328,11 +20739,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatistic
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -21344,34 +20752,20 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatistic
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_fw_TpFaultStatsRecord" */
-
-
-
decode_org_csapi_fw_TpFaultStatsRecord_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpFaultStatsRecord" */
-
break;
case Reply:
@@ -21390,11 +20784,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatistic
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -21406,11 +20797,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatistic
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -21422,16 +20810,12 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatistic
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -21439,15 +20823,11 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatistic
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatsReqID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"faultStatisticsError = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpFaultStatisticsError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr_faultStatisticsError, tvb, *offset-4, 4, u_octet4);
break;
@@ -21467,11 +20847,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatistic
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -21483,11 +20860,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatistic
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -21499,23 +20873,16 @@ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatistic
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "systemDateAndTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery_systemDateAndTime");
break;
@@ -21525,7 +20892,7 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery(tvbuff_t *
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpDateAndTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery_return");
break;
@@ -21535,11 +20902,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -21551,11 +20915,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -21567,23 +20928,16 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery(tvbuff_t *
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "clientDateAndTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery_clientDateAndTime");
break;
@@ -21593,7 +20947,7 @@ decode_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery(tvbuff_t *t
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpDateAndTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery_return");
break;
@@ -21603,11 +20957,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -21619,11 +20970,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -21635,25 +20983,16 @@ decode_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -21676,11 +21015,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -21692,11 +21028,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -21708,18 +21041,11 @@ decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat(tvbuf
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_disableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -21742,11 +21068,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_disableHeartBeat(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -21758,11 +21081,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_disableHeartBeat(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -21774,25 +21094,16 @@ decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_disableHeartBeat(tvbu
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -21812,11 +21123,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -21828,11 +21136,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -21844,18 +21149,11 @@ decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval(tvbuff
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -21878,11 +21176,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeat_pulse(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -21894,11 +21189,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeat_pulse(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -21910,18 +21202,11 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeat_pulse(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -21944,11 +21229,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeat_pulse(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -21960,11 +21242,8 @@ decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeat_pulse(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -21976,25 +21255,16 @@ decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeat_pulse(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -22017,11 +21287,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat(t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -22033,11 +21300,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat(t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -22049,18 +21313,11 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat(t
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_disableSvcHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -22083,11 +21340,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_disableSvcHeartBeat(
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -22099,11 +21353,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_disableSvcHeartBeat(
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -22115,25 +21366,16 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_disableSvcHeartBeat(
/*
* 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_)
+decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"interval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval_interval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -22153,11 +21395,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -22169,11 +21408,8 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -22185,29 +21421,20 @@ decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval(tvbuf
/*
* 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_)
+decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin union "org_csapi_fw_TpFwEventCriteria" */
-
decode_org_csapi_fw_TpFwEventCriteria_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_fw_TpFwEventCriteria" */
-
break;
case Reply:
@@ -22216,9 +21443,7 @@ decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotifica
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -22228,11 +21453,8 @@ decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotifica
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -22244,11 +21466,8 @@ decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotifica
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -22260,25 +21479,16 @@ decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotifica
/*
* 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_)
+decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -22298,11 +21508,8 @@ decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotific
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -22314,11 +21521,8 @@ decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotific
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -22330,32 +21534,21 @@ decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotific
/*
* 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_)
+decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin union "org_csapi_fw_TpFwEventInfo" */
-
decode_org_csapi_fw_TpFwEventInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_fw_TpFwEventInfo" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -22375,11 +21568,8 @@ decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotific
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -22391,11 +21581,8 @@ decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotific
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -22407,18 +21594,11 @@ decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotific
/*
* 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_)
+decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_notificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -22441,11 +21621,8 @@ decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_notificationT
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -22457,11 +21634,8 @@ decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_notificationT
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -22473,37 +21647,21 @@ decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_notificationT
/*
* 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_)
+decode_org_csapi_cc_gccs_IpAppCall_routeRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCall_routeRes_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_gccs_TpCallReport" */
-
-
-
decode_org_csapi_cc_gccs_TpCallReport_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallReport" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCall_routeRes_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -22523,11 +21681,8 @@ decode_org_csapi_cc_gccs_IpAppCall_routeRes(tvbuff_t *tvb _U_, packet_info *pinf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -22539,11 +21694,8 @@ decode_org_csapi_cc_gccs_IpAppCall_routeRes(tvbuff_t *tvb _U_, packet_info *pinf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -22555,37 +21707,21 @@ decode_org_csapi_cc_gccs_IpAppCall_routeRes(tvbuff_t *tvb _U_, packet_info *pinf
/*
* 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_)
+decode_org_csapi_cc_gccs_IpAppCall_routeErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCall_routeErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallError" */
-
-
-
decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallError" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCall_routeErr_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -22605,11 +21741,8 @@ decode_org_csapi_cc_gccs_IpAppCall_routeErr(tvbuff_t *tvb _U_, packet_info *pinf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -22621,11 +21754,8 @@ decode_org_csapi_cc_gccs_IpAppCall_routeErr(tvbuff_t *tvb _U_, packet_info *pinf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -22637,34 +21767,20 @@ decode_org_csapi_cc_gccs_IpAppCall_routeErr(tvbuff_t *tvb _U_, packet_info *pinf
/*
* 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_)
+decode_org_csapi_cc_gccs_IpAppCall_getCallInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCall_getCallInfoRes_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_gccs_TpCallInfoReport" */
-
-
-
decode_org_csapi_cc_gccs_TpCallInfoReport_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallInfoReport" */
-
break;
case Reply:
@@ -22683,11 +21799,8 @@ decode_org_csapi_cc_gccs_IpAppCall_getCallInfoRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -22699,11 +21812,8 @@ decode_org_csapi_cc_gccs_IpAppCall_getCallInfoRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -22715,34 +21825,20 @@ decode_org_csapi_cc_gccs_IpAppCall_getCallInfoRes(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cc_gccs_IpAppCall_getCallInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCall_getCallInfoErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallError" */
-
-
-
decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallError" */
-
break;
case Reply:
@@ -22761,11 +21857,8 @@ decode_org_csapi_cc_gccs_IpAppCall_getCallInfoErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -22777,11 +21870,8 @@ decode_org_csapi_cc_gccs_IpAppCall_getCallInfoErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -22793,33 +21883,20 @@ decode_org_csapi_cc_gccs_IpAppCall_getCallInfoErr(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cc_gccs_IpAppCall_superviseCallRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCall_superviseCallRes_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"report = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCall_superviseCallRes_report, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usedTime = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCall_superviseCallRes_usedTime, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -22839,11 +21916,8 @@ decode_org_csapi_cc_gccs_IpAppCall_superviseCallRes(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -22855,11 +21929,8 @@ decode_org_csapi_cc_gccs_IpAppCall_superviseCallRes(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -22871,34 +21942,20 @@ decode_org_csapi_cc_gccs_IpAppCall_superviseCallRes(tvbuff_t *tvb _U_, packet_in
/*
* 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_)
+decode_org_csapi_cc_gccs_IpAppCall_superviseCallErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCall_superviseCallErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallError" */
-
-
-
decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallError" */
-
break;
case Reply:
@@ -22917,11 +21974,8 @@ decode_org_csapi_cc_gccs_IpAppCall_superviseCallErr(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -22933,11 +21987,8 @@ decode_org_csapi_cc_gccs_IpAppCall_superviseCallErr(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -22949,16 +22000,12 @@ decode_org_csapi_cc_gccs_IpAppCall_superviseCallErr(tvbuff_t *tvb _U_, packet_in
/*
* 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_)
+decode_org_csapi_cc_gccs_IpAppCall_callFaultDetected(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -22966,15 +22013,11 @@ decode_org_csapi_cc_gccs_IpAppCall_callFaultDetected(tvbuff_t *tvb _U_, packet_i
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCall_callFaultDetected_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"fault = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_gccs_TpCallFault,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCall_callFaultDetected_fault, tvb, *offset-4, 4, u_octet4);
break;
@@ -22994,11 +22037,8 @@ decode_org_csapi_cc_gccs_IpAppCall_callFaultDetected(tvbuff_t *tvb _U_, packet_i
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -23010,11 +22050,8 @@ decode_org_csapi_cc_gccs_IpAppCall_callFaultDetected(tvbuff_t *tvb _U_, packet_i
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -23026,27 +22063,18 @@ decode_org_csapi_cc_gccs_IpAppCall_callFaultDetected(tvbuff_t *tvb _U_, packet_i
/*
* 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_)
+decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "digits");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes_digits");
break;
@@ -23066,11 +22094,8 @@ decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -23082,11 +22107,8 @@ decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -23098,34 +22120,20 @@ decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes(tvbuff_t *tvb _U_, pa
/*
* 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_)
+decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallError" */
-
-
-
decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallError" */
-
break;
case Reply:
@@ -23144,11 +22152,8 @@ decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -23160,11 +22165,8 @@ decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -23176,34 +22178,20 @@ decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr(tvbuff_t *tvb _U_, pa
/*
* 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_)
+decode_org_csapi_cc_gccs_IpAppCall_callEnded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCall_callEnded_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_gccs_TpCallEndedReport" */
-
-
-
decode_org_csapi_cc_gccs_TpCallEndedReport_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallEndedReport" */
-
break;
case Reply:
@@ -23222,11 +22210,8 @@ decode_org_csapi_cc_gccs_IpAppCall_callEnded(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -23238,11 +22223,8 @@ decode_org_csapi_cc_gccs_IpAppCall_callEnded(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -23254,19 +22236,15 @@ decode_org_csapi_cc_gccs_IpAppCall_callEnded(tvbuff_t *tvb _U_, packet_info *pin
/*
* 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_)
+decode_org_csapi_cc_gccs_IpCall_routeReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_responseRequested;
- guint32 i_responseRequested;
- guint32 u_octet4_loop_appInfo;
- guint32 i_appInfo;
-
+ guint32 u_octet4_loop_org_csapi_cc_gccs_IpCall_routeReq_responseRequested;
+ guint32 i_org_csapi_cc_gccs_IpCall_routeReq_responseRequested;
+ guint32 u_octet4_loop_org_csapi_cc_gccs_IpCall_routeReq_appInfo;
+ guint32 i_org_csapi_cc_gccs_IpCall_routeReq_appInfo;
/* Operation specific Variable declarations End */
@@ -23274,73 +22252,40 @@ decode_org_csapi_cc_gccs_IpCall_routeReq(tvbuff_t *tvb _U_, packet_info *pinfo _
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCall_routeReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_responseRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of responseRequested = %u",u_octet4_loop_responseRequested);
- }
+ u_octet4_loop_org_csapi_cc_gccs_IpCall_routeReq_responseRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCall_routeReq_responseRequested, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_gccs_IpCall_routeReq_responseRequested);
- for (i_responseRequested=0; i_responseRequested < u_octet4_loop_responseRequested; i_responseRequested++) {
+ for (i_org_csapi_cc_gccs_IpCall_routeReq_responseRequested=0; i_org_csapi_cc_gccs_IpCall_routeReq_responseRequested < u_octet4_loop_org_csapi_cc_gccs_IpCall_routeReq_responseRequested; i_org_csapi_cc_gccs_IpCall_routeReq_responseRequested++) {
/* Begin struct "org_csapi_cc_gccs_TpCallReportRequest" */
-
-
-
decode_org_csapi_cc_gccs_TpCallReportRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallReportRequest" */
-
}
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
+ u_octet4_loop_org_csapi_cc_gccs_IpCall_routeReq_appInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCall_routeReq_appInfo, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_gccs_IpCall_routeReq_appInfo);
- u_octet4_loop_appInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of appInfo = %u",u_octet4_loop_appInfo);
- }
-
- for (i_appInfo=0; i_appInfo < u_octet4_loop_appInfo; i_appInfo++) {
+ for (i_org_csapi_cc_gccs_IpCall_routeReq_appInfo=0; i_org_csapi_cc_gccs_IpCall_routeReq_appInfo < u_octet4_loop_org_csapi_cc_gccs_IpCall_routeReq_appInfo; i_org_csapi_cc_gccs_IpCall_routeReq_appInfo++) {
/* Begin union "org_csapi_cc_gccs_TpCallAppInfo" */
-
decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_gccs_TpCallAppInfo" */
-
}
break;
@@ -23351,9 +22296,7 @@ decode_org_csapi_cc_gccs_IpCall_routeReq(tvbuff_t *tvb _U_, packet_info *pinfo _
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCall_routeReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -23363,11 +22306,8 @@ decode_org_csapi_cc_gccs_IpCall_routeReq(tvbuff_t *tvb _U_, packet_info *pinfo _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -23379,11 +22319,8 @@ decode_org_csapi_cc_gccs_IpCall_routeReq(tvbuff_t *tvb _U_, packet_info *pinfo _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -23395,34 +22332,20 @@ decode_org_csapi_cc_gccs_IpCall_routeReq(tvbuff_t *tvb _U_, packet_info *pinfo _
/*
* 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_)
+decode_org_csapi_cc_gccs_IpCall_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCall_release_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_gccs_TpCallReleaseCause" */
-
-
-
decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallReleaseCause" */
-
break;
case Reply:
@@ -23441,11 +22364,8 @@ decode_org_csapi_cc_gccs_IpCall_release(tvbuff_t *tvb _U_, packet_info *pinfo _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -23457,11 +22377,8 @@ decode_org_csapi_cc_gccs_IpCall_release(tvbuff_t *tvb _U_, packet_info *pinfo _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -23473,25 +22390,16 @@ decode_org_csapi_cc_gccs_IpCall_release(tvbuff_t *tvb _U_, packet_info *pinfo _U
/*
* 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_)
+decode_org_csapi_cc_gccs_IpCall_deassignCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCall_deassignCall_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -23511,11 +22419,8 @@ decode_org_csapi_cc_gccs_IpCall_deassignCall(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -23527,11 +22432,8 @@ decode_org_csapi_cc_gccs_IpCall_deassignCall(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -23543,29 +22445,18 @@ decode_org_csapi_cc_gccs_IpCall_deassignCall(tvbuff_t *tvb _U_, packet_info *pin
/*
* 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_)
+decode_org_csapi_cc_gccs_IpCall_getCallInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCall_getCallInfoReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callInfoRequested = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCall_getCallInfoReq_callInfoRequested, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -23585,11 +22476,8 @@ decode_org_csapi_cc_gccs_IpCall_getCallInfoReq(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -23601,11 +22489,8 @@ decode_org_csapi_cc_gccs_IpCall_getCallInfoReq(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -23617,34 +22502,20 @@ decode_org_csapi_cc_gccs_IpCall_getCallInfoReq(tvbuff_t *tvb _U_, packet_info *p
/*
* 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_)
+decode_org_csapi_cc_gccs_IpCall_setCallChargePlan(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCall_setCallChargePlan_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallChargePlan" */
-
-
-
decode_org_csapi_cc_TpCallChargePlan_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallChargePlan" */
-
break;
case Reply:
@@ -23663,11 +22534,8 @@ decode_org_csapi_cc_gccs_IpCall_setCallChargePlan(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -23679,11 +22547,8 @@ decode_org_csapi_cc_gccs_IpCall_setCallChargePlan(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -23695,37 +22560,21 @@ decode_org_csapi_cc_gccs_IpCall_setCallChargePlan(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cc_gccs_IpCall_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCall_setAdviceOfCharge_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_TpAoCInfo" */
-
-
-
decode_org_csapi_TpAoCInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAoCInfo" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"tariffSwitch = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCall_setAdviceOfCharge_tariffSwitch, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -23745,11 +22594,8 @@ decode_org_csapi_cc_gccs_IpCall_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -23761,11 +22607,8 @@ decode_org_csapi_cc_gccs_IpCall_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -23777,29 +22620,18 @@ decode_org_csapi_cc_gccs_IpCall_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"length = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq_length, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -23819,11 +22651,8 @@ decode_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -23835,11 +22664,8 @@ decode_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -23851,33 +22677,20 @@ decode_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_cc_gccs_IpCall_superviseCallReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCall_superviseCallReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"time = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCall_superviseCallReq_time, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"treatment = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCall_superviseCallReq_treatment, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -23897,11 +22710,8 @@ decode_org_csapi_cc_gccs_IpCall_superviseCallReq(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -23913,11 +22723,8 @@ decode_org_csapi_cc_gccs_IpCall_superviseCallReq(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -23929,25 +22736,16 @@ decode_org_csapi_cc_gccs_IpCall_superviseCallReq(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cc_gccs_IpCall_continueProcessing(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCall_continueProcessing_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -23967,11 +22765,8 @@ decode_org_csapi_cc_gccs_IpCall_continueProcessing(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -23983,11 +22778,8 @@ decode_org_csapi_cc_gccs_IpCall_continueProcessing(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -23999,25 +22791,16 @@ decode_org_csapi_cc_gccs_IpCall_continueProcessing(tvbuff_t *tvb _U_, packet_inf
/*
* 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_)
+decode_org_csapi_cc_gccs_IpAppCallControlManager_callAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callReference = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCallControlManager_callAborted_callReference, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -24037,11 +22820,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callAborted(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -24053,11 +22833,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callAborted(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -24069,41 +22846,22 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callAborted(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_cc_gccs_TpCallIdentifier" */
-
-
-
decode_org_csapi_cc_gccs_TpCallIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallIdentifier" */
-
/* Begin struct "org_csapi_cc_gccs_TpCallEventInfo" */
-
-
-
decode_org_csapi_cc_gccs_TpCallEventInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallEventInfo" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -24124,11 +22882,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -24140,11 +22895,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -24156,18 +22908,11 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify(tvbuff_t *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_)
+decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -24190,11 +22935,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationInterrupted(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -24206,11 +22948,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationInterrupted(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -24222,18 +22961,11 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationInterrupted(tvb
/*
* 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_)
+decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationContinued(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -24256,11 +22988,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationContinued(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -24272,11 +23001,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationContinued(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -24288,25 +23014,16 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationContinued(tvbuf
/*
* 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_)
+decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -24326,11 +23043,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -24342,11 +23056,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -24358,25 +23069,16 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered(tvbuff_
/*
* 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_)
+decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -24396,11 +23098,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -24412,11 +23111,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -24428,17 +23124,13 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_callReferenceSet;
- guint32 i_callReferenceSet;
-
+ guint32 u_octet4_loop_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet;
+ guint32 i_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet;
/* Operation specific Variable declarations End */
@@ -24446,16 +23138,12 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls(tvbuff_t *tv
case Request:
- u_octet4_loop_callReferenceSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of callReferenceSet = %u",u_octet4_loop_callReferenceSet);
- }
+ u_octet4_loop_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet);
- for (i_callReferenceSet=0; i_callReferenceSet < u_octet4_loop_callReferenceSet; i_callReferenceSet++) {
+ for (i_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet=0; i_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet < u_octet4_loop_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet; i_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callReferenceSet = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -24477,11 +23165,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -24493,11 +23178,8 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -24509,18 +23191,11 @@ decode_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_cc_gccs_IpCallControlManager_createCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -24537,13 +23212,8 @@ decode_org_csapi_cc_gccs_IpCallControlManager_createCall(tvbuff_t *tvb _U_, pack
case NO_EXCEPTION:
/* Begin struct "org_csapi_cc_gccs_TpCallIdentifier" */
-
-
-
decode_org_csapi_cc_gccs_TpCallIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallIdentifier" */
-
break;
case USER_EXCEPTION:
@@ -24552,11 +23222,8 @@ decode_org_csapi_cc_gccs_IpCallControlManager_createCall(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -24568,11 +23235,8 @@ decode_org_csapi_cc_gccs_IpCallControlManager_createCall(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -24584,18 +23248,11 @@ decode_org_csapi_cc_gccs_IpCallControlManager_createCall(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -24604,13 +23261,8 @@ decode_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification(tvbuff_t *t
/* Begin struct "org_csapi_cc_gccs_TpCallEventCriteria" */
-
-
-
decode_org_csapi_cc_gccs_TpCallEventCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallEventCriteria" */
-
break;
case Reply:
@@ -24619,9 +23271,7 @@ decode_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification(tvbuff_t *t
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -24631,11 +23281,8 @@ decode_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -24647,11 +23294,8 @@ decode_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -24663,25 +23307,16 @@ decode_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -24701,11 +23336,8 @@ decode_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -24717,11 +23349,8 @@ decode_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -24733,49 +23362,28 @@ decode_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification(tvbuff_t *
/*
* 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_)
+decode_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"duration = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_duration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin union "org_csapi_cc_TpCallLoadControlMechanism" */
-
decode_org_csapi_cc_TpCallLoadControlMechanism_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_TpCallLoadControlMechanism" */
-
/* Begin struct "org_csapi_cc_gccs_TpCallTreatment" */
-
-
-
decode_org_csapi_cc_gccs_TpCallTreatment_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallTreatment" */
-
/* Begin struct "org_csapi_TpAddressRange" */
-
-
-
decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddressRange" */
-
break;
case Reply:
@@ -24784,9 +23392,7 @@ decode_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl(tvbuff_t *tvb _
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -24796,11 +23402,8 @@ decode_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -24812,11 +23415,8 @@ decode_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -24828,34 +23428,20 @@ decode_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl(tvbuff_t *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_)
+decode_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_gccs_TpCallEventCriteria" */
-
-
-
decode_org_csapi_cc_gccs_TpCallEventCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallEventCriteria" */
-
break;
case Reply:
@@ -24874,11 +23460,8 @@ decode_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -24890,11 +23473,8 @@ decode_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -24906,17 +23486,13 @@ decode_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_cc_gccs_IpCallControlManager_getCriteria(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpCallEventCriteriaResultSet;
- guint32 i_TpCallEventCriteriaResultSet;
-
+ guint32 u_octet4_loop_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return;
+ guint32 i_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return;
/* Operation specific Variable declarations End */
@@ -24932,21 +23508,14 @@ decode_org_csapi_cc_gccs_IpCallControlManager_getCriteria(tvbuff_t *tvb _U_, pac
case NO_EXCEPTION:
- u_octet4_loop_TpCallEventCriteriaResultSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpCallEventCriteriaResultSet = %u",u_octet4_loop_TpCallEventCriteriaResultSet);
- }
+ u_octet4_loop_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return);
- for (i_TpCallEventCriteriaResultSet=0; i_TpCallEventCriteriaResultSet < u_octet4_loop_TpCallEventCriteriaResultSet; i_TpCallEventCriteriaResultSet++) {
+ for (i_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return=0; i_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return < u_octet4_loop_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return; i_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return++) {
/* Begin struct "org_csapi_cc_gccs_TpCallEventCriteriaResult" */
-
-
-
decode_org_csapi_cc_gccs_TpCallEventCriteriaResult_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallEventCriteriaResult" */
-
}
break;
@@ -24957,11 +23526,8 @@ decode_org_csapi_cc_gccs_IpCallControlManager_getCriteria(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -24973,11 +23539,8 @@ decode_org_csapi_cc_gccs_IpCallControlManager_getCriteria(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -24989,34 +23552,20 @@ decode_org_csapi_cc_gccs_IpCallControlManager_getCriteria(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallEventInfo" */
-
-
-
decode_org_csapi_cc_TpCallEventInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallEventInfo" */
-
break;
case Reply:
@@ -25035,11 +23584,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -25051,11 +23597,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -25067,34 +23610,20 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallError" */
-
-
-
decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallError" */
-
break;
case Reply:
@@ -25113,11 +23642,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -25129,11 +23655,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -25145,25 +23668,16 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -25183,11 +23697,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -25199,11 +23710,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -25215,34 +23723,20 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallError" */
-
-
-
decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallError" */
-
break;
case Reply:
@@ -25261,11 +23755,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -25277,11 +23768,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -25293,25 +23781,16 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -25331,11 +23810,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -25347,11 +23823,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -25363,34 +23836,20 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallError" */
-
-
-
decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallError" */
-
break;
case Reply:
@@ -25409,11 +23868,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -25425,11 +23881,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -25441,34 +23894,20 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallLegInfoReport" */
-
-
-
decode_org_csapi_cc_TpCallLegInfoReport_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallLegInfoReport" */
-
break;
case Reply:
@@ -25487,11 +23926,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -25503,11 +23939,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -25519,34 +23952,20 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallError" */
-
-
-
decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallError" */
-
break;
case Reply:
@@ -25565,11 +23984,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -25581,11 +23997,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -25597,34 +24010,20 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppCallLeg_routeErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_routeErr_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallError" */
-
-
-
decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallError" */
-
break;
case Reply:
@@ -25643,11 +24042,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_routeErr(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -25659,11 +24055,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_routeErr(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -25675,33 +24068,20 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_routeErr(tvbuff_t *tvb _U_, packet_info *
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"report = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_report, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usedTime = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_usedTime, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -25721,11 +24101,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -25737,11 +24114,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -25753,34 +24127,20 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes(tvbuff_t *tvb _U_, packet_in
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallError" */
-
-
-
decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallError" */
-
break;
case Reply:
@@ -25799,11 +24159,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -25815,11 +24172,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -25831,16 +24185,12 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr(tvbuff_t *tvb _U_, packet_in
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -25848,15 +24198,11 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded(tvbuff_t *tvb _U_, packet_in
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpReleaseCause,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded_cause, tvb, *offset-4, 4, u_octet4);
break;
@@ -25876,11 +24222,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -25892,11 +24235,8 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -25908,18 +24248,11 @@ decode_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded(tvbuff_t *tvb _U_, packet_in
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -25936,13 +24269,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall(tvbuff_t *tv
case NO_EXCEPTION:
/* Begin struct "org_csapi_cc_mpccs_TpMultiPartyCallIdentifier" */
-
-
-
decode_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mpccs_TpMultiPartyCallIdentifier" */
-
break;
case USER_EXCEPTION:
@@ -25951,11 +24279,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -25967,11 +24292,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -25983,18 +24305,11 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -26003,13 +24318,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification(tvbu
/* Begin struct "org_csapi_cc_TpCallNotificationRequest" */
-
-
-
decode_org_csapi_cc_TpCallNotificationRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallNotificationRequest" */
-
break;
case Reply:
@@ -26018,9 +24328,7 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification(tvbu
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -26030,11 +24338,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -26046,11 +24351,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -26062,25 +24364,16 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification(tvbu
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -26100,11 +24393,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -26116,11 +24406,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -26132,34 +24419,20 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification(tvb
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallNotificationRequest" */
-
-
-
decode_org_csapi_cc_TpCallNotificationRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallNotificationRequest" */
-
break;
case Reply:
@@ -26178,11 +24451,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -26194,11 +24464,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -26210,17 +24477,13 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification(tvbu
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpNotificationRequestedSet;
- guint32 i_TpNotificationRequestedSet;
-
+ guint32 u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return;
+ guint32 i_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return;
/* Operation specific Variable declarations End */
@@ -26236,21 +24499,14 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification(tvbuff_
case NO_EXCEPTION:
- u_octet4_loop_TpNotificationRequestedSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpNotificationRequestedSet = %u",u_octet4_loop_TpNotificationRequestedSet);
- }
+ u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return);
- for (i_TpNotificationRequestedSet=0; i_TpNotificationRequestedSet < u_octet4_loop_TpNotificationRequestedSet; i_TpNotificationRequestedSet++) {
+ for (i_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return=0; i_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return < u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return; i_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return++) {
/* Begin struct "org_csapi_cc_TpNotificationRequested" */
-
-
-
decode_org_csapi_cc_TpNotificationRequested_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpNotificationRequested" */
-
}
break;
@@ -26261,11 +24517,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -26277,11 +24530,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -26293,49 +24543,28 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification(tvbuff_
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"duration = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_duration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin union "org_csapi_cc_TpCallLoadControlMechanism" */
-
decode_org_csapi_cc_TpCallLoadControlMechanism_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_TpCallLoadControlMechanism" */
-
/* Begin struct "org_csapi_cc_TpCallTreatment" */
-
-
-
decode_org_csapi_cc_TpCallTreatment_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallTreatment" */
-
/* Begin struct "org_csapi_TpAddressRange" */
-
-
-
decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddressRange" */
-
break;
case Reply:
@@ -26344,9 +24573,7 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl(tvbu
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -26356,11 +24583,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -26372,11 +24596,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -26388,18 +24609,11 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl(tvbu
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -26415,9 +24629,7 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications(tvb
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -26427,11 +24639,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -26443,11 +24652,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -26459,18 +24665,11 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications(tvb
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -26493,11 +24692,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_disableNotifications(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -26509,11 +24705,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_disableNotifications(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -26525,25 +24718,16 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_disableNotifications(tv
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -26554,13 +24738,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification(tvb
case NO_EXCEPTION:
/* Begin struct "org_csapi_cc_TpNotificationRequestedSetEntry" */
-
-
-
decode_org_csapi_cc_TpNotificationRequestedSetEntry_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpNotificationRequestedSetEntry" */
-
break;
case USER_EXCEPTION:
@@ -26569,11 +24748,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -26585,11 +24761,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -26601,17 +24774,13 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification(tvb
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpCallLeg_routeReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_appInfo;
- guint32 i_appInfo;
-
+ guint32 u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo;
+ guint32 i_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo;
/* Operation specific Variable declarations End */
@@ -26619,50 +24788,29 @@ decode_org_csapi_cc_mpccs_IpCallLeg_routeReq(tvbuff_t *tvb _U_, packet_info *pin
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_routeReq_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
+ u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo);
- u_octet4_loop_appInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of appInfo = %u",u_octet4_loop_appInfo);
- }
-
- for (i_appInfo=0; i_appInfo < u_octet4_loop_appInfo; i_appInfo++) {
+ for (i_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo=0; i_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo < u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo; i_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo++) {
/* Begin union "org_csapi_cc_TpCallAppInfo" */
-
decode_org_csapi_cc_TpCallAppInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_TpCallAppInfo" */
-
}
/* Begin struct "org_csapi_cc_TpCallLegConnectionProperties" */
-
-
-
decode_org_csapi_cc_TpCallLegConnectionProperties_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallLegConnectionProperties" */
-
break;
case Reply:
@@ -26681,11 +24829,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_routeReq(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -26697,11 +24842,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_routeReq(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -26713,17 +24855,13 @@ decode_org_csapi_cc_mpccs_IpCallLeg_routeReq(tvbuff_t *tvb _U_, packet_info *pin
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpCallLeg_eventReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_eventsRequested;
- guint32 i_eventsRequested;
-
+ guint32 u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested;
+ guint32 i_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested;
/* Operation specific Variable declarations End */
@@ -26731,25 +24869,16 @@ decode_org_csapi_cc_mpccs_IpCallLeg_eventReportReq(tvbuff_t *tvb _U_, packet_inf
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_eventsRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of eventsRequested = %u",u_octet4_loop_eventsRequested);
- }
+ u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested);
- for (i_eventsRequested=0; i_eventsRequested < u_octet4_loop_eventsRequested; i_eventsRequested++) {
+ for (i_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested=0; i_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested < u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested; i_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested++) {
/* Begin struct "org_csapi_cc_TpCallEventRequest" */
-
-
-
decode_org_csapi_cc_TpCallEventRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallEventRequest" */
-
}
break;
@@ -26770,11 +24899,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_eventReportReq(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -26786,11 +24912,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_eventReportReq(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -26802,16 +24925,12 @@ decode_org_csapi_cc_mpccs_IpCallLeg_eventReportReq(tvbuff_t *tvb _U_, packet_inf
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpCallLeg_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -26819,15 +24938,11 @@ decode_org_csapi_cc_mpccs_IpCallLeg_release(tvbuff_t *tvb _U_, packet_info *pinf
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_release_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpReleaseCause,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_release_cause, tvb, *offset-4, 4, u_octet4);
break;
@@ -26847,11 +24962,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_release(tvbuff_t *tvb _U_, packet_info *pinf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -26863,11 +24975,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_release(tvbuff_t *tvb _U_, packet_info *pinf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -26879,29 +24988,18 @@ decode_org_csapi_cc_mpccs_IpCallLeg_release(tvbuff_t *tvb _U_, packet_info *pinf
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpCallLeg_getInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_getInfoReq_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegInfoRequested = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_getInfoReq_callLegInfoRequested, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -26921,11 +25019,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getInfoReq(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -26937,11 +25032,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getInfoReq(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -26953,25 +25045,16 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getInfoReq(tvbuff_t *tvb _U_, packet_info *p
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpCallLeg_getCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_getCall_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -26982,13 +25065,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getCall(tvbuff_t *tvb _U_, packet_info *pinf
case NO_EXCEPTION:
/* Begin struct "org_csapi_cc_mpccs_TpMultiPartyCallIdentifier" */
-
-
-
decode_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mpccs_TpMultiPartyCallIdentifier" */
-
break;
case USER_EXCEPTION:
@@ -26997,11 +25075,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getCall(tvbuff_t *tvb _U_, packet_info *pinf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -27013,11 +25088,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getCall(tvbuff_t *tvb _U_, packet_info *pinf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -27029,25 +25101,16 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getCall(tvbuff_t *tvb _U_, packet_info *pinf
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -27067,11 +25130,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -27083,11 +25143,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -27099,25 +25156,16 @@ decode_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq(tvbuff_t *tvb _U_, packet_inf
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -27137,11 +25185,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -27153,11 +25198,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -27169,25 +25211,16 @@ decode_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq(tvbuff_t *tvb _U_, packet_inf
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -27198,13 +25231,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress(tvbuff_t *tvb _
case NO_EXCEPTION:
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
break;
case USER_EXCEPTION:
@@ -27213,11 +25241,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -27229,11 +25254,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -27245,25 +25267,16 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress(tvbuff_t *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_)
+decode_org_csapi_cc_mpccs_IpCallLeg_continueProcessing(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_continueProcessing_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -27283,11 +25296,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_continueProcessing(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -27299,11 +25309,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_continueProcessing(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -27315,34 +25322,20 @@ decode_org_csapi_cc_mpccs_IpCallLeg_continueProcessing(tvbuff_t *tvb _U_, packet
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpCallLeg_setChargePlan(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_setChargePlan_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallChargePlan" */
-
-
-
decode_org_csapi_cc_TpCallChargePlan_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallChargePlan" */
-
break;
case Reply:
@@ -27361,11 +25354,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_setChargePlan(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -27377,11 +25367,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_setChargePlan(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -27393,37 +25380,21 @@ decode_org_csapi_cc_mpccs_IpCallLeg_setChargePlan(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_TpAoCInfo" */
-
-
-
decode_org_csapi_TpAoCInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAoCInfo" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"tariffSwitch = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge_tariffSwitch, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -27443,11 +25414,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -27459,11 +25427,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -27475,33 +25440,20 @@ decode_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpCallLeg_superviseReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"time = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_time, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"treatment = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_treatment, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -27521,11 +25473,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_superviseReq(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -27537,11 +25486,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_superviseReq(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -27553,25 +25499,16 @@ decode_org_csapi_cc_mpccs_IpCallLeg_superviseReq(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpCallLeg_deassign(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_deassign_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -27591,11 +25528,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_deassign(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -27607,11 +25541,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_deassign(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -27623,19 +25554,15 @@ decode_org_csapi_cc_mpccs_IpCallLeg_deassign(tvbuff_t *tvb _U_, packet_info *pin
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpCallLeg_getProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_propertyNames;
- guint32 i_propertyNames;
- guint32 u_octet4_loop_TpCallLegPropertyList;
- guint32 i_TpCallLegPropertyList;
-
+ guint32 u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames;
+ guint32 i_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames;
+ guint32 u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_getProperties_return;
+ guint32 i_org_csapi_cc_mpccs_IpCallLeg_getProperties_return;
/* Operation specific Variable declarations End */
@@ -27643,18 +25570,14 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getProperties(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_propertyNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of propertyNames = %u",u_octet4_loop_propertyNames);
- }
+ u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames);
- for (i_propertyNames=0; i_propertyNames < u_octet4_loop_propertyNames; i_propertyNames++) {
+ for (i_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames=0; i_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames < u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames; i_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "propertyNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames");
}
@@ -27666,21 +25589,14 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getProperties(tvbuff_t *tvb _U_, packet_info
case NO_EXCEPTION:
- u_octet4_loop_TpCallLegPropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpCallLegPropertyList = %u",u_octet4_loop_TpCallLegPropertyList);
- }
+ u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_getProperties_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_getProperties_return);
- for (i_TpCallLegPropertyList=0; i_TpCallLegPropertyList < u_octet4_loop_TpCallLegPropertyList; i_TpCallLegPropertyList++) {
+ for (i_org_csapi_cc_mpccs_IpCallLeg_getProperties_return=0; i_org_csapi_cc_mpccs_IpCallLeg_getProperties_return < u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_getProperties_return; i_org_csapi_cc_mpccs_IpCallLeg_getProperties_return++) {
/* Begin struct "org_csapi_cc_TpCallLegProperty" */
-
-
-
decode_org_csapi_cc_TpCallLegProperty_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallLegProperty" */
-
}
break;
@@ -27691,11 +25607,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getProperties(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -27707,11 +25620,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getProperties(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -27723,17 +25633,13 @@ decode_org_csapi_cc_mpccs_IpCallLeg_getProperties(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpCallLeg_setProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_properties;
- guint32 i_properties;
-
+ guint32 u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties;
+ guint32 i_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties;
/* Operation specific Variable declarations End */
@@ -27741,25 +25647,16 @@ decode_org_csapi_cc_mpccs_IpCallLeg_setProperties(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_setProperties_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_properties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of properties = %u",u_octet4_loop_properties);
- }
+ u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties);
- for (i_properties=0; i_properties < u_octet4_loop_properties; i_properties++) {
+ for (i_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties=0; i_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties < u_octet4_loop_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties; i_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties++) {
/* Begin struct "org_csapi_cc_TpCallLegProperty" */
-
-
-
decode_org_csapi_cc_TpCallLegProperty_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallLegProperty" */
-
}
break;
@@ -27780,11 +25677,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_setProperties(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -27796,11 +25690,8 @@ decode_org_csapi_cc_mpccs_IpCallLeg_setProperties(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -27812,34 +25703,20 @@ decode_org_csapi_cc_mpccs_IpCallLeg_setProperties(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallInfoReport" */
-
-
-
decode_org_csapi_cc_TpCallInfoReport_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallInfoReport" */
-
break;
case Reply:
@@ -27858,11 +25735,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -27874,11 +25748,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -27890,34 +25761,20 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallError" */
-
-
-
decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallError" */
-
break;
case Reply:
@@ -27936,11 +25793,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -27952,11 +25806,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -27968,33 +25819,20 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"report = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_report, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usedTime = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_usedTime, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -28014,11 +25852,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -28030,11 +25865,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -28046,34 +25878,20 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes(tvbuff_t *tvb _U_, pa
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallError" */
-
-
-
decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallError" */
-
break;
case Reply:
@@ -28092,11 +25910,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -28108,11 +25923,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -28124,34 +25936,20 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr(tvbuff_t *tvb _U_, pa
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallEndedReport" */
-
-
-
decode_org_csapi_cc_TpCallEndedReport_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallEndedReport" */
-
break;
case Reply:
@@ -28170,11 +25968,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -28186,11 +25981,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -28202,42 +25994,23 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_mpccs_TpCallLegIdentifier" */
-
-
-
decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mpccs_TpCallLegIdentifier" */
-
/* Begin struct "org_csapi_cc_TpCallError" */
-
-
-
decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallError" */
-
break;
case Reply:
@@ -28256,11 +26029,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -28272,11 +26042,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -28288,17 +26055,13 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr(tvbuff_t
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpCallLegIdentifierSet;
- guint32 i_TpCallLegIdentifierSet;
-
+ guint32 u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return;
+ guint32 i_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return;
/* Operation specific Variable declarations End */
@@ -28306,9 +26069,7 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs(tvbuff_t *tvb _U_, packet
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -28318,21 +26079,14 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs(tvbuff_t *tvb _U_, packet
case NO_EXCEPTION:
- u_octet4_loop_TpCallLegIdentifierSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpCallLegIdentifierSet = %u",u_octet4_loop_TpCallLegIdentifierSet);
- }
+ u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return);
- for (i_TpCallLegIdentifierSet=0; i_TpCallLegIdentifierSet < u_octet4_loop_TpCallLegIdentifierSet; i_TpCallLegIdentifierSet++) {
+ for (i_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return=0; i_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return < u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return; i_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return++) {
/* Begin struct "org_csapi_cc_mpccs_TpCallLegIdentifier" */
-
-
-
decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mpccs_TpCallLegIdentifier" */
-
}
break;
@@ -28343,11 +26097,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -28359,11 +26110,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -28375,25 +26123,16 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs(tvbuff_t *tvb _U_, packet
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -28407,13 +26146,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg(tvbuff_t *tvb _U_, pack
case NO_EXCEPTION:
/* Begin struct "org_csapi_cc_mpccs_TpCallLegIdentifier" */
-
-
-
decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mpccs_TpCallLegIdentifier" */
-
break;
case USER_EXCEPTION:
@@ -28422,11 +26156,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -28438,11 +26169,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -28454,19 +26182,15 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_eventsRequested;
- guint32 i_eventsRequested;
- guint32 u_octet4_loop_appInfo;
- guint32 i_appInfo;
-
+ guint32 u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested;
+ guint32 i_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested;
+ guint32 u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo;
+ guint32 i_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo;
/* Operation specific Variable declarations End */
@@ -28474,57 +26198,34 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq(tvbuff_t *tv
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_eventsRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of eventsRequested = %u",u_octet4_loop_eventsRequested);
- }
+ u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested);
- for (i_eventsRequested=0; i_eventsRequested < u_octet4_loop_eventsRequested; i_eventsRequested++) {
+ for (i_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested=0; i_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested < u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested; i_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested++) {
/* Begin struct "org_csapi_cc_TpCallEventRequest" */
-
-
-
decode_org_csapi_cc_TpCallEventRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallEventRequest" */
-
}
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
+ u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo);
- u_octet4_loop_appInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of appInfo = %u",u_octet4_loop_appInfo);
- }
-
- for (i_appInfo=0; i_appInfo < u_octet4_loop_appInfo; i_appInfo++) {
+ for (i_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo=0; i_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo < u_octet4_loop_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo; i_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo++) {
/* Begin union "org_csapi_cc_TpCallAppInfo" */
-
decode_org_csapi_cc_TpCallAppInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_TpCallAppInfo" */
-
}
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -28539,13 +26240,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq(tvbuff_t *tv
case NO_EXCEPTION:
/* Begin struct "org_csapi_cc_mpccs_TpCallLegIdentifier" */
-
-
-
decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mpccs_TpCallLegIdentifier" */
-
break;
case USER_EXCEPTION:
@@ -28554,11 +26250,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -28570,11 +26263,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -28586,16 +26276,12 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpMultiPartyCall_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -28603,15 +26289,11 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_release(tvbuff_t *tvb _U_, packet_inf
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_release_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpReleaseCause,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_release_cause, tvb, *offset-4, 4, u_octet4);
break;
@@ -28631,11 +26313,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_release(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -28647,11 +26326,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_release(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -28663,25 +26339,16 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_release(tvbuff_t *tvb _U_, packet_inf
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -28701,11 +26368,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -28717,11 +26381,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -28733,29 +26394,18 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callInfoRequested = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq_callInfoRequested, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -28775,11 +26425,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -28791,11 +26438,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -28807,34 +26451,20 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallChargePlan" */
-
-
-
decode_org_csapi_cc_TpCallChargePlan_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallChargePlan" */
-
break;
case Reply:
@@ -28853,11 +26483,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -28869,11 +26496,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -28885,37 +26509,21 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_TpAoCInfo" */
-
-
-
decode_org_csapi_TpAoCInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAoCInfo" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"tariffSwitch = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge_tariffSwitch, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -28935,11 +26543,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -28951,11 +26556,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -28967,33 +26569,20 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"time = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_time, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"treatment = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_treatment, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -29013,11 +26602,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -29029,11 +26615,8 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -29045,17 +26628,13 @@ decode_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_callLegReferenceSet;
- guint32 i_callLegReferenceSet;
-
+ guint32 u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet;
+ guint32 i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet;
/* Operation specific Variable declarations End */
@@ -29064,41 +26643,22 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification(t
case Request:
/* Begin struct "org_csapi_cc_mpccs_TpMultiPartyCallIdentifier" */
-
-
-
decode_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mpccs_TpMultiPartyCallIdentifier" */
+ u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet);
- u_octet4_loop_callLegReferenceSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of callLegReferenceSet = %u",u_octet4_loop_callLegReferenceSet);
- }
-
- for (i_callLegReferenceSet=0; i_callLegReferenceSet < u_octet4_loop_callLegReferenceSet; i_callLegReferenceSet++) {
+ for (i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet=0; i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet < u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet; i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet++) {
/* Begin struct "org_csapi_cc_mpccs_TpCallLegIdentifier" */
-
-
-
decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mpccs_TpCallLegIdentifier" */
-
}
/* Begin struct "org_csapi_cc_TpCallNotificationInfo" */
-
-
-
decode_org_csapi_cc_TpCallNotificationInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallNotificationInfo" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -29109,12 +26669,10 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification(t
case NO_EXCEPTION:
/* Begin union "org_csapi_cc_mpccs_TpAppMultiPartyCallBack" */
-
decode_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_mpccs_TpAppMultiPartyCallBack" */
-
break;
case USER_EXCEPTION:
@@ -29123,11 +26681,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification(t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -29139,11 +26694,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification(t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -29155,25 +26707,16 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification(t
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callReference = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted_callReference, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -29193,11 +26736,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -29209,11 +26749,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -29225,18 +26762,11 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted(tvbuff_t
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -29259,11 +26789,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerInterrupted(t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -29275,11 +26802,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerInterrupted(t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -29291,18 +26815,11 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerInterrupted(t
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerResumed(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -29325,11 +26842,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerResumed(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -29341,11 +26855,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerResumed(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -29357,25 +26868,16 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerResumed(tvbuf
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncountered(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncountered_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -29395,11 +26897,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncounte
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -29411,11 +26910,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncounte
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -29427,25 +26923,16 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncounte
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -29465,11 +26952,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased(t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -29481,11 +26965,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased(t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -29497,17 +26978,13 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased(t
/*
* 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_)
+decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_callReferenceSet;
- guint32 i_callReferenceSet;
-
+ guint32 u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet;
+ guint32 i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet;
/* Operation specific Variable declarations End */
@@ -29515,16 +26992,12 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls(t
case Request:
- u_octet4_loop_callReferenceSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of callReferenceSet = %u",u_octet4_loop_callReferenceSet);
- }
+ u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet);
- for (i_callReferenceSet=0; i_callReferenceSet < u_octet4_loop_callReferenceSet; i_callReferenceSet++) {
+ for (i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet=0; i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet < u_octet4_loop_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet; i_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callReferenceSet = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -29546,11 +27019,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls(t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -29562,11 +27032,8 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls(t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -29578,16 +27045,12 @@ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls(t
/*
* 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_)
+decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -29595,27 +27058,16 @@ decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes(tvbuff_t *tvb _
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"report = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_report, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_mmccs_TpCallSuperviseVolume" */
-
-
-
decode_org_csapi_cc_mmccs_TpCallSuperviseVolume_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mmccs_TpCallSuperviseVolume" */
-
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_qualityOfService, tvb, *offset-4, 4, u_octet4);
break;
@@ -29635,11 +27087,8 @@ decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -29651,11 +27100,8 @@ decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -29667,34 +27113,20 @@ decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes(tvbuff_t *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_)
+decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_TpCallError" */
-
-
-
decode_org_csapi_cc_TpCallError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallError" */
-
break;
case Reply:
@@ -29713,11 +27145,8 @@ decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -29729,11 +27158,8 @@ decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -29745,18 +27171,14 @@ decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr(tvbuff_t *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_)
+decode_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_streams;
- guint32 i_streams;
+ guint32 u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams;
+ guint32 i_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams;
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -29764,32 +27186,21 @@ decode_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes(tvbuff_t
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_streams = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of streams = %u",u_octet4_loop_streams);
- }
+ u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams);
- for (i_streams=0; i_streams < u_octet4_loop_streams; i_streams++) {
+ for (i_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams=0; i_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams < u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams; i_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams++) {
/* Begin struct "org_csapi_cc_mmccs_TpMediaStream" */
-
-
-
decode_org_csapi_cc_mmccs_TpMediaStream_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mmccs_TpMediaStream" */
-
}
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"type = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_mmccs_TpMediaStreamEventType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_type, tvb, *offset-4, 4, u_octet4);
break;
@@ -29809,11 +27220,8 @@ decode_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -29825,11 +27233,8 @@ decode_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -29841,25 +27246,16 @@ decode_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes(tvbuff_t
/*
* 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_)
+decode_org_csapi_cc_mmccs_IpMultiMediaStream_subtract(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mediaStreamSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpMultiMediaStream_subtract_mediaStreamSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -29879,11 +27275,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaStream_subtract(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -29895,11 +27288,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaStream_subtract(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -29911,17 +27301,13 @@ decode_org_csapi_cc_mmccs_IpMultiMediaStream_subtract(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_mediaStreamList;
- guint32 i_mediaStreamList;
-
+ guint32 u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList;
+ guint32 i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList;
/* Operation specific Variable declarations End */
@@ -29929,20 +27315,14 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow(tvbuff_t *tvb _U_
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_mediaStreamList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of mediaStreamList = %u",u_octet4_loop_mediaStreamList);
- }
+ u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList);
- for (i_mediaStreamList=0; i_mediaStreamList < u_octet4_loop_mediaStreamList; i_mediaStreamList++) {
+ for (i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList=0; i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList < u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList; i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mediaStreamList = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -29964,11 +27344,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -29980,11 +27357,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -29996,17 +27370,13 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_mediaStreamEventCriteria;
- guint32 i_mediaStreamEventCriteria;
-
+ guint32 u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria;
+ guint32 i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria;
/* Operation specific Variable declarations End */
@@ -30014,25 +27384,16 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq(tvbuff_t *tv
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_mediaStreamEventCriteria = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of mediaStreamEventCriteria = %u",u_octet4_loop_mediaStreamEventCriteria);
- }
+ u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria);
- for (i_mediaStreamEventCriteria=0; i_mediaStreamEventCriteria < u_octet4_loop_mediaStreamEventCriteria; i_mediaStreamEventCriteria++) {
+ for (i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria=0; i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria < u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria; i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria++) {
/* Begin struct "org_csapi_cc_mmccs_TpMediaStreamRequest" */
-
-
-
decode_org_csapi_cc_mmccs_TpMediaStreamRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mmccs_TpMediaStreamRequest" */
-
}
break;
@@ -30053,11 +27414,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -30069,11 +27427,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -30085,17 +27440,13 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpMediaStreamSet;
- guint32 i_TpMediaStreamSet;
-
+ guint32 u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return;
+ guint32 i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return;
/* Operation specific Variable declarations End */
@@ -30103,9 +27454,7 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -30115,21 +27464,14 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams(tvbuff_t *tvb _U_,
case NO_EXCEPTION:
- u_octet4_loop_TpMediaStreamSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpMediaStreamSet = %u",u_octet4_loop_TpMediaStreamSet);
- }
+ u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return);
- for (i_TpMediaStreamSet=0; i_TpMediaStreamSet < u_octet4_loop_TpMediaStreamSet; i_TpMediaStreamSet++) {
+ for (i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return=0; i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return < u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return; i_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return++) {
/* Begin struct "org_csapi_cc_mmccs_TpMediaStream" */
-
-
-
decode_org_csapi_cc_mmccs_TpMediaStream_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mmccs_TpMediaStream" */
-
}
break;
@@ -30140,11 +27482,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -30156,11 +27495,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -30172,37 +27508,21 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq_callSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_mmccs_TpCallSuperviseVolume" */
-
-
-
decode_org_csapi_cc_mmccs_TpCallSuperviseVolume_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mmccs_TpCallSuperviseVolume" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"treatment = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq_treatment, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -30222,11 +27542,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -30238,11 +27555,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -30254,20 +27568,16 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_callLegReferenceSet;
- guint32 i_callLegReferenceSet;
- guint32 u_octet4_loop_mediaStreams;
- guint32 i_mediaStreams;
+ guint32 u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet;
+ guint32 i_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet;
+ guint32 u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams;
+ guint32 i_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams;
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -30276,62 +27586,37 @@ decode_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotificat
case Request:
/* Begin struct "org_csapi_cc_mmccs_TpMultiMediaCallIdentifier" */
-
-
-
decode_org_csapi_cc_mmccs_TpMultiMediaCallIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mmccs_TpMultiMediaCallIdentifier" */
+ u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet);
- u_octet4_loop_callLegReferenceSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of callLegReferenceSet = %u",u_octet4_loop_callLegReferenceSet);
- }
-
- for (i_callLegReferenceSet=0; i_callLegReferenceSet < u_octet4_loop_callLegReferenceSet; i_callLegReferenceSet++) {
+ for (i_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet=0; i_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet < u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet; i_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet++) {
/* Begin struct "org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier" */
-
-
-
decode_org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier" */
-
}
- u_octet4_loop_mediaStreams = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of mediaStreams = %u",u_octet4_loop_mediaStreams);
- }
+ u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams);
- for (i_mediaStreams=0; i_mediaStreams < u_octet4_loop_mediaStreams; i_mediaStreams++) {
+ for (i_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams=0; i_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams < u_octet4_loop_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams; i_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams++) {
/* Begin struct "org_csapi_cc_mmccs_TpMediaStream" */
-
-
-
decode_org_csapi_cc_mmccs_TpMediaStream_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mmccs_TpMediaStream" */
-
}
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"type = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_mmccs_TpMediaStreamEventType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_type, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_qualityOfService, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -30342,12 +27627,10 @@ decode_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotificat
case NO_EXCEPTION:
/* Begin union "org_csapi_cc_mmccs_TpAppMultiMediaCallBack" */
-
decode_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_mmccs_TpAppMultiMediaCallBack" */
-
break;
case USER_EXCEPTION:
@@ -30356,11 +27639,8 @@ decode_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotificat
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -30372,11 +27652,8 @@ decode_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotificat
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -30388,18 +27665,11 @@ decode_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotificat
/*
* 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_)
+decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -30408,13 +27678,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification
/* Begin struct "org_csapi_cc_mmccs_TpNotificationMediaRequest" */
-
-
-
decode_org_csapi_cc_mmccs_TpNotificationMediaRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mmccs_TpNotificationMediaRequest" */
-
break;
case Reply:
@@ -30423,9 +27688,7 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -30435,11 +27698,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -30451,11 +27711,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -30467,25 +27724,16 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification
/*
* 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_)
+decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -30505,11 +27753,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotificatio
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -30521,11 +27766,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotificatio
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -30537,34 +27779,20 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotificatio
/*
* 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_)
+decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_mmccs_TpNotificationMediaRequest" */
-
-
-
decode_org_csapi_cc_mmccs_TpNotificationMediaRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mmccs_TpNotificationMediaRequest" */
-
break;
case Reply:
@@ -30583,11 +27811,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -30599,11 +27824,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -30615,17 +27837,13 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification
/*
* 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_)
+decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpMediaNotificationRequestedSet;
- guint32 i_TpMediaNotificationRequestedSet;
-
+ guint32 u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return;
+ guint32 i_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return;
/* Operation specific Variable declarations End */
@@ -30641,21 +27859,14 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification(tv
case NO_EXCEPTION:
- u_octet4_loop_TpMediaNotificationRequestedSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpMediaNotificationRequestedSet = %u",u_octet4_loop_TpMediaNotificationRequestedSet);
- }
+ u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return);
- for (i_TpMediaNotificationRequestedSet=0; i_TpMediaNotificationRequestedSet < u_octet4_loop_TpMediaNotificationRequestedSet; i_TpMediaNotificationRequestedSet++) {
+ for (i_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return=0; i_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return < u_octet4_loop_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return; i_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return++) {
/* Begin struct "org_csapi_cc_mmccs_TpMediaNotificationRequested" */
-
-
-
decode_org_csapi_cc_mmccs_TpMediaNotificationRequested_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mmccs_TpMediaNotificationRequested" */
-
}
break;
@@ -30666,11 +27877,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -30682,11 +27890,8 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -30698,29 +27903,18 @@ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification(tv
/*
* 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_)
+decode_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -30740,11 +27934,8 @@ decode_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -30756,11 +27947,8 @@ decode_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -30772,29 +27960,18 @@ decode_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest_callLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -30814,11 +27991,8 @@ decode_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -30830,11 +28004,8 @@ decode_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -30846,42 +28017,23 @@ decode_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest(tvbuff_t *tvb _U_, packet
/*
* 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_)
+decode_org_csapi_cc_cccs_IpAppConfCall_partyJoined(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"conferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpAppConfCall_partyJoined_conferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_mpccs_TpCallLegIdentifier" */
-
-
-
decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mpccs_TpCallLegIdentifier" */
-
/* Begin struct "org_csapi_cc_cccs_TpJoinEventInfo" */
-
-
-
decode_org_csapi_cc_cccs_TpJoinEventInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_cccs_TpJoinEventInfo" */
-
break;
case Reply:
@@ -30901,11 +28053,8 @@ decode_org_csapi_cc_cccs_IpAppConfCall_partyJoined(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -30917,11 +28066,8 @@ decode_org_csapi_cc_cccs_IpAppConfCall_partyJoined(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -30933,29 +28079,18 @@ decode_org_csapi_cc_cccs_IpAppConfCall_partyJoined(tvbuff_t *tvb _U_, packet_inf
/*
* 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_)
+decode_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"conferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes_conferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLeg = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes_callLeg, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -30975,11 +28110,8 @@ decode_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -30991,11 +28123,8 @@ decode_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -31007,18 +28136,11 @@ decode_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes(tvbuff_t *tvb _U_, packet
/*
* 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_)
+decode_org_csapi_cc_cccs_IpConfCallControlManager_createConference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -31026,24 +28148,16 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_createConference(tvbuff_t *tvb
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"numberOfSubConferences = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_numberOfSubConferences, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin union "org_csapi_cc_cccs_TpConfPolicy" */
-
decode_org_csapi_cc_cccs_TpConfPolicy_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_cccs_TpConfPolicy" */
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_numberOfParticipants, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"numberOfParticipants = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"duration = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_duration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -31054,13 +28168,8 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_createConference(tvbuff_t *tvb
case NO_EXCEPTION:
/* Begin struct "org_csapi_cc_cccs_TpConfCallIdentifier" */
-
-
-
decode_org_csapi_cc_cccs_TpConfCallIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_cccs_TpConfCallIdentifier" */
-
break;
case USER_EXCEPTION:
@@ -31069,11 +28178,8 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_createConference(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -31085,11 +28191,8 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_createConference(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -31101,30 +28204,18 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_createConference(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_cc_cccs_IpConfCallControlManager_checkResources(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_cc_cccs_TpConfSearchCriteria" */
-
-
-
decode_org_csapi_cc_cccs_TpConfSearchCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_cccs_TpConfSearchCriteria" */
-
break;
case Reply:
@@ -31134,13 +28225,8 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_checkResources(tvbuff_t *tvb _
case NO_EXCEPTION:
/* Begin struct "org_csapi_cc_cccs_TpConfSearchResult" */
-
-
-
decode_org_csapi_cc_cccs_TpConfSearchResult_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_cccs_TpConfSearchResult" */
-
break;
case USER_EXCEPTION:
@@ -31149,11 +28235,8 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_checkResources(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -31165,11 +28248,8 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_checkResources(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -31181,18 +28261,11 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_checkResources(tvbuff_t *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_)
+decode_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -31200,23 +28273,17 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources(tvbuff_t *tvb
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "startTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_startTime");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"numberOfParticipants = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_numberOfParticipants, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"duration = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_duration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin union "org_csapi_cc_cccs_TpConfPolicy" */
-
decode_org_csapi_cc_cccs_TpConfPolicy_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_cccs_TpConfPolicy" */
-
break;
case Reply:
@@ -31226,13 +28293,8 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources(tvbuff_t *tvb
case NO_EXCEPTION:
/* Begin struct "org_csapi_cc_cccs_TpResourceReservation" */
-
-
-
decode_org_csapi_cc_cccs_TpResourceReservation_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_cccs_TpResourceReservation" */
-
break;
case USER_EXCEPTION:
@@ -31241,11 +28303,8 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -31257,11 +28316,8 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -31273,30 +28329,18 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_cc_cccs_IpConfCallControlManager_freeResources(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_cc_cccs_TpResourceReservation" */
-
-
-
decode_org_csapi_cc_cccs_TpResourceReservation_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_cccs_TpResourceReservation" */
-
break;
case Reply:
@@ -31315,11 +28359,8 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_freeResources(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -31331,11 +28372,8 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_freeResources(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -31347,30 +28385,18 @@ decode_org_csapi_cc_cccs_IpConfCallControlManager_freeResources(tvbuff_t *tvb _U
/*
* 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_)
+decode_org_csapi_cc_cccs_IpAppConfCallControlManager_conferenceCreated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_cc_cccs_TpConfCallIdentifier" */
-
-
-
decode_org_csapi_cc_cccs_TpConfCallIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_cccs_TpConfCallIdentifier" */
-
break;
case Reply:
@@ -31390,11 +28416,8 @@ decode_org_csapi_cc_cccs_IpAppConfCallControlManager_conferenceCreated(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -31406,11 +28429,8 @@ decode_org_csapi_cc_cccs_IpAppConfCallControlManager_conferenceCreated(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -31422,17 +28442,13 @@ decode_org_csapi_cc_cccs_IpAppConfCallControlManager_conferenceCreated(tvbuff_t
/*
* 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_)
+decode_org_csapi_cc_cccs_IpSubConfCall_splitSubConference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_callLegList;
- guint32 i_callLegList;
-
+ guint32 u_octet4_loop_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList;
+ guint32 i_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList;
/* Operation specific Variable declarations End */
@@ -31440,20 +28456,14 @@ decode_org_csapi_cc_cccs_IpSubConfCall_splitSubConference(tvbuff_t *tvb _U_, pac
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_callLegList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of callLegList = %u",u_octet4_loop_callLegList);
- }
+ u_octet4_loop_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList);
- for (i_callLegList=0; i_callLegList < u_octet4_loop_callLegList; i_callLegList++) {
+ for (i_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList=0; i_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList < u_octet4_loop_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList; i_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLegList = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -31469,13 +28479,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_splitSubConference(tvbuff_t *tvb _U_, pac
case NO_EXCEPTION:
/* Begin struct "org_csapi_cc_cccs_TpSubConfCallIdentifier" */
-
-
-
decode_org_csapi_cc_cccs_TpSubConfCallIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_cccs_TpSubConfCallIdentifier" */
-
break;
case USER_EXCEPTION:
@@ -31484,11 +28489,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_splitSubConference(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -31500,11 +28502,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_splitSubConference(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -31516,29 +28515,18 @@ decode_org_csapi_cc_cccs_IpSubConfCall_splitSubConference(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceCallSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference_subConferenceCallSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"targetSubConferenceCall = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference_targetSubConferenceCall, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -31558,11 +28546,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -31574,11 +28559,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -31590,33 +28572,20 @@ decode_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceCallSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_subConferenceCallSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"targetSubConferenceCall = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_targetSubConferenceCall, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"callLeg = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_callLeg, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -31636,11 +28605,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -31652,11 +28618,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -31668,29 +28631,18 @@ decode_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg(tvbuff_t *tvb _U_, packet_inf
/*
* 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_)
+decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpSubConfCall_inspectVideo_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"inspectedCallLeg = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpSubConfCall_inspectVideo_inspectedCallLeg, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -31710,11 +28662,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideo(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -31726,11 +28675,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideo(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -31742,25 +28688,16 @@ decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideo(tvbuff_t *tvb _U_, packet_in
/*
* 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_)
+decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -31780,11 +28717,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -31796,11 +28730,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -31812,29 +28743,18 @@ decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"speakerCallLeg = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker_speakerCallLeg, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -31854,11 +28774,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -31870,11 +28787,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -31886,29 +28800,18 @@ decode_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_cc_cccs_IpSubConfCall_chairSelection(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpSubConfCall_chairSelection_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"chairCallLeg = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpSubConfCall_chairSelection_chairCallLeg, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -31928,11 +28831,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_chairSelection(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -31944,11 +28844,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_chairSelection(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -31960,33 +28857,22 @@ decode_org_csapi_cc_cccs_IpSubConfCall_chairSelection(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"subConferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy_subConferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin union "org_csapi_cc_cccs_TpConfPolicy" */
-
decode_org_csapi_cc_cccs_TpConfPolicy_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_cccs_TpConfPolicy" */
-
break;
case Reply:
@@ -32005,11 +28891,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -32021,11 +28904,8 @@ decode_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -32037,17 +28917,13 @@ decode_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_cc_cccs_IpConfCall_getSubConferences(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpSubConfCallIdentifierSet;
- guint32 i_TpSubConfCallIdentifierSet;
-
+ guint32 u_octet4_loop_org_csapi_cc_cccs_IpConfCall_getSubConferences_return;
+ guint32 i_org_csapi_cc_cccs_IpConfCall_getSubConferences_return;
/* Operation specific Variable declarations End */
@@ -32055,9 +28931,7 @@ decode_org_csapi_cc_cccs_IpConfCall_getSubConferences(tvbuff_t *tvb _U_, packet_
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"conferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpConfCall_getSubConferences_conferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -32067,21 +28941,14 @@ decode_org_csapi_cc_cccs_IpConfCall_getSubConferences(tvbuff_t *tvb _U_, packet_
case NO_EXCEPTION:
- u_octet4_loop_TpSubConfCallIdentifierSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpSubConfCallIdentifierSet = %u",u_octet4_loop_TpSubConfCallIdentifierSet);
- }
+ u_octet4_loop_org_csapi_cc_cccs_IpConfCall_getSubConferences_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpConfCall_getSubConferences_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_cccs_IpConfCall_getSubConferences_return);
- for (i_TpSubConfCallIdentifierSet=0; i_TpSubConfCallIdentifierSet < u_octet4_loop_TpSubConfCallIdentifierSet; i_TpSubConfCallIdentifierSet++) {
+ for (i_org_csapi_cc_cccs_IpConfCall_getSubConferences_return=0; i_org_csapi_cc_cccs_IpConfCall_getSubConferences_return < u_octet4_loop_org_csapi_cc_cccs_IpConfCall_getSubConferences_return; i_org_csapi_cc_cccs_IpConfCall_getSubConferences_return++) {
/* Begin struct "org_csapi_cc_cccs_TpSubConfCallIdentifier" */
-
-
-
decode_org_csapi_cc_cccs_TpSubConfCallIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_cccs_TpSubConfCallIdentifier" */
-
}
break;
@@ -32092,11 +28959,8 @@ decode_org_csapi_cc_cccs_IpConfCall_getSubConferences(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -32108,11 +28972,8 @@ decode_org_csapi_cc_cccs_IpConfCall_getSubConferences(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -32124,36 +28985,25 @@ decode_org_csapi_cc_cccs_IpConfCall_getSubConferences(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_cc_cccs_IpConfCall_createSubConference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"conferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpConfCall_createSubConference_conferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
/* Begin union "org_csapi_cc_cccs_TpConfPolicy" */
-
decode_org_csapi_cc_cccs_TpConfPolicy_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_cccs_TpConfPolicy" */
-
break;
case Reply:
@@ -32163,13 +29013,8 @@ decode_org_csapi_cc_cccs_IpConfCall_createSubConference(tvbuff_t *tvb _U_, packe
case NO_EXCEPTION:
/* Begin struct "org_csapi_cc_cccs_TpSubConfCallIdentifier" */
-
-
-
decode_org_csapi_cc_cccs_TpSubConfCallIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_cccs_TpSubConfCallIdentifier" */
-
break;
case USER_EXCEPTION:
@@ -32178,11 +29023,8 @@ decode_org_csapi_cc_cccs_IpConfCall_createSubConference(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -32194,11 +29036,8 @@ decode_org_csapi_cc_cccs_IpConfCall_createSubConference(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -32210,25 +29049,16 @@ decode_org_csapi_cc_cccs_IpConfCall_createSubConference(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"conferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq_conferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -32248,11 +29078,8 @@ decode_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -32264,11 +29091,8 @@ decode_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -32280,25 +29104,16 @@ decode_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq(tvbuff_t *tvb _U_, packet_in
/*
* 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_)
+decode_org_csapi_cc_cccs_IpConfCall_getConferenceAddress(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"conferenceSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_IpConfCall_getConferenceAddress_conferenceSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -32309,13 +29124,8 @@ decode_org_csapi_cc_cccs_IpConfCall_getConferenceAddress(tvbuff_t *tvb _U_, pack
case NO_EXCEPTION:
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
break;
case USER_EXCEPTION:
@@ -32324,11 +29134,8 @@ decode_org_csapi_cc_cccs_IpConfCall_getConferenceAddress(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -32340,11 +29147,8 @@ decode_org_csapi_cc_cccs_IpConfCall_getConferenceAddress(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -32356,16 +29160,12 @@ decode_org_csapi_cc_cccs_IpConfCall_getConferenceAddress(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_ui_IpAppUI_sendInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -32373,19 +29173,13 @@ decode_org_csapi_ui_IpAppUI_sendInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUI_sendInfoRes_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUI_sendInfoRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUI_sendInfoRes_response, tvb, *offset-4, 4, u_octet4);
break;
@@ -32405,11 +29199,8 @@ decode_org_csapi_ui_IpAppUI_sendInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -32421,11 +29212,8 @@ decode_org_csapi_ui_IpAppUI_sendInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -32437,16 +29225,12 @@ decode_org_csapi_ui_IpAppUI_sendInfoRes(tvbuff_t *tvb _U_, packet_info *pinfo _U
/*
* 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_)
+decode_org_csapi_ui_IpAppUI_sendInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -32454,19 +29238,13 @@ decode_org_csapi_ui_IpAppUI_sendInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUI_sendInfoErr_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUI_sendInfoErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUI_sendInfoErr_error, tvb, *offset-4, 4, u_octet4);
break;
@@ -32486,11 +29264,8 @@ decode_org_csapi_ui_IpAppUI_sendInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -32502,11 +29277,8 @@ decode_org_csapi_ui_IpAppUI_sendInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -32518,16 +29290,12 @@ decode_org_csapi_ui_IpAppUI_sendInfoErr(tvbuff_t *tvb _U_, packet_info *pinfo _U
/*
* 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_)
+decode_org_csapi_ui_IpAppUI_sendInfoAndCollectRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -32535,21 +29303,15 @@ decode_org_csapi_ui_IpAppUI_sendInfoAndCollectRes(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_response, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "collectedInfo");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_IpAppUI_sendInfoAndCollectRes_collectedInfo");
break;
@@ -32569,11 +29331,8 @@ decode_org_csapi_ui_IpAppUI_sendInfoAndCollectRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -32585,11 +29344,8 @@ decode_org_csapi_ui_IpAppUI_sendInfoAndCollectRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -32601,16 +29357,12 @@ decode_org_csapi_ui_IpAppUI_sendInfoAndCollectRes(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_ui_IpAppUI_sendInfoAndCollectErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -32618,19 +29370,13 @@ decode_org_csapi_ui_IpAppUI_sendInfoAndCollectErr(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUI_sendInfoAndCollectErr_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUI_sendInfoAndCollectErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUI_sendInfoAndCollectErr_error, tvb, *offset-4, 4, u_octet4);
break;
@@ -32650,11 +29396,8 @@ decode_org_csapi_ui_IpAppUI_sendInfoAndCollectErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -32666,11 +29409,8 @@ decode_org_csapi_ui_IpAppUI_sendInfoAndCollectErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -32682,16 +29422,12 @@ decode_org_csapi_ui_IpAppUI_sendInfoAndCollectErr(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_ui_IpAppUI_userInteractionFaultDetected(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -32699,15 +29435,11 @@ decode_org_csapi_ui_IpAppUI_userInteractionFaultDetected(tvbuff_t *tvb _U_, pack
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUI_userInteractionFaultDetected_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"fault = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_ui_TpUIFault,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUI_userInteractionFaultDetected_fault, tvb, *offset-4, 4, u_octet4);
break;
@@ -32727,11 +29459,8 @@ decode_org_csapi_ui_IpAppUI_userInteractionFaultDetected(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -32743,11 +29472,8 @@ decode_org_csapi_ui_IpAppUI_userInteractionFaultDetected(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -32759,16 +29485,12 @@ decode_org_csapi_ui_IpAppUI_userInteractionFaultDetected(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_ui_IpAppUICall_recordMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -32776,23 +29498,15 @@ decode_org_csapi_ui_IpAppUICall_recordMessageRes(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_recordMessageRes_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_recordMessageRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_recordMessageRes_response, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"messageID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_recordMessageRes_messageID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -32812,11 +29526,8 @@ decode_org_csapi_ui_IpAppUICall_recordMessageRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -32828,11 +29539,8 @@ decode_org_csapi_ui_IpAppUICall_recordMessageRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -32844,16 +29552,12 @@ decode_org_csapi_ui_IpAppUICall_recordMessageRes(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_ui_IpAppUICall_recordMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -32861,19 +29565,13 @@ decode_org_csapi_ui_IpAppUICall_recordMessageErr(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_recordMessageErr_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_recordMessageErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_recordMessageErr_error, tvb, *offset-4, 4, u_octet4);
break;
@@ -32893,11 +29591,8 @@ decode_org_csapi_ui_IpAppUICall_recordMessageErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -32909,11 +29604,8 @@ decode_org_csapi_ui_IpAppUICall_recordMessageErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -32925,16 +29617,12 @@ decode_org_csapi_ui_IpAppUICall_recordMessageErr(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_ui_IpAppUICall_deleteMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -32942,19 +29630,13 @@ decode_org_csapi_ui_IpAppUICall_deleteMessageRes(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_deleteMessageRes_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_deleteMessageRes_response, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_deleteMessageRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -32974,11 +29656,8 @@ decode_org_csapi_ui_IpAppUICall_deleteMessageRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -32990,11 +29669,8 @@ decode_org_csapi_ui_IpAppUICall_deleteMessageRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -33006,16 +29682,12 @@ decode_org_csapi_ui_IpAppUICall_deleteMessageRes(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_ui_IpAppUICall_deleteMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -33023,19 +29695,13 @@ decode_org_csapi_ui_IpAppUICall_deleteMessageErr(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_deleteMessageErr_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_deleteMessageErr_error, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_deleteMessageErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -33055,11 +29721,8 @@ decode_org_csapi_ui_IpAppUICall_deleteMessageErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -33071,11 +29734,8 @@ decode_org_csapi_ui_IpAppUICall_deleteMessageErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -33087,29 +29747,18 @@ decode_org_csapi_ui_IpAppUICall_deleteMessageErr(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_ui_IpAppUICall_abortActionRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_abortActionRes_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_abortActionRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -33129,11 +29778,8 @@ decode_org_csapi_ui_IpAppUICall_abortActionRes(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -33145,11 +29791,8 @@ decode_org_csapi_ui_IpAppUICall_abortActionRes(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -33161,16 +29804,12 @@ decode_org_csapi_ui_IpAppUICall_abortActionRes(tvbuff_t *tvb _U_, packet_info *p
/*
* 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_)
+decode_org_csapi_ui_IpAppUICall_abortActionErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -33178,19 +29817,13 @@ decode_org_csapi_ui_IpAppUICall_abortActionErr(tvbuff_t *tvb _U_, packet_info *p
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_abortActionErr_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_abortActionErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_abortActionErr_error, tvb, *offset-4, 4, u_octet4);
break;
@@ -33210,11 +29843,8 @@ decode_org_csapi_ui_IpAppUICall_abortActionErr(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -33226,11 +29856,8 @@ decode_org_csapi_ui_IpAppUICall_abortActionErr(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -33242,37 +29869,24 @@ decode_org_csapi_ui_IpAppUICall_abortActionErr(tvbuff_t *tvb _U_, packet_info *p
/*
* 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_)
+decode_org_csapi_ui_IpAppUICall_getMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_getMessageRes_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_getMessageRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin union "org_csapi_ui_TpUIInfo" */
-
decode_org_csapi_ui_TpUIInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_ui_TpUIInfo" */
-
break;
case Reply:
@@ -33291,11 +29905,8 @@ decode_org_csapi_ui_IpAppUICall_getMessageRes(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -33307,11 +29918,8 @@ decode_org_csapi_ui_IpAppUICall_getMessageRes(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -33323,16 +29931,12 @@ decode_org_csapi_ui_IpAppUICall_getMessageRes(tvbuff_t *tvb _U_, packet_info *pi
/*
* 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_)
+decode_org_csapi_ui_IpAppUICall_getMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -33340,19 +29944,13 @@ decode_org_csapi_ui_IpAppUICall_getMessageErr(tvbuff_t *tvb _U_, packet_info *pi
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_getMessageErr_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_getMessageErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUICall_getMessageErr_error, tvb, *offset-4, 4, u_octet4);
break;
@@ -33372,11 +29970,8 @@ decode_org_csapi_ui_IpAppUICall_getMessageErr(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -33388,11 +29983,8 @@ decode_org_csapi_ui_IpAppUICall_getMessageErr(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -33404,30 +29996,18 @@ decode_org_csapi_ui_IpAppUICall_getMessageErr(tvbuff_t *tvb _U_, packet_info *pi
/*
* 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_)
+decode_org_csapi_ui_IpAppUIManager_userInteractionAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_ui_TpUIIdentifier" */
-
-
-
decode_org_csapi_ui_TpUIIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_ui_TpUIIdentifier" */
-
break;
case Reply:
@@ -33446,11 +30026,8 @@ decode_org_csapi_ui_IpAppUIManager_userInteractionAborted(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -33462,11 +30039,8 @@ decode_org_csapi_ui_IpAppUIManager_userInteractionAborted(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -33478,18 +30052,11 @@ decode_org_csapi_ui_IpAppUIManager_userInteractionAborted(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -33512,11 +30079,8 @@ decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationInterrupted(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -33528,11 +30092,8 @@ decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationInterrupted(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -33544,18 +30105,11 @@ decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationInterrupted(tvbuff
/*
* 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_)
+decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationContinued(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -33578,11 +30132,8 @@ decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationContinued(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -33594,11 +30145,8 @@ decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationContinued(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -33610,41 +30158,22 @@ decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationContinued(tvbuff_t
/*
* 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_)
+decode_org_csapi_ui_IpAppUIManager_reportEventNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_ui_TpUIIdentifier" */
-
-
-
decode_org_csapi_ui_TpUIIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_ui_TpUIIdentifier" */
-
/* Begin struct "org_csapi_ui_TpUIEventNotificationInfo" */
-
-
-
decode_org_csapi_ui_TpUIEventNotificationInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_ui_TpUIEventNotificationInfo" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIManager_reportEventNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -33665,11 +30194,8 @@ decode_org_csapi_ui_IpAppUIManager_reportEventNotification(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -33681,11 +30207,8 @@ decode_org_csapi_ui_IpAppUIManager_reportEventNotification(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -33697,17 +30220,13 @@ decode_org_csapi_ui_IpAppUIManager_reportEventNotification(tvbuff_t *tvb _U_, pa
/*
* 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_)
+decode_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_userInteractionSet;
- guint32 i_userInteractionSet;
-
+ guint32 u_octet4_loop_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet;
+ guint32 i_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet;
/* Operation specific Variable declarations End */
@@ -33715,21 +30234,14 @@ decode_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions(tvbuff_t *tvb _
case Request:
- u_octet4_loop_userInteractionSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of userInteractionSet = %u",u_octet4_loop_userInteractionSet);
- }
+ u_octet4_loop_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet);
- for (i_userInteractionSet=0; i_userInteractionSet < u_octet4_loop_userInteractionSet; i_userInteractionSet++) {
+ for (i_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet=0; i_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet < u_octet4_loop_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet; i_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet++) {
/* Begin struct "org_csapi_ui_TpUIIdentifier" */
-
-
-
decode_org_csapi_ui_TpUIIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_ui_TpUIIdentifier" */
-
}
break;
@@ -33750,11 +30262,8 @@ decode_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -33766,11 +30275,8 @@ decode_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -33782,17 +30288,13 @@ decode_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions(tvbuff_t *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_)
+decode_org_csapi_ui_IpUI_sendInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_variableInfo;
- guint32 i_variableInfo;
-
+ guint32 u_octet4_loop_org_csapi_ui_IpUI_sendInfoReq_variableInfo;
+ guint32 i_org_csapi_ui_IpUI_sendInfoReq_variableInfo;
/* Operation specific Variable declarations End */
@@ -33800,42 +30302,30 @@ decode_org_csapi_ui_IpUI_sendInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUI_sendInfoReq_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin union "org_csapi_ui_TpUIInfo" */
-
decode_org_csapi_ui_TpUIInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_ui_TpUIInfo" */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_IpUI_sendInfoReq_language");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "language");
-
- u_octet4_loop_variableInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of variableInfo = %u",u_octet4_loop_variableInfo);
- }
+ u_octet4_loop_org_csapi_ui_IpUI_sendInfoReq_variableInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUI_sendInfoReq_variableInfo, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_IpUI_sendInfoReq_variableInfo);
- for (i_variableInfo=0; i_variableInfo < u_octet4_loop_variableInfo; i_variableInfo++) {
+ for (i_org_csapi_ui_IpUI_sendInfoReq_variableInfo=0; i_org_csapi_ui_IpUI_sendInfoReq_variableInfo < u_octet4_loop_org_csapi_ui_IpUI_sendInfoReq_variableInfo; i_org_csapi_ui_IpUI_sendInfoReq_variableInfo++) {
/* Begin union "org_csapi_ui_TpUIVariableInfo" */
-
decode_org_csapi_ui_TpUIVariableInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_ui_TpUIVariableInfo" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"repeatIndicator = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUI_sendInfoReq_repeatIndicator, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"responseRequested = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUI_sendInfoReq_responseRequested, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -33845,9 +30335,7 @@ decode_org_csapi_ui_IpUI_sendInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUI_sendInfoReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -33857,11 +30345,8 @@ decode_org_csapi_ui_IpUI_sendInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -33873,11 +30358,8 @@ decode_org_csapi_ui_IpUI_sendInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -33889,17 +30371,13 @@ decode_org_csapi_ui_IpUI_sendInfoReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*
* 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_)
+decode_org_csapi_ui_IpUI_sendInfoAndCollectReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_variableInfo;
- guint32 i_variableInfo;
-
+ guint32 u_octet4_loop_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo;
+ guint32 i_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo;
/* Operation specific Variable declarations End */
@@ -33907,46 +30385,31 @@ decode_org_csapi_ui_IpUI_sendInfoAndCollectReq(tvbuff_t *tvb _U_, packet_info *p
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin union "org_csapi_ui_TpUIInfo" */
-
decode_org_csapi_ui_TpUIInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_ui_TpUIInfo" */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_IpUI_sendInfoAndCollectReq_language");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "language");
-
- u_octet4_loop_variableInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of variableInfo = %u",u_octet4_loop_variableInfo);
- }
+ u_octet4_loop_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo);
- for (i_variableInfo=0; i_variableInfo < u_octet4_loop_variableInfo; i_variableInfo++) {
+ for (i_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo=0; i_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo < u_octet4_loop_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo; i_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo++) {
/* Begin union "org_csapi_ui_TpUIVariableInfo" */
-
decode_org_csapi_ui_TpUIVariableInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_ui_TpUIVariableInfo" */
-
}
/* Begin struct "org_csapi_ui_TpUICollectCriteria" */
-
-
-
decode_org_csapi_ui_TpUICollectCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_ui_TpUICollectCriteria" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"responseRequested = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_responseRequested, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -33956,9 +30419,7 @@ decode_org_csapi_ui_IpUI_sendInfoAndCollectReq(tvbuff_t *tvb _U_, packet_info *p
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -33968,11 +30429,8 @@ decode_org_csapi_ui_IpUI_sendInfoAndCollectReq(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -33984,11 +30442,8 @@ decode_org_csapi_ui_IpUI_sendInfoAndCollectReq(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -34000,25 +30455,16 @@ decode_org_csapi_ui_IpUI_sendInfoAndCollectReq(tvbuff_t *tvb _U_, packet_info *p
/*
* 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_)
+decode_org_csapi_ui_IpUI_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUI_release_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -34038,11 +30484,8 @@ decode_org_csapi_ui_IpUI_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, prot
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -34054,11 +30497,8 @@ decode_org_csapi_ui_IpUI_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, prot
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -34070,27 +30510,18 @@ decode_org_csapi_ui_IpUI_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, prot
/*
* 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_)
+decode_org_csapi_ui_IpUI_setOriginatingAddress(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUI_setOriginatingAddress_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "origin");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_IpUI_setOriginatingAddress_origin");
break;
@@ -34110,11 +30541,8 @@ decode_org_csapi_ui_IpUI_setOriginatingAddress(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -34126,11 +30554,8 @@ decode_org_csapi_ui_IpUI_setOriginatingAddress(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -34142,25 +30567,16 @@ decode_org_csapi_ui_IpUI_setOriginatingAddress(tvbuff_t *tvb _U_, packet_info *p
/*
* 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_)
+decode_org_csapi_ui_IpUI_getOriginatingAddress(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUI_getOriginatingAddress_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -34170,7 +30586,7 @@ decode_org_csapi_ui_IpUI_getOriginatingAddress(tvbuff_t *tvb _U_, packet_info *p
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpString");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_IpUI_getOriginatingAddress_return");
break;
@@ -34180,11 +30596,8 @@ decode_org_csapi_ui_IpUI_getOriginatingAddress(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -34196,11 +30609,8 @@ decode_org_csapi_ui_IpUI_getOriginatingAddress(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -34212,41 +30622,25 @@ decode_org_csapi_ui_IpUI_getOriginatingAddress(tvbuff_t *tvb _U_, packet_info *p
/*
* 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_)
+decode_org_csapi_ui_IpUICall_recordMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUICall_recordMessageReq_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin union "org_csapi_ui_TpUIInfo" */
-
decode_org_csapi_ui_TpUIInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_ui_TpUIInfo" */
-
/* Begin struct "org_csapi_ui_TpUIMessageCriteria" */
-
-
-
decode_org_csapi_ui_TpUIMessageCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_ui_TpUIMessageCriteria" */
-
break;
case Reply:
@@ -34255,9 +30649,7 @@ decode_org_csapi_ui_IpUICall_recordMessageReq(tvbuff_t *tvb _U_, packet_info *pi
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUICall_recordMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -34267,11 +30659,8 @@ decode_org_csapi_ui_IpUICall_recordMessageReq(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -34283,11 +30672,8 @@ decode_org_csapi_ui_IpUICall_recordMessageReq(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -34299,29 +30685,18 @@ decode_org_csapi_ui_IpUICall_recordMessageReq(tvbuff_t *tvb _U_, packet_info *pi
/*
* 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_)
+decode_org_csapi_ui_IpUICall_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUICall_deleteMessageReq_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"messageID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUICall_deleteMessageReq_messageID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -34331,9 +30706,7 @@ decode_org_csapi_ui_IpUICall_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *pi
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUICall_deleteMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -34343,11 +30716,8 @@ decode_org_csapi_ui_IpUICall_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -34359,11 +30729,8 @@ decode_org_csapi_ui_IpUICall_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -34375,29 +30742,18 @@ decode_org_csapi_ui_IpUICall_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *pi
/*
* 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_)
+decode_org_csapi_ui_IpUICall_abortActionReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUICall_abortActionReq_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUICall_abortActionReq_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -34417,11 +30773,8 @@ decode_org_csapi_ui_IpUICall_abortActionReq(tvbuff_t *tvb _U_, packet_info *pinf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -34433,11 +30786,8 @@ decode_org_csapi_ui_IpUICall_abortActionReq(tvbuff_t *tvb _U_, packet_info *pinf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -34449,29 +30799,18 @@ decode_org_csapi_ui_IpUICall_abortActionReq(tvbuff_t *tvb _U_, packet_info *pinf
/*
* 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_)
+decode_org_csapi_ui_IpUICall_getMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"userInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUICall_getMessageReq_userInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"messageID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUICall_getMessageReq_messageID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -34481,9 +30820,7 @@ decode_org_csapi_ui_IpUICall_getMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUICall_getMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -34493,11 +30830,8 @@ decode_org_csapi_ui_IpUICall_getMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -34509,11 +30843,8 @@ decode_org_csapi_ui_IpUICall_getMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -34525,18 +30856,11 @@ decode_org_csapi_ui_IpUICall_getMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo
/*
* 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_)
+decode_org_csapi_ui_IpUIManager_createUI(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -34545,13 +30869,8 @@ decode_org_csapi_ui_IpUIManager_createUI(tvbuff_t *tvb _U_, packet_info *pinfo _
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
break;
case Reply:
@@ -34561,13 +30880,8 @@ decode_org_csapi_ui_IpUIManager_createUI(tvbuff_t *tvb _U_, packet_info *pinfo _
case NO_EXCEPTION:
/* Begin struct "org_csapi_ui_TpUIIdentifier" */
-
-
-
decode_org_csapi_ui_TpUIIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_ui_TpUIIdentifier" */
-
break;
case USER_EXCEPTION:
@@ -34576,11 +30890,8 @@ decode_org_csapi_ui_IpUIManager_createUI(tvbuff_t *tvb _U_, packet_info *pinfo _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -34592,11 +30903,8 @@ decode_org_csapi_ui_IpUIManager_createUI(tvbuff_t *tvb _U_, packet_info *pinfo _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -34608,18 +30916,11 @@ decode_org_csapi_ui_IpUIManager_createUI(tvbuff_t *tvb _U_, packet_info *pinfo _
/*
* 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_)
+decode_org_csapi_ui_IpUIManager_createUICall(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -34628,12 +30929,10 @@ decode_org_csapi_ui_IpUIManager_createUICall(tvbuff_t *tvb _U_, packet_info *pin
/* Begin union "org_csapi_ui_TpUITargetObject" */
-
decode_org_csapi_ui_TpUITargetObject_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_ui_TpUITargetObject" */
-
break;
case Reply:
@@ -34643,13 +30942,8 @@ decode_org_csapi_ui_IpUIManager_createUICall(tvbuff_t *tvb _U_, packet_info *pin
case NO_EXCEPTION:
/* Begin struct "org_csapi_ui_TpUICallIdentifier" */
-
-
-
decode_org_csapi_ui_TpUICallIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_ui_TpUICallIdentifier" */
-
break;
case USER_EXCEPTION:
@@ -34658,11 +30952,8 @@ decode_org_csapi_ui_IpUIManager_createUICall(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -34674,11 +30965,8 @@ decode_org_csapi_ui_IpUIManager_createUICall(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -34690,18 +30978,11 @@ decode_org_csapi_ui_IpUIManager_createUICall(tvbuff_t *tvb _U_, packet_info *pin
/*
* 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_)
+decode_org_csapi_ui_IpUIManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -34710,13 +30991,8 @@ decode_org_csapi_ui_IpUIManager_createNotification(tvbuff_t *tvb _U_, packet_inf
/* Begin struct "org_csapi_ui_TpUIEventCriteria" */
-
-
-
decode_org_csapi_ui_TpUIEventCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_ui_TpUIEventCriteria" */
-
break;
case Reply:
@@ -34725,9 +31001,7 @@ decode_org_csapi_ui_IpUIManager_createNotification(tvbuff_t *tvb _U_, packet_inf
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUIManager_createNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -34737,11 +31011,8 @@ decode_org_csapi_ui_IpUIManager_createNotification(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -34753,11 +31024,8 @@ decode_org_csapi_ui_IpUIManager_createNotification(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -34769,25 +31037,16 @@ decode_org_csapi_ui_IpUIManager_createNotification(tvbuff_t *tvb _U_, packet_inf
/*
* 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_)
+decode_org_csapi_ui_IpUIManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUIManager_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -34807,11 +31066,8 @@ decode_org_csapi_ui_IpUIManager_destroyNotification(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -34823,11 +31079,8 @@ decode_org_csapi_ui_IpUIManager_destroyNotification(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -34839,34 +31092,20 @@ decode_org_csapi_ui_IpUIManager_destroyNotification(tvbuff_t *tvb _U_, packet_in
/*
* 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_)
+decode_org_csapi_ui_IpUIManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUIManager_changeNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_ui_TpUIEventCriteria" */
-
-
-
decode_org_csapi_ui_TpUIEventCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_ui_TpUIEventCriteria" */
-
break;
case Reply:
@@ -34885,11 +31124,8 @@ decode_org_csapi_ui_IpUIManager_changeNotification(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -34901,11 +31137,8 @@ decode_org_csapi_ui_IpUIManager_changeNotification(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -34917,17 +31150,13 @@ decode_org_csapi_ui_IpUIManager_changeNotification(tvbuff_t *tvb _U_, packet_inf
/*
* 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_)
+decode_org_csapi_ui_IpUIManager_getNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpUIEventCriteriaResultSet;
- guint32 i_TpUIEventCriteriaResultSet;
-
+ guint32 u_octet4_loop_org_csapi_ui_IpUIManager_getNotification_return;
+ guint32 i_org_csapi_ui_IpUIManager_getNotification_return;
/* Operation specific Variable declarations End */
@@ -34943,21 +31172,14 @@ decode_org_csapi_ui_IpUIManager_getNotification(tvbuff_t *tvb _U_, packet_info *
case NO_EXCEPTION:
- u_octet4_loop_TpUIEventCriteriaResultSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpUIEventCriteriaResultSet = %u",u_octet4_loop_TpUIEventCriteriaResultSet);
- }
+ u_octet4_loop_org_csapi_ui_IpUIManager_getNotification_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUIManager_getNotification_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_IpUIManager_getNotification_return);
- for (i_TpUIEventCriteriaResultSet=0; i_TpUIEventCriteriaResultSet < u_octet4_loop_TpUIEventCriteriaResultSet; i_TpUIEventCriteriaResultSet++) {
+ for (i_org_csapi_ui_IpUIManager_getNotification_return=0; i_org_csapi_ui_IpUIManager_getNotification_return < u_octet4_loop_org_csapi_ui_IpUIManager_getNotification_return; i_org_csapi_ui_IpUIManager_getNotification_return++) {
/* Begin struct "org_csapi_ui_TpUIEventCriteriaResult" */
-
-
-
decode_org_csapi_ui_TpUIEventCriteriaResult_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_ui_TpUIEventCriteriaResult" */
-
}
break;
@@ -34968,11 +31190,8 @@ decode_org_csapi_ui_IpUIManager_getNotification(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -34984,11 +31203,8 @@ decode_org_csapi_ui_IpUIManager_getNotification(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -35000,18 +31216,11 @@ decode_org_csapi_ui_IpUIManager_getNotification(tvbuff_t *tvb _U_, packet_info *
/*
* 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_)
+decode_org_csapi_ui_IpUIManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -35027,9 +31236,7 @@ decode_org_csapi_ui_IpUIManager_enableNotifications(tvbuff_t *tvb _U_, packet_in
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUIManager_enableNotifications_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -35039,11 +31246,8 @@ decode_org_csapi_ui_IpUIManager_enableNotifications(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -35055,11 +31259,8 @@ decode_org_csapi_ui_IpUIManager_enableNotifications(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -35071,18 +31272,11 @@ decode_org_csapi_ui_IpUIManager_enableNotifications(tvbuff_t *tvb _U_, packet_in
/*
* 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_)
+decode_org_csapi_ui_IpUIManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -35105,11 +31299,8 @@ decode_org_csapi_ui_IpUIManager_disableNotifications(tvbuff_t *tvb _U_, packet_i
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -35121,11 +31312,8 @@ decode_org_csapi_ui_IpUIManager_disableNotifications(tvbuff_t *tvb _U_, packet_i
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -35137,37 +31325,24 @@ decode_org_csapi_ui_IpUIManager_disableNotifications(tvbuff_t *tvb _U_, packet_i
/*
* 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_)
+decode_org_csapi_ui_IpAppUIAdminManager_getMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageRes_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin union "org_csapi_ui_TpUIInfo" */
-
decode_org_csapi_ui_TpUIInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_ui_TpUIInfo" */
-
break;
case Reply:
@@ -35186,11 +31361,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_getMessageRes(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -35202,11 +31374,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_getMessageRes(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -35218,16 +31387,12 @@ decode_org_csapi_ui_IpAppUIAdminManager_getMessageRes(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_ui_IpAppUIAdminManager_getMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -35235,19 +31400,13 @@ decode_org_csapi_ui_IpAppUIAdminManager_getMessageErr(tvbuff_t *tvb _U_, packet_
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageErr_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageErr_error, tvb, *offset-4, 4, u_octet4);
break;
@@ -35267,11 +31426,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_getMessageErr(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -35283,11 +31439,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_getMessageErr(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -35299,16 +31452,12 @@ decode_org_csapi_ui_IpAppUIAdminManager_getMessageErr(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -35316,19 +31465,13 @@ decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes(tvbuff_t *tvb _U_, pack
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes_response, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -35348,11 +31491,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -35364,11 +31504,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -35380,16 +31517,12 @@ decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -35397,19 +31530,13 @@ decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr(tvbuff_t *tvb _U_, pack
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr_error, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -35429,11 +31556,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -35445,11 +31569,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -35461,33 +31582,20 @@ decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_ui_IpAppUIAdminManager_putMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_putMessageRes_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_putMessageRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"messageID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_putMessageRes_messageID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -35507,11 +31615,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_putMessageRes(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -35523,11 +31628,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_putMessageRes(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -35539,16 +31641,12 @@ decode_org_csapi_ui_IpAppUIAdminManager_putMessageRes(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_ui_IpAppUIAdminManager_putMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -35556,19 +31654,13 @@ decode_org_csapi_ui_IpAppUIAdminManager_putMessageErr(tvbuff_t *tvb _U_, packet_
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_putMessageErr_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_putMessageErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_putMessageErr_error, tvb, *offset-4, 4, u_octet4);
break;
@@ -35588,11 +31680,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_putMessageErr(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -35604,11 +31693,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_putMessageErr(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -35620,17 +31706,13 @@ decode_org_csapi_ui_IpAppUIAdminManager_putMessageErr(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_ui_IpAppUIAdminManager_getMessageListRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_messageIDList;
- guint32 i_messageIDList;
-
+ guint32 u_octet4_loop_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList;
+ guint32 i_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList;
/* Operation specific Variable declarations End */
@@ -35638,30 +31720,20 @@ decode_org_csapi_ui_IpAppUIAdminManager_getMessageListRes(tvbuff_t *tvb _U_, pac
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_messageIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of messageIDList = %u",u_octet4_loop_messageIDList);
- }
+ u_octet4_loop_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList);
- for (i_messageIDList=0; i_messageIDList < u_octet4_loop_messageIDList; i_messageIDList++) {
+ for (i_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList=0; i_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList < u_octet4_loop_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList; i_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"messageIDList = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"final = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_final, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -35681,11 +31753,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_getMessageListRes(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -35697,11 +31766,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_getMessageListRes(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -35713,16 +31779,12 @@ decode_org_csapi_ui_IpAppUIAdminManager_getMessageListRes(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_ui_IpAppUIAdminManager_getMessageListErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -35730,19 +31792,13 @@ decode_org_csapi_ui_IpAppUIAdminManager_getMessageListErr(tvbuff_t *tvb _U_, pac
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_error, tvb, *offset-4, 4, u_octet4);
break;
@@ -35762,11 +31818,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_getMessageListErr(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -35778,11 +31831,8 @@ decode_org_csapi_ui_IpAppUIAdminManager_getMessageListErr(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -35794,29 +31844,18 @@ decode_org_csapi_ui_IpAppUIAdminManager_getMessageListErr(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_ui_IpUIAdminManager_getMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUIAdminManager_getMessageReq_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"messageID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUIAdminManager_getMessageReq_messageID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -35826,9 +31865,7 @@ decode_org_csapi_ui_IpUIAdminManager_getMessageReq(tvbuff_t *tvb _U_, packet_inf
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUIAdminManager_getMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -35838,11 +31875,8 @@ decode_org_csapi_ui_IpUIAdminManager_getMessageReq(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -35854,11 +31888,8 @@ decode_org_csapi_ui_IpUIAdminManager_getMessageReq(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -35870,33 +31901,22 @@ decode_org_csapi_ui_IpUIAdminManager_getMessageReq(tvbuff_t *tvb _U_, packet_inf
/*
* 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_)
+decode_org_csapi_ui_IpUIAdminManager_putMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUIAdminManager_putMessageReq_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin union "org_csapi_ui_TpUIInfo" */
-
decode_org_csapi_ui_TpUIInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_ui_TpUIInfo" */
-
break;
case Reply:
@@ -35905,9 +31925,7 @@ decode_org_csapi_ui_IpUIAdminManager_putMessageReq(tvbuff_t *tvb _U_, packet_inf
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUIAdminManager_putMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -35917,11 +31935,8 @@ decode_org_csapi_ui_IpUIAdminManager_putMessageReq(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -35933,11 +31948,8 @@ decode_org_csapi_ui_IpUIAdminManager_putMessageReq(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -35949,29 +31961,18 @@ decode_org_csapi_ui_IpUIAdminManager_putMessageReq(tvbuff_t *tvb _U_, packet_inf
/*
* 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_)
+decode_org_csapi_ui_IpUIAdminManager_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"messageID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_messageID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -35981,9 +31982,7 @@ decode_org_csapi_ui_IpUIAdminManager_deleteMessageReq(tvbuff_t *tvb _U_, packet_
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -35993,11 +31992,8 @@ decode_org_csapi_ui_IpUIAdminManager_deleteMessageReq(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -36009,11 +32005,8 @@ decode_org_csapi_ui_IpUIAdminManager_deleteMessageReq(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -36025,29 +32018,18 @@ decode_org_csapi_ui_IpUIAdminManager_deleteMessageReq(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_ui_IpUIAdminManager_getMessageListReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"usrInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_usrInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -36057,9 +32039,7 @@ decode_org_csapi_ui_IpUIAdminManager_getMessageListReq(tvbuff_t *tvb _U_, packet
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -36069,11 +32049,8 @@ decode_org_csapi_ui_IpUIAdminManager_getMessageListReq(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -36085,11 +32062,8 @@ decode_org_csapi_ui_IpUIAdminManager_getMessageListReq(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -36101,17 +32075,13 @@ decode_org_csapi_ui_IpUIAdminManager_getMessageListReq(tvbuff_t *tvb _U_, packet
/*
* 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_)
+decode_org_csapi_mm_ul_IpAppUserLocation_locationReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_locations;
- guint32 i_locations;
-
+ guint32 u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations;
+ guint32 i_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations;
/* Operation specific Variable declarations End */
@@ -36119,25 +32089,16 @@ decode_org_csapi_mm_ul_IpAppUserLocation_locationReportRes(tvbuff_t *tvb _U_, pa
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of locations = %u",u_octet4_loop_locations);
- }
+ u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations);
- for (i_locations=0; i_locations < u_octet4_loop_locations; i_locations++) {
+ for (i_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations=0; i_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations < u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations; i_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations++) {
/* Begin struct "org_csapi_mm_TpUserLocation" */
-
-
-
decode_org_csapi_mm_TpUserLocation_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpUserLocation" */
-
}
break;
@@ -36158,11 +32119,8 @@ decode_org_csapi_mm_ul_IpAppUserLocation_locationReportRes(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -36174,11 +32132,8 @@ decode_org_csapi_mm_ul_IpAppUserLocation_locationReportRes(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -36190,16 +32145,12 @@ decode_org_csapi_mm_ul_IpAppUserLocation_locationReportRes(tvbuff_t *tvb _U_, pa
/*
* 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_)
+decode_org_csapi_mm_ul_IpAppUserLocation_locationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -36207,21 +32158,15 @@ decode_org_csapi_mm_ul_IpAppUserLocation_locationReportErr(tvbuff_t *tvb _U_, pa
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_locationReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_locationReportErr_cause, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"diagnostic = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityDiagnostic,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_locationReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
break;
@@ -36241,11 +32186,8 @@ decode_org_csapi_mm_ul_IpAppUserLocation_locationReportErr(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -36257,11 +32199,8 @@ decode_org_csapi_mm_ul_IpAppUserLocation_locationReportErr(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -36273,17 +32212,13 @@ decode_org_csapi_mm_ul_IpAppUserLocation_locationReportErr(tvbuff_t *tvb _U_, pa
/*
* 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_)
+decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_locations;
- guint32 i_locations;
-
+ guint32 u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations;
+ guint32 i_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations;
/* Operation specific Variable declarations End */
@@ -36291,25 +32226,16 @@ decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes(tvbuff_t *tvb
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of locations = %u",u_octet4_loop_locations);
- }
+ u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations);
- for (i_locations=0; i_locations < u_octet4_loop_locations; i_locations++) {
+ for (i_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations=0; i_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations < u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations; i_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations++) {
/* Begin struct "org_csapi_mm_TpUserLocationExtended" */
-
-
-
decode_org_csapi_mm_TpUserLocationExtended_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpUserLocationExtended" */
-
}
break;
@@ -36330,11 +32256,8 @@ decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -36346,11 +32269,8 @@ decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -36362,16 +32282,12 @@ decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -36379,21 +32295,15 @@ decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr(tvbuff_t *tvb
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr_cause, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"diagnostic = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityDiagnostic,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
break;
@@ -36413,11 +32323,8 @@ decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -36429,11 +32336,8 @@ decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -36445,17 +32349,13 @@ decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_locations;
- guint32 i_locations;
-
+ guint32 u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations;
+ guint32 i_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations;
/* Operation specific Variable declarations End */
@@ -36463,25 +32363,16 @@ decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport(tvbuff_t *tvb _U
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of locations = %u",u_octet4_loop_locations);
- }
+ u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations);
- for (i_locations=0; i_locations < u_octet4_loop_locations; i_locations++) {
+ for (i_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations=0; i_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations < u_octet4_loop_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations; i_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations++) {
/* Begin struct "org_csapi_mm_TpUserLocationExtended" */
-
-
-
decode_org_csapi_mm_TpUserLocationExtended_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpUserLocationExtended" */
-
}
break;
@@ -36502,11 +32393,8 @@ decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -36518,11 +32406,8 @@ decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -36534,16 +32419,12 @@ decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport(tvbuff_t *tvb _U
/*
* 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_)
+decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -36551,21 +32432,15 @@ decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr(tvbuff_t *tvb
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_cause, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"diagnostic = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityDiagnostic,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
break;
@@ -36585,11 +32460,8 @@ decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -36601,11 +32473,8 @@ decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -36617,17 +32486,13 @@ decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_mm_ul_IpUserLocation_locationReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_users;
- guint32 i_users;
-
+ guint32 u_octet4_loop_org_csapi_mm_ul_IpUserLocation_locationReportReq_users;
+ guint32 i_org_csapi_mm_ul_IpUserLocation_locationReportReq_users;
/* Operation specific Variable declarations End */
@@ -36638,21 +32503,14 @@ decode_org_csapi_mm_ul_IpUserLocation_locationReportReq(tvbuff_t *tvb _U_, packe
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- u_octet4_loop_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of users = %u",u_octet4_loop_users);
- }
+ u_octet4_loop_org_csapi_mm_ul_IpUserLocation_locationReportReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpUserLocation_locationReportReq_users, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ul_IpUserLocation_locationReportReq_users);
- for (i_users=0; i_users < u_octet4_loop_users; i_users++) {
+ for (i_org_csapi_mm_ul_IpUserLocation_locationReportReq_users=0; i_org_csapi_mm_ul_IpUserLocation_locationReportReq_users < u_octet4_loop_org_csapi_mm_ul_IpUserLocation_locationReportReq_users; i_org_csapi_mm_ul_IpUserLocation_locationReportReq_users++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
break;
@@ -36663,9 +32521,7 @@ decode_org_csapi_mm_ul_IpUserLocation_locationReportReq(tvbuff_t *tvb _U_, packe
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpUserLocation_locationReportReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -36675,11 +32531,8 @@ decode_org_csapi_mm_ul_IpUserLocation_locationReportReq(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -36691,11 +32544,8 @@ decode_org_csapi_mm_ul_IpUserLocation_locationReportReq(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -36707,17 +32557,13 @@ decode_org_csapi_mm_ul_IpUserLocation_locationReportReq(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_users;
- guint32 i_users;
-
+ guint32 u_octet4_loop_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users;
+ guint32 i_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users;
/* Operation specific Variable declarations End */
@@ -36728,31 +32574,19 @@ decode_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq(tvbuff_t *tvb _U
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- u_octet4_loop_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of users = %u",u_octet4_loop_users);
- }
+ u_octet4_loop_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users);
- for (i_users=0; i_users < u_octet4_loop_users; i_users++) {
+ for (i_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users=0; i_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users < u_octet4_loop_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users; i_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
/* Begin struct "org_csapi_mm_TpLocationRequest" */
-
-
-
decode_org_csapi_mm_TpLocationRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpLocationRequest" */
-
break;
case Reply:
@@ -36761,9 +32595,7 @@ decode_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq(tvbuff_t *tvb _U
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -36773,11 +32605,8 @@ decode_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -36789,11 +32618,8 @@ decode_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -36805,17 +32631,13 @@ decode_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq(tvbuff_t *tvb _U
/*
* 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_)
+decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_users;
- guint32 i_users;
-
+ guint32 u_octet4_loop_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users;
+ guint32 i_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users;
/* Operation specific Variable declarations End */
@@ -36826,34 +32648,20 @@ decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq(tvbuff_t
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- u_octet4_loop_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of users = %u",u_octet4_loop_users);
- }
+ u_octet4_loop_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users);
- for (i_users=0; i_users < u_octet4_loop_users; i_users++) {
+ for (i_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users=0; i_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users < u_octet4_loop_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users; i_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
/* Begin struct "org_csapi_mm_TpLocationRequest" */
-
-
-
decode_org_csapi_mm_TpLocationRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpLocationRequest" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"reportingInterval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_reportingInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -36863,9 +32671,7 @@ decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq(tvbuff_t
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -36875,11 +32681,8 @@ decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -36891,11 +32694,8 @@ decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -36907,30 +32707,18 @@ decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq(tvbuff_t
/*
* 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_)
+decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_mm_TpMobilityStopAssignmentData" */
-
-
-
decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpMobilityStopAssignmentData" */
-
break;
case Reply:
@@ -36949,11 +32737,8 @@ decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStop(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -36965,11 +32750,8 @@ decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStop(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -36981,25 +32763,16 @@ decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStop(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -37010,13 +32783,8 @@ decode_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest(tvbuff_t *t
case NO_EXCEPTION:
/* Begin struct "org_csapi_mm_TpPeriodicLocationRequestSetEntry" */
-
-
-
decode_org_csapi_mm_TpPeriodicLocationRequestSetEntry_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpPeriodicLocationRequestSetEntry" */
-
break;
case USER_EXCEPTION:
@@ -37025,11 +32793,8 @@ decode_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -37041,11 +32806,8 @@ decode_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -37057,16 +32819,12 @@ decode_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -37074,23 +32832,14 @@ decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport(tvbuff
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_mm_TpUserLocationExtended" */
-
-
-
decode_org_csapi_mm_TpUserLocationExtended_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpUserLocationExtended" */
-
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"criterion = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpLocationTriggerCriteria,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport_criterion, tvb, *offset-4, 4, u_octet4);
break;
@@ -37110,11 +32859,8 @@ decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -37126,11 +32872,8 @@ decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -37142,16 +32885,12 @@ decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport(tvbuff
/*
* 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_)
+decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -37159,21 +32898,15 @@ decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr(tvb
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_cause, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"diagnostic = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityDiagnostic,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
break;
@@ -37193,11 +32926,8 @@ decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -37209,11 +32939,8 @@ decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -37225,19 +32952,15 @@ decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr(tvb
/*
* 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_)
+decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_users;
- guint32 i_users;
- guint32 u_octet4_loop_triggers;
- guint32 i_triggers;
-
+ guint32 u_octet4_loop_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users;
+ guint32 i_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users;
+ guint32 u_octet4_loop_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers;
+ guint32 i_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers;
/* Operation specific Variable declarations End */
@@ -37248,46 +32971,27 @@ decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartRe
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- u_octet4_loop_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of users = %u",u_octet4_loop_users);
- }
+ u_octet4_loop_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users);
- for (i_users=0; i_users < u_octet4_loop_users; i_users++) {
+ for (i_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users=0; i_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users < u_octet4_loop_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users; i_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
/* Begin struct "org_csapi_mm_TpLocationRequest" */
-
-
-
decode_org_csapi_mm_TpLocationRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpLocationRequest" */
+ u_octet4_loop_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers);
- u_octet4_loop_triggers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of triggers = %u",u_octet4_loop_triggers);
- }
-
- for (i_triggers=0; i_triggers < u_octet4_loop_triggers; i_triggers++) {
+ for (i_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers=0; i_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers < u_octet4_loop_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers; i_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers++) {
/* Begin struct "org_csapi_mm_TpLocationTrigger" */
-
-
-
decode_org_csapi_mm_TpLocationTrigger_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpLocationTrigger" */
-
}
break;
@@ -37298,9 +33002,7 @@ decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartRe
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -37310,11 +33012,8 @@ decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartRe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -37326,11 +33025,8 @@ decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartRe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -37342,30 +33038,18 @@ decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartRe
/*
* 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_)
+decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_mm_TpMobilityStopAssignmentData" */
-
-
-
decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpMobilityStopAssignmentData" */
-
break;
case Reply:
@@ -37384,11 +33068,8 @@ decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStop(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -37400,11 +33081,8 @@ decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStop(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -37416,25 +33094,16 @@ decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStop(tv
/*
* 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_)
+decode_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -37445,13 +33114,8 @@ decode_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest(t
case NO_EXCEPTION:
/* Begin struct "org_csapi_mm_TpTriggeredLocationRequestSetEntry" */
-
-
-
decode_org_csapi_mm_TpTriggeredLocationRequestSetEntry_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpTriggeredLocationRequestSetEntry" */
-
break;
case USER_EXCEPTION:
@@ -37460,11 +33124,8 @@ decode_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest(t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -37476,11 +33137,8 @@ decode_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest(t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -37492,17 +33150,13 @@ decode_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest(t
/*
* 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_)
+decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_locations;
- guint32 i_locations;
-
+ guint32 u_octet4_loop_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations;
+ guint32 i_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations;
/* Operation specific Variable declarations End */
@@ -37510,25 +33164,16 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes(tvbuff_t *tvb _
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of locations = %u",u_octet4_loop_locations);
- }
+ u_octet4_loop_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations);
- for (i_locations=0; i_locations < u_octet4_loop_locations; i_locations++) {
+ for (i_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations=0; i_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations < u_octet4_loop_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations; i_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations++) {
/* Begin struct "org_csapi_mm_TpUserLocationCamel" */
-
-
-
decode_org_csapi_mm_TpUserLocationCamel_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpUserLocationCamel" */
-
}
break;
@@ -37549,11 +33194,8 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -37565,11 +33207,8 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -37581,16 +33220,12 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes(tvbuff_t *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_)
+decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -37598,21 +33233,15 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr(tvbuff_t *tvb _
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr_cause, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"diagnostic = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityDiagnostic,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
break;
@@ -37632,11 +33261,8 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -37648,11 +33274,8 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -37664,17 +33287,13 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr(tvbuff_t *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_)
+decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_locations;
- guint32 i_locations;
-
+ guint32 u_octet4_loop_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations;
+ guint32 i_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations;
/* Operation specific Variable declarations End */
@@ -37682,25 +33301,16 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport(tvbuff_t *
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of locations = %u",u_octet4_loop_locations);
- }
+ u_octet4_loop_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations);
- for (i_locations=0; i_locations < u_octet4_loop_locations; i_locations++) {
+ for (i_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations=0; i_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations < u_octet4_loop_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations; i_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations++) {
/* Begin struct "org_csapi_mm_TpUserLocationCamel" */
-
-
-
decode_org_csapi_mm_TpUserLocationCamel_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpUserLocationCamel" */
-
}
break;
@@ -37721,11 +33331,8 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -37737,11 +33344,8 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -37753,16 +33357,12 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport(tvbuff_t *
/*
* 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_)
+decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -37770,21 +33370,15 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr(tvbuff_
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr_cause, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"diagnostic = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityDiagnostic,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
break;
@@ -37804,11 +33398,8 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -37820,11 +33411,8 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -37836,42 +33424,23 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr(tvbuff_
/*
* 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_)
+decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_mm_TpUserLocationCamel" */
-
-
-
decode_org_csapi_mm_TpUserLocationCamel_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpUserLocationCamel" */
-
/* Begin struct "org_csapi_mm_TpLocationTriggerCamel" */
-
-
-
decode_org_csapi_mm_TpLocationTriggerCamel_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpLocationTriggerCamel" */
-
break;
case Reply:
@@ -37890,11 +33459,8 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -37906,11 +33472,8 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -37922,16 +33485,12 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport(tvbuff_t
/*
* 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_)
+decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -37939,21 +33498,15 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr(tvbuff
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_cause, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"diagnostic = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityDiagnostic,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
break;
@@ -37973,11 +33526,8 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -37989,11 +33539,8 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -38005,17 +33552,13 @@ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr(tvbuff
/*
* 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_)
+decode_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_users;
- guint32 i_users;
-
+ guint32 u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users;
+ guint32 i_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users;
/* Operation specific Variable declarations End */
@@ -38026,21 +33569,14 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq(tvbuff_t *tvb _U_,
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- u_octet4_loop_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of users = %u",u_octet4_loop_users);
- }
+ u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users);
- for (i_users=0; i_users < u_octet4_loop_users; i_users++) {
+ for (i_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users=0; i_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users < u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users; i_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
break;
@@ -38051,9 +33587,7 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq(tvbuff_t *tvb _U_,
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -38063,11 +33597,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -38079,11 +33610,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -38095,17 +33623,13 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_users;
- guint32 i_users;
-
+ guint32 u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users;
+ guint32 i_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users;
/* Operation specific Variable declarations End */
@@ -38116,26 +33640,17 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq(tv
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- u_octet4_loop_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of users = %u",u_octet4_loop_users);
- }
+ u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users);
- for (i_users=0; i_users < u_octet4_loop_users; i_users++) {
+ for (i_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users=0; i_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users < u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users; i_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"reportingInterval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_reportingInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -38145,9 +33660,7 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq(tv
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -38157,11 +33670,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -38173,11 +33683,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -38189,30 +33696,18 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq(tv
/*
* 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_)
+decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_mm_TpMobilityStopAssignmentData" */
-
-
-
decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpMobilityStopAssignmentData" */
-
break;
case Reply:
@@ -38231,11 +33726,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStop(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -38247,11 +33739,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStop(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -38263,17 +33752,13 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStop(tvbuff
/*
* 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_)
+decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_users;
- guint32 i_users;
-
+ guint32 u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users;
+ guint32 i_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users;
/* Operation specific Variable declarations End */
@@ -38284,31 +33769,19 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq(t
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- u_octet4_loop_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of users = %u",u_octet4_loop_users);
- }
+ u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users);
- for (i_users=0; i_users < u_octet4_loop_users; i_users++) {
+ for (i_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users=0; i_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users < u_octet4_loop_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users; i_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
/* Begin struct "org_csapi_mm_TpLocationTriggerCamel" */
-
-
-
decode_org_csapi_mm_TpLocationTriggerCamel_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpLocationTriggerCamel" */
-
break;
case Reply:
@@ -38317,9 +33790,7 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq(t
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -38329,11 +33800,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq(t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -38345,11 +33813,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq(t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -38361,30 +33826,18 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq(t
/*
* 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_)
+decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_mm_TpMobilityStopAssignmentData" */
-
-
-
decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpMobilityStopAssignmentData" */
-
break;
case Reply:
@@ -38403,11 +33856,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStop(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -38419,11 +33869,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStop(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -38435,25 +33882,16 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStop(tvbuf
/*
* 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_)
+decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -38464,13 +33902,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest(tvbuf
case NO_EXCEPTION:
/* Begin struct "org_csapi_mm_TpPeriodicLocationRequestSetEntry" */
-
-
-
decode_org_csapi_mm_TpPeriodicLocationRequestSetEntry_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpPeriodicLocationRequestSetEntry" */
-
break;
case USER_EXCEPTION:
@@ -38479,11 +33912,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -38495,11 +33925,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -38511,25 +33938,16 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest(tvbuf
/*
* 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_)
+decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -38540,13 +33958,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest(tvbu
case NO_EXCEPTION:
/* Begin struct "org_csapi_mm_TpTriggeredLocationRequestSetEntry" */
-
-
-
decode_org_csapi_mm_TpTriggeredLocationRequestSetEntry_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpTriggeredLocationRequestSetEntry" */
-
break;
case USER_EXCEPTION:
@@ -38555,11 +33968,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -38571,11 +33981,8 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -38587,34 +33994,20 @@ decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest(tvbu
/*
* 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_)
+decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_mm_TpUserLocationEmergency" */
-
-
-
decode_org_csapi_mm_TpUserLocationEmergency_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpUserLocationEmergency" */
-
break;
case Reply:
@@ -38633,11 +34026,8 @@ decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -38649,11 +34039,8 @@ decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -38665,16 +34052,12 @@ decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport(tvbuf
/*
* 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_)
+decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -38682,21 +34065,15 @@ decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr(tv
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_cause, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"diagnostic = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityDiagnostic,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
break;
@@ -38716,11 +34093,8 @@ decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -38732,11 +34106,8 @@ decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -38748,18 +34119,11 @@ decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr(tv
/*
* 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_)
+decode_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -38768,13 +34132,8 @@ decode_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq(tvbuf
/* Begin struct "org_csapi_mm_TpUserLocationEmergencyRequest" */
-
-
-
decode_org_csapi_mm_TpUserLocationEmergencyRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpUserLocationEmergencyRequest" */
-
break;
case Reply:
@@ -38783,9 +34142,7 @@ decode_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq(tvbuf
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -38795,11 +34152,8 @@ decode_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -38811,11 +34165,8 @@ decode_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -38827,18 +34178,11 @@ decode_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq(tvbuf
/*
* 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_)
+decode_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -38854,9 +34198,7 @@ decode_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReport
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -38866,11 +34208,8 @@ decode_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReport
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -38882,11 +34221,8 @@ decode_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReport
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -38898,25 +34234,16 @@ decode_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReport
/*
* 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_)
+decode_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationReports(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationReports_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -38936,11 +34263,8 @@ decode_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationRepo
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -38952,11 +34276,8 @@ decode_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationRepo
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -38968,17 +34289,13 @@ decode_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationRepo
/*
* 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_)
+decode_org_csapi_mm_us_IpAppUserStatus_statusReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_status;
- guint32 i_status;
-
+ guint32 u_octet4_loop_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status;
+ guint32 i_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status;
/* Operation specific Variable declarations End */
@@ -38986,25 +34303,16 @@ decode_org_csapi_mm_us_IpAppUserStatus_statusReportRes(tvbuff_t *tvb _U_, packet
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_statusReportRes_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_status = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of status = %u",u_octet4_loop_status);
- }
+ u_octet4_loop_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status);
- for (i_status=0; i_status < u_octet4_loop_status; i_status++) {
+ for (i_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status=0; i_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status < u_octet4_loop_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status; i_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status++) {
/* Begin struct "org_csapi_mm_TpUserStatus" */
-
-
-
decode_org_csapi_mm_TpUserStatus_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpUserStatus" */
-
}
break;
@@ -39025,11 +34333,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_statusReportRes(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -39041,11 +34346,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_statusReportRes(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -39057,16 +34359,12 @@ decode_org_csapi_mm_us_IpAppUserStatus_statusReportRes(tvbuff_t *tvb _U_, packet
/*
* 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_)
+decode_org_csapi_mm_us_IpAppUserStatus_statusReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -39074,21 +34372,15 @@ decode_org_csapi_mm_us_IpAppUserStatus_statusReportErr(tvbuff_t *tvb _U_, packet
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_statusReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_statusReportErr_cause, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"diagnostic = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityDiagnostic,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_statusReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
break;
@@ -39108,11 +34400,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_statusReportErr(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -39124,11 +34413,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_statusReportErr(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -39140,34 +34426,20 @@ decode_org_csapi_mm_us_IpAppUserStatus_statusReportErr(tvbuff_t *tvb _U_, packet
/*
* 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_)
+decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_mm_TpUserStatus" */
-
-
-
decode_org_csapi_mm_TpUserStatus_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpUserStatus" */
-
break;
case Reply:
@@ -39186,11 +34458,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -39202,11 +34471,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -39218,16 +34484,12 @@ decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -39235,21 +34497,15 @@ decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr(tvbuff_t *tvb _U
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr_cause, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"diagnostic = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityDiagnostic,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
break;
@@ -39269,11 +34525,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -39285,11 +34538,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -39301,17 +34551,13 @@ decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr(tvbuff_t *tvb _U
/*
* 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_)
+decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_status;
- guint32 i_status;
-
+ guint32 u_octet4_loop_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status;
+ guint32 i_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status;
/* Operation specific Variable declarations End */
@@ -39319,25 +34565,16 @@ decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes(tvbuff_t *tvb _U_
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_status = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of status = %u",u_octet4_loop_status);
- }
+ u_octet4_loop_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status);
- for (i_status=0; i_status < u_octet4_loop_status; i_status++) {
+ for (i_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status=0; i_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status < u_octet4_loop_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status; i_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status++) {
/* Begin struct "org_csapi_mm_TpUserStatusExtended" */
-
-
-
decode_org_csapi_mm_TpUserStatusExtended_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpUserStatusExtended" */
-
}
break;
@@ -39358,11 +34595,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -39374,11 +34608,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -39390,16 +34621,12 @@ decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -39407,21 +34634,15 @@ decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr(tvbuff_t *tvb _U_
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr_cause, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"diagnostic = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityDiagnostic,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
break;
@@ -39441,11 +34662,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -39457,11 +34675,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -39473,34 +34688,20 @@ decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_mm_TpUserStatusExtended" */
-
-
-
decode_org_csapi_mm_TpUserStatusExtended_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpUserStatusExtended" */
-
break;
case Reply:
@@ -39519,11 +34720,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -39535,11 +34733,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -39551,16 +34746,12 @@ decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport(tvbuff_t *tvb _U
/*
* 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_)
+decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -39568,21 +34759,15 @@ decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr(tvbuff_t *tvb
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_cause, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"diagnostic = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityDiagnostic,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_diagnostic, tvb, *offset-4, 4, u_octet4);
break;
@@ -39602,11 +34787,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -39618,11 +34800,8 @@ decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -39634,17 +34813,13 @@ decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_mm_us_IpUserStatus_statusReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_users;
- guint32 i_users;
-
+ guint32 u_octet4_loop_org_csapi_mm_us_IpUserStatus_statusReportReq_users;
+ guint32 i_org_csapi_mm_us_IpUserStatus_statusReportReq_users;
/* Operation specific Variable declarations End */
@@ -39655,21 +34830,14 @@ decode_org_csapi_mm_us_IpUserStatus_statusReportReq(tvbuff_t *tvb _U_, packet_in
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- u_octet4_loop_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of users = %u",u_octet4_loop_users);
- }
+ u_octet4_loop_org_csapi_mm_us_IpUserStatus_statusReportReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpUserStatus_statusReportReq_users, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_us_IpUserStatus_statusReportReq_users);
- for (i_users=0; i_users < u_octet4_loop_users; i_users++) {
+ for (i_org_csapi_mm_us_IpUserStatus_statusReportReq_users=0; i_org_csapi_mm_us_IpUserStatus_statusReportReq_users < u_octet4_loop_org_csapi_mm_us_IpUserStatus_statusReportReq_users; i_org_csapi_mm_us_IpUserStatus_statusReportReq_users++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
break;
@@ -39680,9 +34848,7 @@ decode_org_csapi_mm_us_IpUserStatus_statusReportReq(tvbuff_t *tvb _U_, packet_in
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpUserStatus_statusReportReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -39692,11 +34858,8 @@ decode_org_csapi_mm_us_IpUserStatus_statusReportReq(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -39708,11 +34871,8 @@ decode_org_csapi_mm_us_IpUserStatus_statusReportReq(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -39724,17 +34884,13 @@ decode_org_csapi_mm_us_IpUserStatus_statusReportReq(tvbuff_t *tvb _U_, packet_in
/*
* 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_)
+decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_users;
- guint32 i_users;
-
+ guint32 u_octet4_loop_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users;
+ guint32 i_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users;
/* Operation specific Variable declarations End */
@@ -39745,21 +34901,14 @@ decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq(tvbuff_t *t
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- u_octet4_loop_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of users = %u",u_octet4_loop_users);
- }
+ u_octet4_loop_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users);
- for (i_users=0; i_users < u_octet4_loop_users; i_users++) {
+ for (i_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users=0; i_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users < u_octet4_loop_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users; i_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
break;
@@ -39770,9 +34919,7 @@ decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq(tvbuff_t *t
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -39782,11 +34929,8 @@ decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -39798,11 +34942,8 @@ decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -39814,30 +34955,18 @@ decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_mm_TpMobilityStopAssignmentData" */
-
-
-
decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpMobilityStopAssignmentData" */
-
break;
case Reply:
@@ -39856,11 +34985,8 @@ decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStop(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -39872,11 +34998,8 @@ decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStop(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -39888,25 +35011,16 @@ decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStop(tvbuff_t *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_)
+decode_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -39917,13 +35031,8 @@ decode_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest(tvbuff_t *tvb
case NO_EXCEPTION:
/* Begin struct "org_csapi_mm_TpTriggeredStatusRequestSetEntry" */
-
-
-
decode_org_csapi_mm_TpTriggeredStatusRequestSetEntry_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpTriggeredStatusRequestSetEntry" */
-
break;
case USER_EXCEPTION:
@@ -39932,11 +35041,8 @@ decode_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -39948,11 +35054,8 @@ decode_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -39964,17 +35067,13 @@ decode_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_users;
- guint32 i_users;
-
+ guint32 u_octet4_loop_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users;
+ guint32 i_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users;
/* Operation specific Variable declarations End */
@@ -39985,21 +35084,14 @@ decode_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq(tvbuff_t *tvb _U_, p
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- u_octet4_loop_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of users = %u",u_octet4_loop_users);
- }
+ u_octet4_loop_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users);
- for (i_users=0; i_users < u_octet4_loop_users; i_users++) {
+ for (i_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users=0; i_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users < u_octet4_loop_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users; i_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
break;
@@ -40010,9 +35102,7 @@ decode_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq(tvbuff_t *tvb _U_, p
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -40022,11 +35112,8 @@ decode_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -40038,11 +35125,8 @@ decode_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -40054,17 +35138,13 @@ decode_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq(tvbuff_t *tvb _U_, p
/*
* 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_)
+decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_users;
- guint32 i_users;
-
+ guint32 u_octet4_loop_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users;
+ guint32 i_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users;
/* Operation specific Variable declarations End */
@@ -40075,21 +35155,14 @@ decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq(tvbuff_t
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- u_octet4_loop_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of users = %u",u_octet4_loop_users);
- }
+ u_octet4_loop_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users);
- for (i_users=0; i_users < u_octet4_loop_users; i_users++) {
+ for (i_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users=0; i_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users < u_octet4_loop_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users; i_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
break;
@@ -40100,9 +35173,7 @@ decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq(tvbuff_t
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -40112,11 +35183,8 @@ decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -40128,11 +35196,8 @@ decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -40144,30 +35209,18 @@ decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq(tvbuff_t
/*
* 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_)
+decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_mm_TpMobilityStopAssignmentData" */
-
-
-
decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpMobilityStopAssignmentData" */
-
break;
case Reply:
@@ -40186,11 +35239,8 @@ decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStop(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -40202,11 +35252,8 @@ decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStop(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -40218,19 +35265,15 @@ decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStop(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_contactInformation;
- guint32 i_contactInformation;
- guint32 u_octet4_loop_TpBindingSet;
- guint32 i_TpBindingSet;
-
+ guint32 u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation;
+ guint32 i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation;
+ guint32 u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return;
+ guint32 i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return;
/* Operation specific Variable declarations End */
@@ -40238,39 +35281,26 @@ decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification(tvbu
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
+ u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation);
- u_octet4_loop_contactInformation = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of contactInformation = %u",u_octet4_loop_contactInformation);
- }
-
- for (i_contactInformation=0; i_contactInformation < u_octet4_loop_contactInformation; i_contactInformation++) {
+ for (i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation=0; i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation < u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation; i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation++) {
- u_octet4_loop_contactInformation = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of contactInformation = %u",u_octet4_loop_contactInformation);
- }
+ u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation);
- for (i_contactInformation=0; i_contactInformation < u_octet4_loop_contactInformation; i_contactInformation++) {
+ for (i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation=0; i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation < u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation; i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation++) {
/* Begin union "org_csapi_mm_TpBindingEntry" */
-
decode_org_csapi_mm_TpBindingEntry_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_mm_TpBindingEntry" */
-
}
}
@@ -40283,27 +35313,21 @@ decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification(tvbu
case NO_EXCEPTION:
- u_octet4_loop_TpBindingSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpBindingSet = %u",u_octet4_loop_TpBindingSet);
- }
+ u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return);
- for (i_TpBindingSet=0; i_TpBindingSet < u_octet4_loop_TpBindingSet; i_TpBindingSet++) {
+ for (i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return=0; i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return < u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return; i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return++) {
- u_octet4_loop_TpBindingSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpBindingSet = %u",u_octet4_loop_TpBindingSet);
- }
+ u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return);
- for (i_TpBindingSet=0; i_TpBindingSet < u_octet4_loop_TpBindingSet; i_TpBindingSet++) {
+ for (i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return=0; i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return < u_octet4_loop_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return; i_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return++) {
/* Begin union "org_csapi_mm_TpBindingEntry" */
-
decode_org_csapi_mm_TpBindingEntry_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_mm_TpBindingEntry" */
-
}
}
@@ -40316,11 +35340,8 @@ decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -40332,11 +35353,8 @@ decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -40348,16 +35366,12 @@ decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification(tvbu
/*
* 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_)
+decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -40365,21 +35379,15 @@ decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStart
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_cause, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"diagnostic = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityDiagnostic,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_diagnostic, tvb, *offset-4, 4, u_octet4);
break;
@@ -40399,11 +35407,8 @@ decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStart
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -40415,11 +35420,8 @@ decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStart
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -40431,19 +35433,15 @@ decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStart
/*
* 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_)
+decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_users;
- guint32 i_users;
- guint32 u_octet4_loop_criteria;
- guint32 i_criteria;
-
+ guint32 u_octet4_loop_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users;
+ guint32 i_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users;
+ guint32 u_octet4_loop_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria;
+ guint32 i_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria;
/* Operation specific Variable declarations End */
@@ -40454,38 +35452,24 @@ decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- u_octet4_loop_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of users = %u",u_octet4_loop_users);
- }
+ u_octet4_loop_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users);
- for (i_users=0; i_users < u_octet4_loop_users; i_users++) {
+ for (i_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users=0; i_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users < u_octet4_loop_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users; i_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
- u_octet4_loop_criteria = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of criteria = %u",u_octet4_loop_criteria);
- }
+ u_octet4_loop_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria);
- for (i_criteria=0; i_criteria < u_octet4_loop_criteria; i_criteria++) {
+ for (i_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria=0; i_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria < u_octet4_loop_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria; i_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria++) {
/* Begin struct "org_csapi_mm_TpBindingNotificationCriteria" */
-
-
-
decode_org_csapi_mm_TpBindingNotificationCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpBindingNotificationCriteria" */
-
}
break;
@@ -40496,9 +35480,7 @@ decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -40508,11 +35490,8 @@ decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -40524,11 +35503,8 @@ decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -40540,25 +35516,16 @@ decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq
/*
* 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_)
+decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -40578,11 +35545,8 @@ decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -40594,11 +35558,8 @@ decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -40610,23 +35571,16 @@ decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop(tvb
/*
* 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_)
+decode_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "terminalIdentity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities_terminalIdentity");
break;
@@ -40637,13 +35591,8 @@ decode_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities(tvbuff_t
case NO_EXCEPTION:
/* Begin struct "org_csapi_termcap_TpTerminalCapabilities" */
-
-
-
decode_org_csapi_termcap_TpTerminalCapabilities_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_termcap_TpTerminalCapabilities" */
-
break;
case USER_EXCEPTION:
@@ -40652,11 +35601,8 @@ decode_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -40668,11 +35614,8 @@ decode_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -40684,17 +35627,13 @@ decode_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities(tvbuff_t
/*
* 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_)
+decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_terminals;
- guint32 i_terminals;
-
+ guint32 u_octet4_loop_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals;
+ guint32 i_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals;
/* Operation specific Variable declarations End */
@@ -40702,39 +35641,23 @@ decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapa
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_terminals = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of terminals = %u",u_octet4_loop_terminals);
- }
+ u_octet4_loop_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals, tvb,*offset-4, 4, u_octet4_loop_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals);
- for (i_terminals=0; i_terminals < u_octet4_loop_terminals; i_terminals++) {
+ for (i_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals=0; i_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals < u_octet4_loop_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals; i_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"criteria = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_criteria, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_termcap_TpTerminalCapabilities" */
-
-
-
decode_org_csapi_termcap_TpTerminalCapabilities_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_termcap_TpTerminalCapabilities" */
-
break;
case Reply:
@@ -40753,11 +35676,8 @@ decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -40769,11 +35689,8 @@ decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -40785,18 +35702,14 @@ decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapa
/*
* 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_)
+decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_terminals;
- guint32 i_terminals;
+ guint32 u_octet4_loop_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals;
+ guint32 i_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals;
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -40804,32 +35717,21 @@ decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapa
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_terminals = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of terminals = %u",u_octet4_loop_terminals);
- }
+ u_octet4_loop_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals, tvb,*offset-4, 4, u_octet4_loop_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals);
- for (i_terminals=0; i_terminals < u_octet4_loop_terminals; i_terminals++) {
+ for (i_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals=0; i_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals < u_octet4_loop_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals; i_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_termcap_TpTerminalCapabilitiesError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_cause, tvb, *offset-4, 4, u_octet4);
break;
@@ -40849,11 +35751,8 @@ decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -40865,11 +35764,8 @@ decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -40881,17 +35777,13 @@ decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapa
/*
* 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_)
+decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_terminals;
- guint32 i_terminals;
-
+ guint32 u_octet4_loop_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals;
+ guint32 i_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals;
/* Operation specific Variable declarations End */
@@ -40902,34 +35794,20 @@ decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabil
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- u_octet4_loop_terminals = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of terminals = %u",u_octet4_loop_terminals);
- }
+ u_octet4_loop_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals, tvb,*offset-4, 4, u_octet4_loop_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals);
- for (i_terminals=0; i_terminals < u_octet4_loop_terminals; i_terminals++) {
+ for (i_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals=0; i_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals < u_octet4_loop_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals; i_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
/* Begin struct "org_csapi_termcap_TpTerminalCapabilityScope" */
-
-
-
decode_org_csapi_termcap_TpTerminalCapabilityScope_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_termcap_TpTerminalCapabilityScope" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"criteria = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_criteria, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -40939,9 +35817,7 @@ decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabil
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -40951,11 +35827,8 @@ decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabil
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -40967,11 +35840,8 @@ decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabil
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -40983,25 +35853,16 @@ decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabil
/*
* 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_)
+decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStop_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -41021,11 +35882,8 @@ decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabil
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -41037,11 +35895,8 @@ decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabil
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -41053,37 +35908,21 @@ decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabil
/*
* 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_)
+decode_org_csapi_dsc_IpAppDataSession_connectRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpAppDataSession_connectRes_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_dsc_TpDataSessionReport" */
-
-
-
decode_org_csapi_dsc_TpDataSessionReport_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_dsc_TpDataSessionReport" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpAppDataSession_connectRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -41103,11 +35942,8 @@ decode_org_csapi_dsc_IpAppDataSession_connectRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -41119,11 +35955,8 @@ decode_org_csapi_dsc_IpAppDataSession_connectRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -41135,37 +35968,21 @@ decode_org_csapi_dsc_IpAppDataSession_connectRes(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_dsc_IpAppDataSession_connectErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpAppDataSession_connectErr_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_dsc_TpDataSessionError" */
-
-
-
decode_org_csapi_dsc_TpDataSessionError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_dsc_TpDataSessionError" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpAppDataSession_connectErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -41185,11 +36002,8 @@ decode_org_csapi_dsc_IpAppDataSession_connectErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -41201,11 +36015,8 @@ decode_org_csapi_dsc_IpAppDataSession_connectErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -41217,16 +36028,12 @@ decode_org_csapi_dsc_IpAppDataSession_connectErr(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -41234,27 +36041,16 @@ decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"report = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_report, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_dsc_TpDataSessionSuperviseVolume" */
-
-
-
decode_org_csapi_dsc_TpDataSessionSuperviseVolume_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_dsc_TpDataSessionSuperviseVolume" */
-
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_qualityOfService, tvb, *offset-4, 4, u_octet4);
break;
@@ -41274,11 +36070,8 @@ decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -41290,11 +36083,8 @@ decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -41306,34 +36096,20 @@ decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_dsc_TpDataSessionError" */
-
-
-
decode_org_csapi_dsc_TpDataSessionError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_dsc_TpDataSessionError" */
-
break;
case Reply:
@@ -41352,11 +36128,8 @@ decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -41368,11 +36141,8 @@ decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -41384,16 +36154,12 @@ decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -41401,15 +36167,11 @@ decode_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected(tvbuff_t *tvb _U_
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"fault = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_dsc_TpDataSessionFault,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected_fault, tvb, *offset-4, 4, u_octet4);
break;
@@ -41429,11 +36191,8 @@ decode_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -41445,11 +36204,8 @@ decode_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -41461,25 +36217,16 @@ decode_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSession = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted_dataSession, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -41499,11 +36246,8 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -41515,11 +36259,8 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -41531,41 +36272,22 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted(tvbuff_t
/*
* 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_)
+decode_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_dsc_TpDataSessionIdentifier" */
-
-
-
decode_org_csapi_dsc_TpDataSessionIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_dsc_TpDataSessionIdentifier" */
-
/* Begin struct "org_csapi_dsc_TpDataSessionEventInfo" */
-
-
-
decode_org_csapi_dsc_TpDataSessionEventInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_dsc_TpDataSessionEventInfo" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -41586,11 +36308,8 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -41602,11 +36321,8 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -41618,18 +36334,11 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification(tvbuff_t
/*
* 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_)
+decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationContinued(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -41652,11 +36361,8 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationConti
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -41668,11 +36374,8 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationConti
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -41684,18 +36387,11 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationConti
/*
* 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_)
+decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -41718,11 +36414,8 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationInter
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -41734,11 +36427,8 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationInter
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -41750,17 +36440,13 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationInter
/*
* 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_)
+decode_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_dataSessionSet;
- guint32 i_dataSessionSet;
-
+ guint32 u_octet4_loop_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet;
+ guint32 i_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet;
/* Operation specific Variable declarations End */
@@ -41768,16 +36454,12 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions(tv
case Request:
- u_octet4_loop_dataSessionSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of dataSessionSet = %u",u_octet4_loop_dataSessionSet);
- }
+ u_octet4_loop_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet);
- for (i_dataSessionSet=0; i_dataSessionSet < u_octet4_loop_dataSessionSet; i_dataSessionSet++) {
+ for (i_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet=0; i_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet < u_octet4_loop_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet; i_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionSet = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -41799,11 +36481,8 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -41815,11 +36494,8 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -41831,17 +36507,13 @@ decode_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions(tv
/*
* 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_)
+decode_org_csapi_dsc_IpDataSession_connectReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_responseRequested;
- guint32 i_responseRequested;
-
+ guint32 u_octet4_loop_org_csapi_dsc_IpDataSession_connectReq_responseRequested;
+ guint32 i_org_csapi_dsc_IpDataSession_connectReq_responseRequested;
/* Operation specific Variable declarations End */
@@ -41849,35 +36521,21 @@ decode_org_csapi_dsc_IpDataSession_connectReq(tvbuff_t *tvb _U_, packet_info *pi
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpDataSession_connectReq_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_responseRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of responseRequested = %u",u_octet4_loop_responseRequested);
- }
+ u_octet4_loop_org_csapi_dsc_IpDataSession_connectReq_responseRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpDataSession_connectReq_responseRequested, tvb,*offset-4, 4, u_octet4_loop_org_csapi_dsc_IpDataSession_connectReq_responseRequested);
- for (i_responseRequested=0; i_responseRequested < u_octet4_loop_responseRequested; i_responseRequested++) {
+ for (i_org_csapi_dsc_IpDataSession_connectReq_responseRequested=0; i_org_csapi_dsc_IpDataSession_connectReq_responseRequested < u_octet4_loop_org_csapi_dsc_IpDataSession_connectReq_responseRequested; i_org_csapi_dsc_IpDataSession_connectReq_responseRequested++) {
/* Begin struct "org_csapi_dsc_TpDataSessionReportRequest" */
-
-
-
decode_org_csapi_dsc_TpDataSessionReportRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_dsc_TpDataSessionReportRequest" */
-
}
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
break;
case Reply:
@@ -41886,9 +36544,7 @@ decode_org_csapi_dsc_IpDataSession_connectReq(tvbuff_t *tvb _U_, packet_info *pi
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpDataSession_connectReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -41898,11 +36554,8 @@ decode_org_csapi_dsc_IpDataSession_connectReq(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -41914,11 +36567,8 @@ decode_org_csapi_dsc_IpDataSession_connectReq(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -41930,34 +36580,20 @@ decode_org_csapi_dsc_IpDataSession_connectReq(tvbuff_t *tvb _U_, packet_info *pi
/*
* 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_)
+decode_org_csapi_dsc_IpDataSession_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpDataSession_release_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_dsc_TpDataSessionReleaseCause" */
-
-
-
decode_org_csapi_dsc_TpDataSessionReleaseCause_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_dsc_TpDataSessionReleaseCause" */
-
break;
case Reply:
@@ -41976,11 +36612,8 @@ decode_org_csapi_dsc_IpDataSession_release(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -41992,11 +36625,8 @@ decode_org_csapi_dsc_IpDataSession_release(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -42008,38 +36638,22 @@ decode_org_csapi_dsc_IpDataSession_release(tvbuff_t *tvb _U_, packet_info *pinfo
/*
* 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_)
+decode_org_csapi_dsc_IpDataSession_superviseDataSessionReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpDataSession_superviseDataSessionReq_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"treatment = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpDataSession_superviseDataSessionReq_treatment, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_dsc_TpDataSessionSuperviseVolume" */
-
-
-
decode_org_csapi_dsc_TpDataSessionSuperviseVolume_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_dsc_TpDataSessionSuperviseVolume" */
-
break;
case Reply:
@@ -42058,11 +36672,8 @@ decode_org_csapi_dsc_IpDataSession_superviseDataSessionReq(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -42074,11 +36685,8 @@ decode_org_csapi_dsc_IpDataSession_superviseDataSessionReq(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -42090,34 +36698,20 @@ decode_org_csapi_dsc_IpDataSession_superviseDataSessionReq(tvbuff_t *tvb _U_, pa
/*
* 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_)
+decode_org_csapi_dsc_IpDataSession_setDataSessionChargePlan(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpDataSession_setDataSessionChargePlan_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_dsc_TpDataSessionChargePlan" */
-
-
-
decode_org_csapi_dsc_TpDataSessionChargePlan_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_dsc_TpDataSessionChargePlan" */
-
break;
case Reply:
@@ -42136,11 +36730,8 @@ decode_org_csapi_dsc_IpDataSession_setDataSessionChargePlan(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -42152,11 +36743,8 @@ decode_org_csapi_dsc_IpDataSession_setDataSessionChargePlan(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -42168,37 +36756,21 @@ decode_org_csapi_dsc_IpDataSession_setDataSessionChargePlan(tvbuff_t *tvb _U_, p
/*
* 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_)
+decode_org_csapi_dsc_IpDataSession_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpDataSession_setAdviceOfCharge_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_TpAoCInfo" */
-
-
-
decode_org_csapi_TpAoCInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAoCInfo" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"tariffSwitch = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpDataSession_setAdviceOfCharge_tariffSwitch, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -42218,11 +36790,8 @@ decode_org_csapi_dsc_IpDataSession_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_i
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -42234,11 +36803,8 @@ decode_org_csapi_dsc_IpDataSession_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_i
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -42250,25 +36816,16 @@ decode_org_csapi_dsc_IpDataSession_setAdviceOfCharge(tvbuff_t *tvb _U_, packet_i
/*
* 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_)
+decode_org_csapi_dsc_IpDataSession_deassignDataSession(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpDataSession_deassignDataSession_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -42288,11 +36845,8 @@ decode_org_csapi_dsc_IpDataSession_deassignDataSession(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -42304,11 +36858,8 @@ decode_org_csapi_dsc_IpDataSession_deassignDataSession(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -42320,25 +36871,16 @@ decode_org_csapi_dsc_IpDataSession_deassignDataSession(tvbuff_t *tvb _U_, packet
/*
* 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_)
+decode_org_csapi_dsc_IpDataSession_continueProcessing(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"dataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpDataSession_continueProcessing_dataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -42358,11 +36900,8 @@ decode_org_csapi_dsc_IpDataSession_continueProcessing(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -42374,11 +36913,8 @@ decode_org_csapi_dsc_IpDataSession_continueProcessing(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -42390,18 +36926,11 @@ decode_org_csapi_dsc_IpDataSession_continueProcessing(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_dsc_IpDataSessionControlManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -42410,13 +36939,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_createNotification(tvbuff_t *tv
/* Begin struct "org_csapi_dsc_TpDataSessionEventCriteria" */
-
-
-
decode_org_csapi_dsc_TpDataSessionEventCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_dsc_TpDataSessionEventCriteria" */
-
break;
case Reply:
@@ -42425,9 +36949,7 @@ decode_org_csapi_dsc_IpDataSessionControlManager_createNotification(tvbuff_t *tv
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpDataSessionControlManager_createNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -42437,11 +36959,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_createNotification(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -42453,11 +36972,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_createNotification(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -42469,25 +36985,16 @@ decode_org_csapi_dsc_IpDataSessionControlManager_createNotification(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_dsc_IpDataSessionControlManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpDataSessionControlManager_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -42507,11 +37014,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_destroyNotification(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -42523,11 +37027,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_destroyNotification(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -42539,34 +37040,20 @@ decode_org_csapi_dsc_IpDataSessionControlManager_destroyNotification(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_dsc_IpDataSessionControlManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpDataSessionControlManager_changeNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_dsc_TpDataSessionEventCriteria" */
-
-
-
decode_org_csapi_dsc_TpDataSessionEventCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_dsc_TpDataSessionEventCriteria" */
-
break;
case Reply:
@@ -42585,11 +37072,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_changeNotification(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -42601,11 +37085,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_changeNotification(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -42617,18 +37098,11 @@ decode_org_csapi_dsc_IpDataSessionControlManager_changeNotification(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_dsc_IpDataSessionControlManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -42644,9 +37118,7 @@ decode_org_csapi_dsc_IpDataSessionControlManager_enableNotifications(tvbuff_t *t
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpDataSessionControlManager_enableNotifications_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -42656,11 +37128,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_enableNotifications(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -42672,11 +37141,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_enableNotifications(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -42688,18 +37154,11 @@ decode_org_csapi_dsc_IpDataSessionControlManager_enableNotifications(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_dsc_IpDataSessionControlManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -42722,11 +37181,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_disableNotifications(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -42738,11 +37194,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_disableNotifications(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -42754,17 +37207,13 @@ decode_org_csapi_dsc_IpDataSessionControlManager_disableNotifications(tvbuff_t *
/*
* 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_)
+decode_org_csapi_dsc_IpDataSessionControlManager_getNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpDataSessionEventCriteriaResultSet;
- guint32 i_TpDataSessionEventCriteriaResultSet;
-
+ guint32 u_octet4_loop_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return;
+ guint32 i_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return;
/* Operation specific Variable declarations End */
@@ -42780,21 +37229,14 @@ decode_org_csapi_dsc_IpDataSessionControlManager_getNotifications(tvbuff_t *tvb
case NO_EXCEPTION:
- u_octet4_loop_TpDataSessionEventCriteriaResultSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpDataSessionEventCriteriaResultSet = %u",u_octet4_loop_TpDataSessionEventCriteriaResultSet);
- }
+ u_octet4_loop_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return);
- for (i_TpDataSessionEventCriteriaResultSet=0; i_TpDataSessionEventCriteriaResultSet < u_octet4_loop_TpDataSessionEventCriteriaResultSet; i_TpDataSessionEventCriteriaResultSet++) {
+ for (i_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return=0; i_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return < u_octet4_loop_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return; i_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return++) {
/* Begin struct "org_csapi_dsc_TpDataSessionEventCriteriaResult" */
-
-
-
decode_org_csapi_dsc_TpDataSessionEventCriteriaResult_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_dsc_TpDataSessionEventCriteriaResult" */
-
}
break;
@@ -42805,11 +37247,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_getNotifications(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -42821,11 +37260,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_getNotifications(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -42837,18 +37273,11 @@ decode_org_csapi_dsc_IpDataSessionControlManager_getNotifications(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_dsc_IpDataSessionControlManager_createNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -42857,13 +37286,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_createNotifications(tvbuff_t *t
/* Begin struct "org_csapi_dsc_TpDataSessionEventCriteria" */
-
-
-
decode_org_csapi_dsc_TpDataSessionEventCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_dsc_TpDataSessionEventCriteria" */
-
break;
case Reply:
@@ -42872,9 +37296,7 @@ decode_org_csapi_dsc_IpDataSessionControlManager_createNotifications(tvbuff_t *t
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_IpDataSessionControlManager_createNotifications_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -42884,11 +37306,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_createNotifications(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -42900,11 +37319,8 @@ decode_org_csapi_dsc_IpDataSessionControlManager_createNotifications(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -42916,31 +37332,19 @@ decode_org_csapi_dsc_IpDataSessionControlManager_createNotifications(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_gms_IpMessagingManager_openMailbox(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "authenticationInfo");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_IpMessagingManager_openMailbox_authenticationInfo");
break;
@@ -42951,13 +37355,8 @@ decode_org_csapi_gms_IpMessagingManager_openMailbox(tvbuff_t *tvb _U_, packet_in
case NO_EXCEPTION:
/* Begin struct "org_csapi_gms_TpMailboxIdentifier" */
-
-
-
decode_org_csapi_gms_TpMailboxIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_gms_TpMailboxIdentifier" */
-
break;
case USER_EXCEPTION:
@@ -42966,11 +37365,8 @@ decode_org_csapi_gms_IpMessagingManager_openMailbox(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -42982,11 +37378,8 @@ decode_org_csapi_gms_IpMessagingManager_openMailbox(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -42998,18 +37391,11 @@ decode_org_csapi_gms_IpMessagingManager_openMailbox(tvbuff_t *tvb _U_, packet_in
/*
* 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_)
+decode_org_csapi_gms_IpMessagingManager_enableMessagingNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -43018,12 +37404,10 @@ decode_org_csapi_gms_IpMessagingManager_enableMessagingNotification(tvbuff_t *tv
/* Begin union "org_csapi_gms_TpMessagingEventCriteria" */
-
decode_org_csapi_gms_TpMessagingEventCriteria_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_gms_TpMessagingEventCriteria" */
-
break;
case Reply:
@@ -43032,9 +37416,7 @@ decode_org_csapi_gms_IpMessagingManager_enableMessagingNotification(tvbuff_t *tv
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMessagingManager_enableMessagingNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -43044,11 +37426,8 @@ decode_org_csapi_gms_IpMessagingManager_enableMessagingNotification(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -43060,11 +37439,8 @@ decode_org_csapi_gms_IpMessagingManager_enableMessagingNotification(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -43076,25 +37452,16 @@ decode_org_csapi_gms_IpMessagingManager_enableMessagingNotification(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_gms_IpMessagingManager_disableMessagingNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMessagingManager_disableMessagingNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -43114,11 +37481,8 @@ decode_org_csapi_gms_IpMessagingManager_disableMessagingNotification(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -43130,11 +37494,8 @@ decode_org_csapi_gms_IpMessagingManager_disableMessagingNotification(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -43146,18 +37507,11 @@ decode_org_csapi_gms_IpMessagingManager_disableMessagingNotification(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_gms_IpAppMessagingManager_mailboxTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -43165,9 +37519,7 @@ decode_org_csapi_gms_IpAppMessagingManager_mailboxTerminated(tvbuff_t *tvb _U_,
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpAppMessagingManager_mailboxTerminated_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -43187,11 +37539,8 @@ decode_org_csapi_gms_IpAppMessagingManager_mailboxTerminated(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -43203,11 +37552,8 @@ decode_org_csapi_gms_IpAppMessagingManager_mailboxTerminated(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -43219,16 +37565,12 @@ decode_org_csapi_gms_IpAppMessagingManager_mailboxTerminated(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -43239,15 +37581,11 @@ decode_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected(tvbuff_t *tvb _U
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"fault = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_gms_TpMessagingFault,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected_fault, tvb, *offset-4, 4, u_octet4);
break;
@@ -43267,11 +37605,8 @@ decode_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -43283,11 +37618,8 @@ decode_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -43299,18 +37631,11 @@ decode_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected(tvbuff_t *tvb _U
/*
* 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_)
+decode_org_csapi_gms_IpAppMessagingManager_messagingEventNotify(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -43319,15 +37644,11 @@ decode_org_csapi_gms_IpAppMessagingManager_messagingEventNotify(tvbuff_t *tvb _U
/* Begin union "org_csapi_gms_TpMessagingEventInfo" */
-
decode_org_csapi_gms_TpMessagingEventInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_gms_TpMessagingEventInfo" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpAppMessagingManager_messagingEventNotify_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -43347,11 +37668,8 @@ decode_org_csapi_gms_IpAppMessagingManager_messagingEventNotify(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -43363,11 +37681,8 @@ decode_org_csapi_gms_IpAppMessagingManager_messagingEventNotify(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -43379,18 +37694,11 @@ decode_org_csapi_gms_IpAppMessagingManager_messagingEventNotify(tvbuff_t *tvb _U
/*
* 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_)
+decode_org_csapi_gms_IpAppMessagingManager_messagingNotificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -43413,11 +37721,8 @@ decode_org_csapi_gms_IpAppMessagingManager_messagingNotificationTerminated(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -43429,11 +37734,8 @@ decode_org_csapi_gms_IpAppMessagingManager_messagingNotificationTerminated(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -43445,25 +37747,16 @@ decode_org_csapi_gms_IpAppMessagingManager_messagingNotificationTerminated(tvbuf
/*
* 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_)
+decode_org_csapi_gms_IpMailbox_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailbox_close_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -43483,11 +37776,8 @@ decode_org_csapi_gms_IpMailbox_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -43499,11 +37789,8 @@ decode_org_csapi_gms_IpMailbox_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -43515,25 +37802,16 @@ decode_org_csapi_gms_IpMailbox_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*
* 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_)
+decode_org_csapi_gms_IpMailbox_lock(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailbox_lock_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -43553,11 +37831,8 @@ decode_org_csapi_gms_IpMailbox_lock(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -43569,11 +37844,8 @@ decode_org_csapi_gms_IpMailbox_lock(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -43585,25 +37857,16 @@ decode_org_csapi_gms_IpMailbox_lock(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
/*
* 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_)
+decode_org_csapi_gms_IpMailbox_unlock(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailbox_unlock_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -43623,11 +37886,8 @@ decode_org_csapi_gms_IpMailbox_unlock(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -43639,11 +37899,8 @@ decode_org_csapi_gms_IpMailbox_unlock(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -43655,25 +37912,16 @@ decode_org_csapi_gms_IpMailbox_unlock(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*
* 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_)
+decode_org_csapi_gms_IpMailbox_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailbox_getInfoAmount_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -43683,9 +37931,7 @@ decode_org_csapi_gms_IpMailbox_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pin
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailbox_getInfoAmount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -43695,11 +37941,8 @@ decode_org_csapi_gms_IpMailbox_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -43711,11 +37954,8 @@ decode_org_csapi_gms_IpMailbox_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -43727,17 +37967,13 @@ decode_org_csapi_gms_IpMailbox_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pin
/*
* 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_)
+decode_org_csapi_gms_IpMailbox_getInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpMailboxInfoPropertySet;
- guint32 i_TpMailboxInfoPropertySet;
-
+ guint32 u_octet4_loop_org_csapi_gms_IpMailbox_getInfoProperties_return;
+ guint32 i_org_csapi_gms_IpMailbox_getInfoProperties_return;
/* Operation specific Variable declarations End */
@@ -43745,17 +37981,11 @@ decode_org_csapi_gms_IpMailbox_getInfoProperties(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailbox_getInfoProperties_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"firstProperty = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailbox_getInfoProperties_firstProperty, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"numberOfProperties = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailbox_getInfoProperties_numberOfProperties, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -43765,20 +37995,16 @@ decode_org_csapi_gms_IpMailbox_getInfoProperties(tvbuff_t *tvb _U_, packet_info
case NO_EXCEPTION:
- u_octet4_loop_TpMailboxInfoPropertySet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpMailboxInfoPropertySet = %u",u_octet4_loop_TpMailboxInfoPropertySet);
- }
+ u_octet4_loop_org_csapi_gms_IpMailbox_getInfoProperties_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailbox_getInfoProperties_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_gms_IpMailbox_getInfoProperties_return);
- for (i_TpMailboxInfoPropertySet=0; i_TpMailboxInfoPropertySet < u_octet4_loop_TpMailboxInfoPropertySet; i_TpMailboxInfoPropertySet++) {
+ for (i_org_csapi_gms_IpMailbox_getInfoProperties_return=0; i_org_csapi_gms_IpMailbox_getInfoProperties_return < u_octet4_loop_org_csapi_gms_IpMailbox_getInfoProperties_return; i_org_csapi_gms_IpMailbox_getInfoProperties_return++) {
/* Begin union "org_csapi_gms_TpMailboxInfoProperty" */
-
decode_org_csapi_gms_TpMailboxInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_gms_TpMailboxInfoProperty" */
-
}
break;
@@ -43789,11 +38015,8 @@ decode_org_csapi_gms_IpMailbox_getInfoProperties(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -43805,11 +38028,8 @@ decode_org_csapi_gms_IpMailbox_getInfoProperties(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -43821,17 +38041,13 @@ decode_org_csapi_gms_IpMailbox_getInfoProperties(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_gms_IpMailbox_setInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_mailboxInfoProperties;
- guint32 i_mailboxInfoProperties;
-
+ guint32 u_octet4_loop_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties;
+ guint32 i_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties;
/* Operation specific Variable declarations End */
@@ -43839,28 +38055,20 @@ decode_org_csapi_gms_IpMailbox_setInfoProperties(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailbox_setInfoProperties_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"firstProperty = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailbox_setInfoProperties_firstProperty, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_mailboxInfoProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of mailboxInfoProperties = %u",u_octet4_loop_mailboxInfoProperties);
- }
+ u_octet4_loop_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties, tvb,*offset-4, 4, u_octet4_loop_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties);
- for (i_mailboxInfoProperties=0; i_mailboxInfoProperties < u_octet4_loop_mailboxInfoProperties; i_mailboxInfoProperties++) {
+ for (i_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties=0; i_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties < u_octet4_loop_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties; i_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties++) {
/* Begin union "org_csapi_gms_TpMailboxInfoProperty" */
-
decode_org_csapi_gms_TpMailboxInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_gms_TpMailboxInfoProperty" */
-
}
break;
@@ -43881,11 +38089,8 @@ decode_org_csapi_gms_IpMailbox_setInfoProperties(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -43897,11 +38102,8 @@ decode_org_csapi_gms_IpMailbox_setInfoProperties(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -43913,27 +38115,18 @@ decode_org_csapi_gms_IpMailbox_setInfoProperties(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_gms_IpMailbox_openFolder(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailbox_openFolder_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "folderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_IpMailbox_openFolder_folderID");
break;
@@ -43944,13 +38137,8 @@ decode_org_csapi_gms_IpMailbox_openFolder(tvbuff_t *tvb _U_, packet_info *pinfo
case NO_EXCEPTION:
/* Begin struct "org_csapi_gms_TpMailboxFolderIdentifier" */
-
-
-
decode_org_csapi_gms_TpMailboxFolderIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_gms_TpMailboxFolderIdentifier" */
-
break;
case USER_EXCEPTION:
@@ -43959,11 +38147,8 @@ decode_org_csapi_gms_IpMailbox_openFolder(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -43975,11 +38160,8 @@ decode_org_csapi_gms_IpMailbox_openFolder(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -43991,27 +38173,18 @@ decode_org_csapi_gms_IpMailbox_openFolder(tvbuff_t *tvb _U_, packet_info *pinfo
/*
* 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_)
+decode_org_csapi_gms_IpMailbox_createFolder(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailbox_createFolder_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "folderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_IpMailbox_createFolder_folderID");
break;
@@ -44031,11 +38204,8 @@ decode_org_csapi_gms_IpMailbox_createFolder(tvbuff_t *tvb _U_, packet_info *pinf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -44047,11 +38217,8 @@ decode_org_csapi_gms_IpMailbox_createFolder(tvbuff_t *tvb _U_, packet_info *pinf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -44063,31 +38230,19 @@ decode_org_csapi_gms_IpMailbox_createFolder(tvbuff_t *tvb _U_, packet_info *pinf
/*
* 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_)
+decode_org_csapi_gms_IpMailbox_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "authenticationInfo");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_IpMailbox_remove_authenticationInfo");
break;
@@ -44107,11 +38262,8 @@ decode_org_csapi_gms_IpMailbox_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -44123,11 +38275,8 @@ decode_org_csapi_gms_IpMailbox_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -44139,27 +38288,18 @@ decode_org_csapi_gms_IpMailbox_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*
* 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_)
+decode_org_csapi_gms_IpMessage_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMessage_getInfoAmount_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "messageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_IpMessage_getInfoAmount_messageID");
break;
@@ -44169,9 +38309,7 @@ decode_org_csapi_gms_IpMessage_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pin
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMessage_getInfoAmount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -44181,11 +38319,8 @@ decode_org_csapi_gms_IpMessage_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -44197,11 +38332,8 @@ decode_org_csapi_gms_IpMessage_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -44213,17 +38345,13 @@ decode_org_csapi_gms_IpMessage_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pin
/*
* 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_)
+decode_org_csapi_gms_IpMessage_getInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpMessageInfoPropertySet;
- guint32 i_TpMessageInfoPropertySet;
-
+ guint32 u_octet4_loop_org_csapi_gms_IpMessage_getInfoProperties_return;
+ guint32 i_org_csapi_gms_IpMessage_getInfoProperties_return;
/* Operation specific Variable declarations End */
@@ -44231,19 +38359,13 @@ decode_org_csapi_gms_IpMessage_getInfoProperties(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMessage_getInfoProperties_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "messageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_IpMessage_getInfoProperties_messageID");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"firstProperty = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMessage_getInfoProperties_firstProperty, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"numberOfProperties = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMessage_getInfoProperties_numberOfProperties, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -44253,20 +38375,16 @@ decode_org_csapi_gms_IpMessage_getInfoProperties(tvbuff_t *tvb _U_, packet_info
case NO_EXCEPTION:
- u_octet4_loop_TpMessageInfoPropertySet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpMessageInfoPropertySet = %u",u_octet4_loop_TpMessageInfoPropertySet);
- }
+ u_octet4_loop_org_csapi_gms_IpMessage_getInfoProperties_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMessage_getInfoProperties_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_gms_IpMessage_getInfoProperties_return);
- for (i_TpMessageInfoPropertySet=0; i_TpMessageInfoPropertySet < u_octet4_loop_TpMessageInfoPropertySet; i_TpMessageInfoPropertySet++) {
+ for (i_org_csapi_gms_IpMessage_getInfoProperties_return=0; i_org_csapi_gms_IpMessage_getInfoProperties_return < u_octet4_loop_org_csapi_gms_IpMessage_getInfoProperties_return; i_org_csapi_gms_IpMessage_getInfoProperties_return++) {
/* Begin union "org_csapi_gms_TpMessageInfoProperty" */
-
decode_org_csapi_gms_TpMessageInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_gms_TpMessageInfoProperty" */
-
}
break;
@@ -44277,11 +38395,8 @@ decode_org_csapi_gms_IpMessage_getInfoProperties(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -44293,11 +38408,8 @@ decode_org_csapi_gms_IpMessage_getInfoProperties(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -44309,17 +38421,13 @@ decode_org_csapi_gms_IpMessage_getInfoProperties(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_gms_IpMessage_setInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_messageInfoProperties;
- guint32 i_messageInfoProperties;
-
+ guint32 u_octet4_loop_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties;
+ guint32 i_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties;
/* Operation specific Variable declarations End */
@@ -44327,30 +38435,22 @@ decode_org_csapi_gms_IpMessage_setInfoProperties(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMessage_setInfoProperties_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "messageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_IpMessage_setInfoProperties_messageID");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"firstProperty = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMessage_setInfoProperties_firstProperty, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_messageInfoProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of messageInfoProperties = %u",u_octet4_loop_messageInfoProperties);
- }
+ u_octet4_loop_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties, tvb,*offset-4, 4, u_octet4_loop_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties);
- for (i_messageInfoProperties=0; i_messageInfoProperties < u_octet4_loop_messageInfoProperties; i_messageInfoProperties++) {
+ for (i_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties=0; i_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties < u_octet4_loop_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties; i_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties++) {
/* Begin union "org_csapi_gms_TpMessageInfoProperty" */
-
decode_org_csapi_gms_TpMessageInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_gms_TpMessageInfoProperty" */
-
}
break;
@@ -44371,11 +38471,8 @@ decode_org_csapi_gms_IpMessage_setInfoProperties(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -44387,11 +38484,8 @@ decode_org_csapi_gms_IpMessage_setInfoProperties(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -44403,27 +38497,18 @@ decode_org_csapi_gms_IpMessage_setInfoProperties(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_gms_IpMessage_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMessage_remove_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "messageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_IpMessage_remove_messageID");
break;
@@ -44443,11 +38528,8 @@ decode_org_csapi_gms_IpMessage_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -44459,11 +38541,8 @@ decode_org_csapi_gms_IpMessage_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -44475,27 +38554,18 @@ decode_org_csapi_gms_IpMessage_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*
* 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_)
+decode_org_csapi_gms_IpMessage_getContent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMessage_getContent_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "messageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_IpMessage_getContent_messageID");
break;
@@ -44505,7 +38575,7 @@ decode_org_csapi_gms_IpMessage_getContent(tvbuff_t *tvb _U_, packet_info *pinfo
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpMessage");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_IpMessage_getContent_return");
break;
@@ -44515,11 +38585,8 @@ decode_org_csapi_gms_IpMessage_getContent(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -44531,11 +38598,8 @@ decode_org_csapi_gms_IpMessage_getContent(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -44547,25 +38611,16 @@ decode_org_csapi_gms_IpMessage_getContent(tvbuff_t *tvb _U_, packet_info *pinfo
/*
* 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_)
+decode_org_csapi_gms_IpMailboxFolder_getInfoAmount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailboxFolder_getInfoAmount_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -44575,9 +38630,7 @@ decode_org_csapi_gms_IpMailboxFolder_getInfoAmount(tvbuff_t *tvb _U_, packet_inf
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailboxFolder_getInfoAmount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -44587,11 +38640,8 @@ decode_org_csapi_gms_IpMailboxFolder_getInfoAmount(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -44603,11 +38653,8 @@ decode_org_csapi_gms_IpMailboxFolder_getInfoAmount(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -44619,17 +38666,13 @@ decode_org_csapi_gms_IpMailboxFolder_getInfoAmount(tvbuff_t *tvb _U_, packet_inf
/*
* 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_)
+decode_org_csapi_gms_IpMailboxFolder_getInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpFolderInfoPropertySet;
- guint32 i_TpFolderInfoPropertySet;
-
+ guint32 u_octet4_loop_org_csapi_gms_IpMailboxFolder_getInfoProperties_return;
+ guint32 i_org_csapi_gms_IpMailboxFolder_getInfoProperties_return;
/* Operation specific Variable declarations End */
@@ -44637,17 +38680,11 @@ decode_org_csapi_gms_IpMailboxFolder_getInfoProperties(tvbuff_t *tvb _U_, packet
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"firstProperty = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_firstProperty, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"numberOfProperties = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_numberOfProperties, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -44657,20 +38694,16 @@ decode_org_csapi_gms_IpMailboxFolder_getInfoProperties(tvbuff_t *tvb _U_, packet
case NO_EXCEPTION:
- u_octet4_loop_TpFolderInfoPropertySet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpFolderInfoPropertySet = %u",u_octet4_loop_TpFolderInfoPropertySet);
- }
+ u_octet4_loop_org_csapi_gms_IpMailboxFolder_getInfoProperties_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_gms_IpMailboxFolder_getInfoProperties_return);
- for (i_TpFolderInfoPropertySet=0; i_TpFolderInfoPropertySet < u_octet4_loop_TpFolderInfoPropertySet; i_TpFolderInfoPropertySet++) {
+ for (i_org_csapi_gms_IpMailboxFolder_getInfoProperties_return=0; i_org_csapi_gms_IpMailboxFolder_getInfoProperties_return < u_octet4_loop_org_csapi_gms_IpMailboxFolder_getInfoProperties_return; i_org_csapi_gms_IpMailboxFolder_getInfoProperties_return++) {
/* Begin union "org_csapi_gms_TpFolderInfoProperty" */
-
decode_org_csapi_gms_TpFolderInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_gms_TpFolderInfoProperty" */
-
}
break;
@@ -44681,11 +38714,8 @@ decode_org_csapi_gms_IpMailboxFolder_getInfoProperties(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -44697,11 +38727,8 @@ decode_org_csapi_gms_IpMailboxFolder_getInfoProperties(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -44713,17 +38740,13 @@ decode_org_csapi_gms_IpMailboxFolder_getInfoProperties(tvbuff_t *tvb _U_, packet
/*
* 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_)
+decode_org_csapi_gms_IpMailboxFolder_setInfoProperties(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_folderInfoProperties;
- guint32 i_folderInfoProperties;
-
+ guint32 u_octet4_loop_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties;
+ guint32 i_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties;
/* Operation specific Variable declarations End */
@@ -44731,28 +38754,20 @@ decode_org_csapi_gms_IpMailboxFolder_setInfoProperties(tvbuff_t *tvb _U_, packet
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"firstProperty = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailboxFolder_setInfoProperties_firstProperty, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_folderInfoProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of folderInfoProperties = %u",u_octet4_loop_folderInfoProperties);
- }
+ u_octet4_loop_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties, tvb,*offset-4, 4, u_octet4_loop_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties);
- for (i_folderInfoProperties=0; i_folderInfoProperties < u_octet4_loop_folderInfoProperties; i_folderInfoProperties++) {
+ for (i_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties=0; i_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties < u_octet4_loop_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties; i_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties++) {
/* Begin union "org_csapi_gms_TpFolderInfoProperty" */
-
decode_org_csapi_gms_TpFolderInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_gms_TpFolderInfoProperty" */
-
}
break;
@@ -44773,11 +38788,8 @@ decode_org_csapi_gms_IpMailboxFolder_setInfoProperties(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -44789,11 +38801,8 @@ decode_org_csapi_gms_IpMailboxFolder_setInfoProperties(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -44805,17 +38814,13 @@ decode_org_csapi_gms_IpMailboxFolder_setInfoProperties(tvbuff_t *tvb _U_, packet
/*
* 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_)
+decode_org_csapi_gms_IpMailboxFolder_putMessage(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_messageInfoProperties;
- guint32 i_messageInfoProperties;
-
+ guint32 u_octet4_loop_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties;
+ guint32 i_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties;
/* Operation specific Variable declarations End */
@@ -44823,26 +38828,20 @@ decode_org_csapi_gms_IpMailboxFolder_putMessage(tvbuff_t *tvb _U_, packet_info *
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailboxFolder_putMessage_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "message");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_IpMailboxFolder_putMessage_message");
- u_octet4_loop_messageInfoProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of messageInfoProperties = %u",u_octet4_loop_messageInfoProperties);
- }
+ u_octet4_loop_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties, tvb,*offset-4, 4, u_octet4_loop_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties);
- for (i_messageInfoProperties=0; i_messageInfoProperties < u_octet4_loop_messageInfoProperties; i_messageInfoProperties++) {
+ for (i_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties=0; i_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties < u_octet4_loop_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties; i_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties++) {
/* Begin union "org_csapi_gms_TpMessageInfoProperty" */
-
decode_org_csapi_gms_TpMessageInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_gms_TpMessageInfoProperty" */
-
}
break;
@@ -44863,11 +38862,8 @@ decode_org_csapi_gms_IpMailboxFolder_putMessage(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -44879,11 +38875,8 @@ decode_org_csapi_gms_IpMailboxFolder_putMessage(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -44895,27 +38888,18 @@ decode_org_csapi_gms_IpMailboxFolder_putMessage(tvbuff_t *tvb _U_, packet_info *
/*
* 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_)
+decode_org_csapi_gms_IpMailboxFolder_getMessage(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailboxFolder_getMessage_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "messageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_IpMailboxFolder_getMessage_messageID");
break;
@@ -44936,11 +38920,8 @@ decode_org_csapi_gms_IpMailboxFolder_getMessage(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -44952,11 +38933,8 @@ decode_org_csapi_gms_IpMailboxFolder_getMessage(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -44968,29 +38946,18 @@ decode_org_csapi_gms_IpMailboxFolder_getMessage(tvbuff_t *tvb _U_, packet_info *
/*
* 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_)
+decode_org_csapi_gms_IpMailboxFolder_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailboxFolder_close_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"folderSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailboxFolder_close_folderSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -45010,11 +38977,8 @@ decode_org_csapi_gms_IpMailboxFolder_close(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -45026,11 +38990,8 @@ decode_org_csapi_gms_IpMailboxFolder_close(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -45042,27 +39003,18 @@ decode_org_csapi_gms_IpMailboxFolder_close(tvbuff_t *tvb _U_, packet_info *pinfo
/*
* 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_)
+decode_org_csapi_gms_IpMailboxFolder_remove(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_IpMailboxFolder_remove_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "folderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_IpMailboxFolder_remove_folderID");
break;
@@ -45082,11 +39034,8 @@ decode_org_csapi_gms_IpMailboxFolder_remove(tvbuff_t *tvb _U_, packet_info *pinf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -45098,11 +39047,8 @@ decode_org_csapi_gms_IpMailboxFolder_remove(tvbuff_t *tvb _U_, packet_info *pinf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -45114,18 +39060,11 @@ decode_org_csapi_gms_IpMailboxFolder_remove(tvbuff_t *tvb _U_, packet_info *pinf
/*
* 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_)
+decode_org_csapi_cm_IpVPrP_getVPrPID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -45138,7 +39077,7 @@ decode_org_csapi_cm_IpVPrP_getVPrPID(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpString");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_IpVPrP_getVPrPID_return");
break;
@@ -45148,11 +39087,8 @@ decode_org_csapi_cm_IpVPrP_getVPrPID(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -45164,11 +39100,8 @@ decode_org_csapi_cm_IpVPrP_getVPrPID(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -45180,18 +39113,11 @@ decode_org_csapi_cm_IpVPrP_getVPrPID(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*
* 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_)
+decode_org_csapi_cm_IpVPrP_getSlaID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -45204,7 +39130,7 @@ decode_org_csapi_cm_IpVPrP_getSlaID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpString");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_IpVPrP_getSlaID_return");
break;
@@ -45214,11 +39140,8 @@ decode_org_csapi_cm_IpVPrP_getSlaID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -45230,11 +39153,8 @@ decode_org_csapi_cm_IpVPrP_getSlaID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -45246,16 +39166,12 @@ decode_org_csapi_cm_IpVPrP_getSlaID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
/*
* 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_)
+decode_org_csapi_cm_IpVPrP_getStatus(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -45273,9 +39189,7 @@ decode_org_csapi_cm_IpVPrP_getStatus(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"Operation_Return_Value = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cm_TpVprpStatus,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cm_IpVPrP_getStatus_return, tvb, *offset-4, 4, u_octet4);
break;
@@ -45285,11 +39199,8 @@ decode_org_csapi_cm_IpVPrP_getStatus(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -45301,11 +39212,8 @@ decode_org_csapi_cm_IpVPrP_getStatus(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -45317,18 +39225,11 @@ decode_org_csapi_cm_IpVPrP_getStatus(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*
* 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_)
+decode_org_csapi_cm_IpVPrP_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -45342,13 +39243,8 @@ decode_org_csapi_cm_IpVPrP_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info
case NO_EXCEPTION:
/* Begin struct "org_csapi_cm_TpProvisionedQoSInfo" */
-
-
-
decode_org_csapi_cm_TpProvisionedQoSInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpProvisionedQoSInfo" */
-
break;
case USER_EXCEPTION:
@@ -45357,11 +39253,8 @@ decode_org_csapi_cm_IpVPrP_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -45373,11 +39266,8 @@ decode_org_csapi_cm_IpVPrP_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -45389,18 +39279,11 @@ decode_org_csapi_cm_IpVPrP_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cm_IpVPrP_getValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -45414,13 +39297,8 @@ decode_org_csapi_cm_IpVPrP_getValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo
case NO_EXCEPTION:
/* Begin struct "org_csapi_cm_TpValidityInfo" */
-
-
-
decode_org_csapi_cm_TpValidityInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpValidityInfo" */
-
break;
case USER_EXCEPTION:
@@ -45429,11 +39307,8 @@ decode_org_csapi_cm_IpVPrP_getValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -45445,11 +39320,8 @@ decode_org_csapi_cm_IpVPrP_getValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -45461,18 +39333,11 @@ decode_org_csapi_cm_IpVPrP_getValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo
/*
* 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_)
+decode_org_csapi_cm_IpVPrP_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -45486,13 +39351,8 @@ decode_org_csapi_cm_IpVPrP_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo
case NO_EXCEPTION:
/* Begin struct "org_csapi_cm_TpPipeQoSInfo" */
-
-
-
decode_org_csapi_cm_TpPipeQoSInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpPipeQoSInfo" */
-
break;
case USER_EXCEPTION:
@@ -45501,11 +39361,8 @@ decode_org_csapi_cm_IpVPrP_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -45517,11 +39374,8 @@ decode_org_csapi_cm_IpVPrP_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -45533,18 +39387,11 @@ decode_org_csapi_cm_IpVPrP_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo
/*
* 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_)
+decode_org_csapi_cm_IpVPrP_getDsCodepoint(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -45558,13 +39405,8 @@ decode_org_csapi_cm_IpVPrP_getDsCodepoint(tvbuff_t *tvb _U_, packet_info *pinfo
case NO_EXCEPTION:
/* Begin struct "org_csapi_cm_TpDsCodepoint" */
-
-
-
decode_org_csapi_cm_TpDsCodepoint_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpDsCodepoint" */
-
break;
case USER_EXCEPTION:
@@ -45573,11 +39415,8 @@ decode_org_csapi_cm_IpVPrP_getDsCodepoint(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -45589,11 +39428,8 @@ decode_org_csapi_cm_IpVPrP_getDsCodepoint(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -45605,17 +39441,13 @@ decode_org_csapi_cm_IpVPrP_getDsCodepoint(tvbuff_t *tvb _U_, packet_info *pinfo
/*
* 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_)
+decode_org_csapi_cm_IpVPrN_getVPrPList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpStringList;
- guint32 i_TpStringList;
-
+ guint32 u_octet4_loop_org_csapi_cm_IpVPrN_getVPrPList_return;
+ guint32 i_org_csapi_cm_IpVPrN_getVPrPList_return;
/* Operation specific Variable declarations End */
@@ -45631,14 +39463,12 @@ decode_org_csapi_cm_IpVPrN_getVPrPList(tvbuff_t *tvb _U_, packet_info *pinfo _U_
case NO_EXCEPTION:
- u_octet4_loop_TpStringList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpStringList = %u",u_octet4_loop_TpStringList);
- }
+ u_octet4_loop_org_csapi_cm_IpVPrN_getVPrPList_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cm_IpVPrN_getVPrPList_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cm_IpVPrN_getVPrPList_return);
- for (i_TpStringList=0; i_TpStringList < u_octet4_loop_TpStringList; i_TpStringList++) {
+ for (i_org_csapi_cm_IpVPrN_getVPrPList_return=0; i_org_csapi_cm_IpVPrN_getVPrPList_return < u_octet4_loop_org_csapi_cm_IpVPrN_getVPrPList_return; i_org_csapi_cm_IpVPrN_getVPrPList_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpStringList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_IpVPrN_getVPrPList_return");
}
@@ -45650,11 +39480,8 @@ decode_org_csapi_cm_IpVPrN_getVPrPList(tvbuff_t *tvb _U_, packet_info *pinfo _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -45666,11 +39493,8 @@ decode_org_csapi_cm_IpVPrN_getVPrPList(tvbuff_t *tvb _U_, packet_info *pinfo _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -45682,23 +39506,16 @@ decode_org_csapi_cm_IpVPrN_getVPrPList(tvbuff_t *tvb _U_, packet_info *pinfo _U_
/*
* 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_)
+decode_org_csapi_cm_IpVPrN_getVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "vPrPID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_IpVPrN_getVPrP_vPrPID");
break;
@@ -45719,11 +39536,8 @@ decode_org_csapi_cm_IpVPrN_getVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pr
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -45735,11 +39549,8 @@ decode_org_csapi_cm_IpVPrN_getVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pr
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -45751,18 +39562,11 @@ decode_org_csapi_cm_IpVPrN_getVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pr
/*
* 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_)
+decode_org_csapi_cm_IpVPrN_createVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -45789,11 +39593,8 @@ decode_org_csapi_cm_IpVPrN_createVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -45805,11 +39606,8 @@ decode_org_csapi_cm_IpVPrN_createVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -45821,23 +39619,16 @@ decode_org_csapi_cm_IpVPrN_createVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*
* 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_)
+decode_org_csapi_cm_IpVPrN_deleteVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "vPrPID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_IpVPrN_deleteVPrP_vPrPID");
break;
@@ -45857,11 +39648,8 @@ decode_org_csapi_cm_IpVPrN_deleteVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -45873,11 +39661,8 @@ decode_org_csapi_cm_IpVPrN_deleteVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -45889,23 +39674,16 @@ decode_org_csapi_cm_IpVPrN_deleteVPrP(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*
* 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_)
+decode_org_csapi_cm_IpQoSMenu_getTemplate(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "templateType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_IpQoSMenu_getTemplate_templateType");
break;
@@ -45926,11 +39704,8 @@ decode_org_csapi_cm_IpQoSMenu_getTemplate(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -45942,11 +39717,8 @@ decode_org_csapi_cm_IpQoSMenu_getTemplate(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -45958,17 +39730,13 @@ decode_org_csapi_cm_IpQoSMenu_getTemplate(tvbuff_t *tvb _U_, packet_info *pinfo
/*
* 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_)
+decode_org_csapi_cm_IpQoSMenu_getTemplateList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpStringList;
- guint32 i_TpStringList;
-
+ guint32 u_octet4_loop_org_csapi_cm_IpQoSMenu_getTemplateList_return;
+ guint32 i_org_csapi_cm_IpQoSMenu_getTemplateList_return;
/* Operation specific Variable declarations End */
@@ -45984,14 +39752,12 @@ decode_org_csapi_cm_IpQoSMenu_getTemplateList(tvbuff_t *tvb _U_, packet_info *pi
case NO_EXCEPTION:
- u_octet4_loop_TpStringList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpStringList = %u",u_octet4_loop_TpStringList);
- }
+ u_octet4_loop_org_csapi_cm_IpQoSMenu_getTemplateList_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cm_IpQoSMenu_getTemplateList_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cm_IpQoSMenu_getTemplateList_return);
- for (i_TpStringList=0; i_TpStringList < u_octet4_loop_TpStringList; i_TpStringList++) {
+ for (i_org_csapi_cm_IpQoSMenu_getTemplateList_return=0; i_org_csapi_cm_IpQoSMenu_getTemplateList_return < u_octet4_loop_org_csapi_cm_IpQoSMenu_getTemplateList_return; i_org_csapi_cm_IpQoSMenu_getTemplateList_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpStringList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_IpQoSMenu_getTemplateList_return");
}
@@ -46003,11 +39769,8 @@ decode_org_csapi_cm_IpQoSMenu_getTemplateList(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -46019,11 +39782,8 @@ decode_org_csapi_cm_IpQoSMenu_getTemplateList(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -46035,18 +39795,11 @@ decode_org_csapi_cm_IpQoSMenu_getTemplateList(tvbuff_t *tvb _U_, packet_info *pi
/*
* 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_)
+decode_org_csapi_cm_IpConnectivityManager_getQoSMenu(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -46070,11 +39823,8 @@ decode_org_csapi_cm_IpConnectivityManager_getQoSMenu(tvbuff_t *tvb _U_, packet_i
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -46086,11 +39836,8 @@ decode_org_csapi_cm_IpConnectivityManager_getQoSMenu(tvbuff_t *tvb _U_, packet_i
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -46102,18 +39849,11 @@ decode_org_csapi_cm_IpConnectivityManager_getQoSMenu(tvbuff_t *tvb _U_, packet_i
/*
* 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_)
+decode_org_csapi_cm_IpConnectivityManager_getEnterpriseNetwork(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -46137,11 +39877,8 @@ decode_org_csapi_cm_IpConnectivityManager_getEnterpriseNetwork(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -46153,11 +39890,8 @@ decode_org_csapi_cm_IpConnectivityManager_getEnterpriseNetwork(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -46169,18 +39903,11 @@ decode_org_csapi_cm_IpConnectivityManager_getEnterpriseNetwork(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_cm_IpQoSTemplate_getTemplateType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -46193,7 +39920,7 @@ decode_org_csapi_cm_IpQoSTemplate_getTemplateType(tvbuff_t *tvb _U_, packet_info
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpString");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_IpQoSTemplate_getTemplateType_return");
break;
@@ -46203,11 +39930,8 @@ decode_org_csapi_cm_IpQoSTemplate_getTemplateType(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -46219,11 +39943,8 @@ decode_org_csapi_cm_IpQoSTemplate_getTemplateType(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -46235,18 +39956,11 @@ decode_org_csapi_cm_IpQoSTemplate_getTemplateType(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cm_IpQoSTemplate_getDescription(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -46259,7 +39973,7 @@ decode_org_csapi_cm_IpQoSTemplate_getDescription(tvbuff_t *tvb _U_, packet_info
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpString");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_IpQoSTemplate_getDescription_return");
break;
@@ -46269,11 +39983,8 @@ decode_org_csapi_cm_IpQoSTemplate_getDescription(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -46285,11 +39996,8 @@ decode_org_csapi_cm_IpQoSTemplate_getDescription(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -46301,23 +40009,16 @@ decode_org_csapi_cm_IpQoSTemplate_getDescription(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cm_IpQoSTemplate_setSlaID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "slaID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_IpQoSTemplate_setSlaID_slaID");
break;
@@ -46337,11 +40038,8 @@ decode_org_csapi_cm_IpQoSTemplate_setSlaID(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -46353,11 +40051,8 @@ decode_org_csapi_cm_IpQoSTemplate_setSlaID(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -46369,18 +40064,11 @@ decode_org_csapi_cm_IpQoSTemplate_setSlaID(tvbuff_t *tvb _U_, packet_info *pinfo
/*
* 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_)
+decode_org_csapi_cm_IpQoSTemplate_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -46394,13 +40082,8 @@ decode_org_csapi_cm_IpQoSTemplate_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info
case NO_EXCEPTION:
/* Begin struct "org_csapi_cm_TpPipeQoSInfo" */
-
-
-
decode_org_csapi_cm_TpPipeQoSInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpPipeQoSInfo" */
-
break;
case USER_EXCEPTION:
@@ -46409,11 +40092,8 @@ decode_org_csapi_cm_IpQoSTemplate_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -46425,11 +40105,8 @@ decode_org_csapi_cm_IpQoSTemplate_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -46441,30 +40118,18 @@ decode_org_csapi_cm_IpQoSTemplate_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cm_IpQoSTemplate_setPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_cm_TpPipeQoSInfo" */
-
-
-
decode_org_csapi_cm_TpPipeQoSInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpPipeQoSInfo" */
-
break;
case Reply:
@@ -46483,11 +40148,8 @@ decode_org_csapi_cm_IpQoSTemplate_setPipeQoSInfo(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -46499,11 +40161,8 @@ decode_org_csapi_cm_IpQoSTemplate_setPipeQoSInfo(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -46515,18 +40174,11 @@ decode_org_csapi_cm_IpQoSTemplate_setPipeQoSInfo(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cm_IpQoSTemplate_getValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -46540,13 +40192,8 @@ decode_org_csapi_cm_IpQoSTemplate_getValidityInfo(tvbuff_t *tvb _U_, packet_info
case NO_EXCEPTION:
/* Begin struct "org_csapi_cm_TpValidityInfo" */
-
-
-
decode_org_csapi_cm_TpValidityInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpValidityInfo" */
-
break;
case USER_EXCEPTION:
@@ -46555,11 +40202,8 @@ decode_org_csapi_cm_IpQoSTemplate_getValidityInfo(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -46571,11 +40215,8 @@ decode_org_csapi_cm_IpQoSTemplate_getValidityInfo(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -46587,30 +40228,18 @@ decode_org_csapi_cm_IpQoSTemplate_getValidityInfo(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cm_IpQoSTemplate_setValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_cm_TpValidityInfo" */
-
-
-
decode_org_csapi_cm_TpValidityInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpValidityInfo" */
-
break;
case Reply:
@@ -46629,11 +40258,8 @@ decode_org_csapi_cm_IpQoSTemplate_setValidityInfo(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -46645,11 +40271,8 @@ decode_org_csapi_cm_IpQoSTemplate_setValidityInfo(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -46661,30 +40284,18 @@ decode_org_csapi_cm_IpQoSTemplate_setValidityInfo(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cm_IpQoSTemplate_setProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_cm_TpProvisionedQoSInfo" */
-
-
-
decode_org_csapi_cm_TpProvisionedQoSInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpProvisionedQoSInfo" */
-
break;
case Reply:
@@ -46703,11 +40314,8 @@ decode_org_csapi_cm_IpQoSTemplate_setProvisionedQoSInfo(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -46719,11 +40327,8 @@ decode_org_csapi_cm_IpQoSTemplate_setProvisionedQoSInfo(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -46735,18 +40340,11 @@ decode_org_csapi_cm_IpQoSTemplate_setProvisionedQoSInfo(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -46760,13 +40358,8 @@ decode_org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packe
case NO_EXCEPTION:
/* Begin struct "org_csapi_cm_TpProvisionedQoSInfo" */
-
-
-
decode_org_csapi_cm_TpProvisionedQoSInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpProvisionedQoSInfo" */
-
break;
case USER_EXCEPTION:
@@ -46775,11 +40368,8 @@ decode_org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -46791,11 +40381,8 @@ decode_org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -46807,18 +40394,11 @@ decode_org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_cm_IpQoSTemplate_getDsCodepoint(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -46832,13 +40412,8 @@ decode_org_csapi_cm_IpQoSTemplate_getDsCodepoint(tvbuff_t *tvb _U_, packet_info
case NO_EXCEPTION:
/* Begin struct "org_csapi_cm_TpDsCodepoint" */
-
-
-
decode_org_csapi_cm_TpDsCodepoint_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpDsCodepoint" */
-
break;
case USER_EXCEPTION:
@@ -46847,11 +40422,8 @@ decode_org_csapi_cm_IpQoSTemplate_getDsCodepoint(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -46863,11 +40435,8 @@ decode_org_csapi_cm_IpQoSTemplate_getDsCodepoint(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -46879,17 +40448,13 @@ decode_org_csapi_cm_IpQoSTemplate_getDsCodepoint(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cm_IpEnterpriseNetwork_getSiteList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpStringList;
- guint32 i_TpStringList;
-
+ guint32 u_octet4_loop_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return;
+ guint32 i_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return;
/* Operation specific Variable declarations End */
@@ -46905,14 +40470,12 @@ decode_org_csapi_cm_IpEnterpriseNetwork_getSiteList(tvbuff_t *tvb _U_, packet_in
case NO_EXCEPTION:
- u_octet4_loop_TpStringList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpStringList = %u",u_octet4_loop_TpStringList);
- }
+ u_octet4_loop_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return);
- for (i_TpStringList=0; i_TpStringList < u_octet4_loop_TpStringList; i_TpStringList++) {
+ for (i_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return=0; i_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return < u_octet4_loop_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return; i_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpStringList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_IpEnterpriseNetwork_getSiteList_return");
}
@@ -46924,11 +40487,8 @@ decode_org_csapi_cm_IpEnterpriseNetwork_getSiteList(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -46940,11 +40500,8 @@ decode_org_csapi_cm_IpEnterpriseNetwork_getSiteList(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -46956,18 +40513,11 @@ decode_org_csapi_cm_IpEnterpriseNetwork_getSiteList(tvbuff_t *tvb _U_, packet_in
/*
* 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_)
+decode_org_csapi_cm_IpEnterpriseNetwork_getVPrN(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -46991,11 +40541,8 @@ decode_org_csapi_cm_IpEnterpriseNetwork_getVPrN(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -47007,11 +40554,8 @@ decode_org_csapi_cm_IpEnterpriseNetwork_getVPrN(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -47023,23 +40567,16 @@ decode_org_csapi_cm_IpEnterpriseNetwork_getVPrN(tvbuff_t *tvb _U_, packet_info *
/*
* 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_)
+decode_org_csapi_cm_IpEnterpriseNetwork_getSite(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "siteID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_IpEnterpriseNetwork_getSite_siteID");
break;
@@ -47060,11 +40597,8 @@ decode_org_csapi_cm_IpEnterpriseNetwork_getSite(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -47076,11 +40610,8 @@ decode_org_csapi_cm_IpEnterpriseNetwork_getSite(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -47092,17 +40623,13 @@ decode_org_csapi_cm_IpEnterpriseNetwork_getSite(tvbuff_t *tvb _U_, packet_info *
/*
* 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_)
+decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpStringList;
- guint32 i_TpStringList;
-
+ guint32 u_octet4_loop_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return;
+ guint32 i_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return;
/* Operation specific Variable declarations End */
@@ -47118,14 +40645,12 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList(tvbuff_t *tvb _U_, packet
case NO_EXCEPTION:
- u_octet4_loop_TpStringList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpStringList = %u",u_octet4_loop_TpStringList);
- }
+ u_octet4_loop_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return);
- for (i_TpStringList=0; i_TpStringList < u_octet4_loop_TpStringList; i_TpStringList++) {
+ for (i_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return=0; i_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return < u_octet4_loop_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return; i_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpStringList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return");
}
@@ -47137,11 +40662,8 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -47153,11 +40675,8 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -47169,18 +40688,11 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList(tvbuff_t *tvb _U_, packet
/*
* 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_)
+decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -47193,7 +40705,7 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID(tvbuff_t *tvb _U_, packet_
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpString");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_IpEnterpriseNetworkSite_getSiteID_return");
break;
@@ -47203,11 +40715,8 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -47219,11 +40728,8 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -47235,18 +40741,11 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -47259,7 +40758,7 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation(tvbuff_t *tvb _U_, p
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpString");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation_return");
break;
@@ -47269,11 +40768,8 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -47285,11 +40781,8 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -47301,18 +40794,11 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation(tvbuff_t *tvb _U_, p
/*
* 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_)
+decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -47325,7 +40811,7 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription(tvbuff_t *tvb _U_
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpString");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription_return");
break;
@@ -47335,11 +40821,8 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -47351,11 +40834,8 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -47367,18 +40847,11 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -47392,13 +40865,8 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet(tvbuff_t *tvb _U_, packe
case NO_EXCEPTION:
/* Begin struct "org_csapi_cm_TpIPSubnet" */
-
-
-
decode_org_csapi_cm_TpIPSubnet_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpIPSubnet" */
-
break;
case USER_EXCEPTION:
@@ -47407,11 +40875,8 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -47423,11 +40888,8 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -47439,23 +40901,16 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "sapID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet_sapID");
break;
@@ -47466,13 +40921,8 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet(tvbuff_t *tvb _U_, pa
case NO_EXCEPTION:
/* Begin struct "org_csapi_cm_TpIPSubnet" */
-
-
-
decode_org_csapi_cm_TpIPSubnet_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpIPSubnet" */
-
break;
case USER_EXCEPTION:
@@ -47481,11 +40931,8 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -47497,11 +40944,8 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -47513,33 +40957,19 @@ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet(tvbuff_t *tvb _U_, pa
/*
* 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_)
+decode_org_csapi_am_IpAppAccountManager_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_am_TpChargingEventInfo" */
-
-
-
decode_org_csapi_am_TpChargingEventInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_am_TpChargingEventInfo" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_reportNotification_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -47559,11 +40989,8 @@ decode_org_csapi_am_IpAppAccountManager_reportNotification(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -47575,11 +41002,8 @@ decode_org_csapi_am_IpAppAccountManager_reportNotification(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -47591,17 +41015,13 @@ decode_org_csapi_am_IpAppAccountManager_reportNotification(tvbuff_t *tvb _U_, pa
/*
* 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_)
+decode_org_csapi_am_IpAppAccountManager_queryBalanceRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_balances;
- guint32 i_balances;
-
+ guint32 u_octet4_loop_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances;
+ guint32 i_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances;
/* Operation specific Variable declarations End */
@@ -47609,25 +41029,16 @@ decode_org_csapi_am_IpAppAccountManager_queryBalanceRes(tvbuff_t *tvb _U_, packe
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryBalanceRes_queryId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_balances = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of balances = %u",u_octet4_loop_balances);
- }
+ u_octet4_loop_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances, tvb,*offset-4, 4, u_octet4_loop_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances);
- for (i_balances=0; i_balances < u_octet4_loop_balances; i_balances++) {
+ for (i_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances=0; i_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances < u_octet4_loop_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances; i_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances++) {
/* Begin struct "org_csapi_am_TpBalance" */
-
-
-
decode_org_csapi_am_TpBalance_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_am_TpBalance" */
-
}
break;
@@ -47648,11 +41059,8 @@ decode_org_csapi_am_IpAppAccountManager_queryBalanceRes(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -47664,11 +41072,8 @@ decode_org_csapi_am_IpAppAccountManager_queryBalanceRes(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -47680,16 +41085,12 @@ decode_org_csapi_am_IpAppAccountManager_queryBalanceRes(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_am_IpAppAccountManager_queryBalanceErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -47697,15 +41098,11 @@ decode_org_csapi_am_IpAppAccountManager_queryBalanceErr(tvbuff_t *tvb _U_, packe
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryBalanceErr_queryId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_am_TpBalanceQueryError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryBalanceErr_cause, tvb, *offset-4, 4, u_octet4);
break;
@@ -47725,11 +41122,8 @@ decode_org_csapi_am_IpAppAccountManager_queryBalanceErr(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -47741,11 +41135,8 @@ decode_org_csapi_am_IpAppAccountManager_queryBalanceErr(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -47757,17 +41148,13 @@ decode_org_csapi_am_IpAppAccountManager_queryBalanceErr(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_transactionHistory;
- guint32 i_transactionHistory;
-
+ guint32 u_octet4_loop_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory;
+ guint32 i_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory;
/* Operation specific Variable declarations End */
@@ -47775,25 +41162,16 @@ decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes(tvbuff_t *
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"retrievalID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_retrievalID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_transactionHistory = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of transactionHistory = %u",u_octet4_loop_transactionHistory);
- }
+ u_octet4_loop_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory, tvb,*offset-4, 4, u_octet4_loop_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory);
- for (i_transactionHistory=0; i_transactionHistory < u_octet4_loop_transactionHistory; i_transactionHistory++) {
+ for (i_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory=0; i_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory < u_octet4_loop_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory; i_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory++) {
/* Begin struct "org_csapi_am_TpTransactionHistory" */
-
-
-
decode_org_csapi_am_TpTransactionHistory_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_am_TpTransactionHistory" */
-
}
break;
@@ -47814,11 +41192,8 @@ decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -47830,11 +41205,8 @@ decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -47846,16 +41218,12 @@ decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes(tvbuff_t *
/*
* 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_)
+decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -47863,15 +41231,11 @@ decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr(tvbuff_t *
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"retrievalID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr_retrievalID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"transactionHistoryError = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_am_TpTransactionHistoryStatus,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr_transactionHistoryError, tvb, *offset-4, 4, u_octet4);
break;
@@ -47891,11 +41255,8 @@ decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -47907,11 +41268,8 @@ decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -47923,17 +41281,13 @@ decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr(tvbuff_t *
/*
* 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_)
+decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_dates;
- guint32 i_dates;
-
+ guint32 u_octet4_loop_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates;
+ guint32 i_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates;
/* Operation specific Variable declarations End */
@@ -47941,25 +41295,16 @@ decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes(tvbuff_t *tvb
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_queryId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_dates = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of dates = %u",u_octet4_loop_dates);
- }
+ u_octet4_loop_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates, tvb,*offset-4, 4, u_octet4_loop_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates);
- for (i_dates=0; i_dates < u_octet4_loop_dates; i_dates++) {
+ for (i_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates=0; i_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates < u_octet4_loop_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates; i_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates++) {
/* Begin struct "org_csapi_am_TpBalanceExpiryDate" */
-
-
-
decode_org_csapi_am_TpBalanceExpiryDate_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_am_TpBalanceExpiryDate" */
-
}
break;
@@ -47980,11 +41325,8 @@ decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -47996,11 +41338,8 @@ decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -48012,16 +41351,12 @@ decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -48029,15 +41364,11 @@ decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr(tvbuff_t *tvb
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr_queryId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_am_TpBalanceQueryError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr_cause, tvb, *offset-4, 4, u_octet4);
break;
@@ -48057,11 +41388,8 @@ decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -48073,11 +41401,8 @@ decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -48089,34 +41414,20 @@ decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_am_IpAppAccountManager_updateBalanceRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_updateBalanceRes_requestId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_am_TpBalance" */
-
-
-
decode_org_csapi_am_TpBalance_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_am_TpBalance" */
-
break;
case Reply:
@@ -48135,11 +41446,8 @@ decode_org_csapi_am_IpAppAccountManager_updateBalanceRes(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -48151,11 +41459,8 @@ decode_org_csapi_am_IpAppAccountManager_updateBalanceRes(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -48167,16 +41472,12 @@ decode_org_csapi_am_IpAppAccountManager_updateBalanceRes(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_am_IpAppAccountManager_updateBalanceErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -48184,15 +41485,11 @@ decode_org_csapi_am_IpAppAccountManager_updateBalanceErr(tvbuff_t *tvb _U_, pack
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_updateBalanceErr_requestId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_am_TpBalanceQueryError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_updateBalanceErr_cause, tvb, *offset-4, 4, u_octet4);
break;
@@ -48212,11 +41509,8 @@ decode_org_csapi_am_IpAppAccountManager_updateBalanceErr(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -48228,11 +41522,8 @@ decode_org_csapi_am_IpAppAccountManager_updateBalanceErr(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -48244,29 +41535,18 @@ decode_org_csapi_am_IpAppAccountManager_updateBalanceErr(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_am_IpAppAccountManager_createVoucherRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_createVoucherRes_requestId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"voucherId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_createVoucherRes_voucherId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -48286,11 +41566,8 @@ decode_org_csapi_am_IpAppAccountManager_createVoucherRes(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -48302,11 +41579,8 @@ decode_org_csapi_am_IpAppAccountManager_createVoucherRes(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -48318,16 +41592,12 @@ decode_org_csapi_am_IpAppAccountManager_createVoucherRes(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_am_IpAppAccountManager_createVoucherErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -48335,15 +41605,11 @@ decode_org_csapi_am_IpAppAccountManager_createVoucherErr(tvbuff_t *tvb _U_, pack
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_createVoucherErr_requestId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_am_TpVoucherError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_createVoucherErr_cause, tvb, *offset-4, 4, u_octet4);
break;
@@ -48363,11 +41629,8 @@ decode_org_csapi_am_IpAppAccountManager_createVoucherErr(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -48379,11 +41642,8 @@ decode_org_csapi_am_IpAppAccountManager_createVoucherErr(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -48395,29 +41655,18 @@ decode_org_csapi_am_IpAppAccountManager_createVoucherErr(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_am_IpAppAccountManager_destroyVoucherRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_destroyVoucherRes_requestId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"voucherId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_destroyVoucherRes_voucherId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -48437,11 +41686,8 @@ decode_org_csapi_am_IpAppAccountManager_destroyVoucherRes(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -48453,11 +41699,8 @@ decode_org_csapi_am_IpAppAccountManager_destroyVoucherRes(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -48469,16 +41712,12 @@ decode_org_csapi_am_IpAppAccountManager_destroyVoucherRes(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_am_IpAppAccountManager_destroyVoucherErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -48486,19 +41725,13 @@ decode_org_csapi_am_IpAppAccountManager_destroyVoucherErr(tvbuff_t *tvb _U_, pac
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_destroyVoucherErr_requestId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"voucherId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_destroyVoucherErr_voucherId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_am_TpVoucherError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_destroyVoucherErr_cause, tvb, *offset-4, 4, u_octet4);
break;
@@ -48518,11 +41751,8 @@ decode_org_csapi_am_IpAppAccountManager_destroyVoucherErr(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -48534,11 +41764,8 @@ decode_org_csapi_am_IpAppAccountManager_destroyVoucherErr(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -48550,34 +41777,20 @@ decode_org_csapi_am_IpAppAccountManager_destroyVoucherErr(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_am_IpAppAccountManager_queryVoucherRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryVoucherRes_queryId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_am_TpVoucher" */
-
-
-
decode_org_csapi_am_TpVoucher_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_am_TpVoucher" */
-
break;
case Reply:
@@ -48596,11 +41809,8 @@ decode_org_csapi_am_IpAppAccountManager_queryVoucherRes(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -48612,11 +41822,8 @@ decode_org_csapi_am_IpAppAccountManager_queryVoucherRes(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -48628,16 +41835,12 @@ decode_org_csapi_am_IpAppAccountManager_queryVoucherRes(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_am_IpAppAccountManager_queryVoucherErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -48645,19 +41848,13 @@ decode_org_csapi_am_IpAppAccountManager_queryVoucherErr(tvbuff_t *tvb _U_, packe
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryVoucherErr_queryId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"voucherId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryVoucherErr_voucherId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_am_TpVoucherError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryVoucherErr_cause, tvb, *offset-4, 4, u_octet4);
break;
@@ -48677,11 +41874,8 @@ decode_org_csapi_am_IpAppAccountManager_queryVoucherErr(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -48693,11 +41887,8 @@ decode_org_csapi_am_IpAppAccountManager_queryVoucherErr(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -48709,17 +41900,13 @@ decode_org_csapi_am_IpAppAccountManager_queryVoucherErr(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_am_IpAppAccountManager_queryUserVouchersRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_vouchers;
- guint32 i_vouchers;
-
+ guint32 u_octet4_loop_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers;
+ guint32 i_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers;
/* Operation specific Variable declarations End */
@@ -48727,25 +41914,16 @@ decode_org_csapi_am_IpAppAccountManager_queryUserVouchersRes(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_queryId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_vouchers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of vouchers = %u",u_octet4_loop_vouchers);
- }
+ u_octet4_loop_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers, tvb,*offset-4, 4, u_octet4_loop_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers);
- for (i_vouchers=0; i_vouchers < u_octet4_loop_vouchers; i_vouchers++) {
+ for (i_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers=0; i_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers < u_octet4_loop_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers; i_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers++) {
/* Begin struct "org_csapi_am_TpVoucher" */
-
-
-
decode_org_csapi_am_TpVoucher_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_am_TpVoucher" */
-
}
break;
@@ -48766,11 +41944,8 @@ decode_org_csapi_am_IpAppAccountManager_queryUserVouchersRes(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -48782,11 +41957,8 @@ decode_org_csapi_am_IpAppAccountManager_queryUserVouchersRes(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -48798,16 +41970,12 @@ decode_org_csapi_am_IpAppAccountManager_queryUserVouchersRes(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_am_IpAppAccountManager_queryUserVouchersErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -48815,15 +41983,11 @@ decode_org_csapi_am_IpAppAccountManager_queryUserVouchersErr(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"queryId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryUserVouchersErr_queryId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_am_TpVoucherError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAppAccountManager_queryUserVouchersErr_cause, tvb, *offset-4, 4, u_octet4);
break;
@@ -48843,11 +42007,8 @@ decode_org_csapi_am_IpAppAccountManager_queryUserVouchersErr(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -48859,11 +42020,8 @@ decode_org_csapi_am_IpAppAccountManager_queryUserVouchersErr(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -48875,18 +42033,11 @@ decode_org_csapi_am_IpAppAccountManager_queryUserVouchersErr(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_am_IpAccountManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -48895,13 +42046,8 @@ decode_org_csapi_am_IpAccountManager_createNotification(tvbuff_t *tvb _U_, packe
/* Begin struct "org_csapi_am_TpChargingEventCriteria" */
-
-
-
decode_org_csapi_am_TpChargingEventCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_am_TpChargingEventCriteria" */
-
break;
case Reply:
@@ -48910,9 +42056,7 @@ decode_org_csapi_am_IpAccountManager_createNotification(tvbuff_t *tvb _U_, packe
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_createNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -48922,11 +42066,8 @@ decode_org_csapi_am_IpAccountManager_createNotification(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -48938,11 +42079,8 @@ decode_org_csapi_am_IpAccountManager_createNotification(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -48954,25 +42092,16 @@ decode_org_csapi_am_IpAccountManager_createNotification(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_am_IpAccountManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_destroyNotification_assignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -48992,11 +42121,8 @@ decode_org_csapi_am_IpAccountManager_destroyNotification(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -49008,11 +42134,8 @@ decode_org_csapi_am_IpAccountManager_destroyNotification(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -49024,17 +42147,13 @@ decode_org_csapi_am_IpAccountManager_destroyNotification(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_am_IpAccountManager_queryBalanceReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_users;
- guint32 i_users;
-
+ guint32 u_octet4_loop_org_csapi_am_IpAccountManager_queryBalanceReq_users;
+ guint32 i_org_csapi_am_IpAccountManager_queryBalanceReq_users;
/* Operation specific Variable declarations End */
@@ -49042,21 +42161,14 @@ decode_org_csapi_am_IpAccountManager_queryBalanceReq(tvbuff_t *tvb _U_, packet_i
case Request:
- u_octet4_loop_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of users = %u",u_octet4_loop_users);
- }
+ u_octet4_loop_org_csapi_am_IpAccountManager_queryBalanceReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_queryBalanceReq_users, tvb,*offset-4, 4, u_octet4_loop_org_csapi_am_IpAccountManager_queryBalanceReq_users);
- for (i_users=0; i_users < u_octet4_loop_users; i_users++) {
+ for (i_org_csapi_am_IpAccountManager_queryBalanceReq_users=0; i_org_csapi_am_IpAccountManager_queryBalanceReq_users < u_octet4_loop_org_csapi_am_IpAccountManager_queryBalanceReq_users; i_org_csapi_am_IpAccountManager_queryBalanceReq_users++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
break;
@@ -49067,9 +42179,7 @@ decode_org_csapi_am_IpAccountManager_queryBalanceReq(tvbuff_t *tvb _U_, packet_i
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_queryBalanceReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -49079,11 +42189,8 @@ decode_org_csapi_am_IpAccountManager_queryBalanceReq(tvbuff_t *tvb _U_, packet_i
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -49095,11 +42202,8 @@ decode_org_csapi_am_IpAccountManager_queryBalanceReq(tvbuff_t *tvb _U_, packet_i
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -49111,34 +42215,20 @@ decode_org_csapi_am_IpAccountManager_queryBalanceReq(tvbuff_t *tvb _U_, packet_i
/*
* 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_)
+decode_org_csapi_am_IpAccountManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_changeNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_am_TpChargingEventCriteria" */
-
-
-
decode_org_csapi_am_TpChargingEventCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_am_TpChargingEventCriteria" */
-
break;
case Reply:
@@ -49157,11 +42247,8 @@ decode_org_csapi_am_IpAccountManager_changeNotification(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -49173,11 +42260,8 @@ decode_org_csapi_am_IpAccountManager_changeNotification(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -49189,17 +42273,13 @@ decode_org_csapi_am_IpAccountManager_changeNotification(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_am_IpAccountManager_getNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpChargingEventCriteriaResultSet;
- guint32 i_TpChargingEventCriteriaResultSet;
-
+ guint32 u_octet4_loop_org_csapi_am_IpAccountManager_getNotification_return;
+ guint32 i_org_csapi_am_IpAccountManager_getNotification_return;
/* Operation specific Variable declarations End */
@@ -49215,21 +42295,14 @@ decode_org_csapi_am_IpAccountManager_getNotification(tvbuff_t *tvb _U_, packet_i
case NO_EXCEPTION:
- u_octet4_loop_TpChargingEventCriteriaResultSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpChargingEventCriteriaResultSet = %u",u_octet4_loop_TpChargingEventCriteriaResultSet);
- }
+ u_octet4_loop_org_csapi_am_IpAccountManager_getNotification_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_getNotification_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_am_IpAccountManager_getNotification_return);
- for (i_TpChargingEventCriteriaResultSet=0; i_TpChargingEventCriteriaResultSet < u_octet4_loop_TpChargingEventCriteriaResultSet; i_TpChargingEventCriteriaResultSet++) {
+ for (i_org_csapi_am_IpAccountManager_getNotification_return=0; i_org_csapi_am_IpAccountManager_getNotification_return < u_octet4_loop_org_csapi_am_IpAccountManager_getNotification_return; i_org_csapi_am_IpAccountManager_getNotification_return++) {
/* Begin struct "org_csapi_am_TpChargingEventCriteriaResult" */
-
-
-
decode_org_csapi_am_TpChargingEventCriteriaResult_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_am_TpChargingEventCriteriaResult" */
-
}
break;
@@ -49240,11 +42313,8 @@ decode_org_csapi_am_IpAccountManager_getNotification(tvbuff_t *tvb _U_, packet_i
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -49256,11 +42326,8 @@ decode_org_csapi_am_IpAccountManager_getNotification(tvbuff_t *tvb _U_, packet_i
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -49272,38 +42339,21 @@ decode_org_csapi_am_IpAccountManager_getNotification(tvbuff_t *tvb _U_, packet_i
/*
* 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_)
+decode_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
/* Begin struct "org_csapi_TpTimeInterval" */
-
-
-
decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpTimeInterval" */
-
break;
case Reply:
@@ -49312,9 +42362,7 @@ decode_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq(tvbuff_t *tvb
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -49324,11 +42372,8 @@ decode_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -49340,11 +42385,8 @@ decode_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -49356,18 +42398,11 @@ decode_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_am_IpAccountManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -49383,9 +42418,7 @@ decode_org_csapi_am_IpAccountManager_enableNotifications(tvbuff_t *tvb _U_, pack
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_enableNotifications_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -49395,11 +42428,8 @@ decode_org_csapi_am_IpAccountManager_enableNotifications(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -49411,11 +42441,8 @@ decode_org_csapi_am_IpAccountManager_enableNotifications(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -49427,18 +42454,11 @@ decode_org_csapi_am_IpAccountManager_enableNotifications(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_am_IpAccountManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -49461,11 +42481,8 @@ decode_org_csapi_am_IpAccountManager_disableNotifications(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -49477,11 +42494,8 @@ decode_org_csapi_am_IpAccountManager_disableNotifications(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -49493,17 +42507,13 @@ decode_org_csapi_am_IpAccountManager_disableNotifications(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_users;
- guint32 i_users;
-
+ guint32 u_octet4_loop_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users;
+ guint32 i_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users;
/* Operation specific Variable declarations End */
@@ -49511,21 +42521,14 @@ decode_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq(tvbuff_t *tvb _U_
case Request:
- u_octet4_loop_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of users = %u",u_octet4_loop_users);
- }
+ u_octet4_loop_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users, tvb,*offset-4, 4, u_octet4_loop_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users);
- for (i_users=0; i_users < u_octet4_loop_users; i_users++) {
+ for (i_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users=0; i_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users < u_octet4_loop_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users; i_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
break;
@@ -49536,9 +42539,7 @@ decode_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq(tvbuff_t *tvb _U_
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -49548,11 +42549,8 @@ decode_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -49564,11 +42562,8 @@ decode_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -49580,45 +42575,24 @@ decode_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_am_IpAccountManager_updateBalanceReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"debit = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_am_IpAccountManager_updateBalanceReq_debit, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
/* Begin struct "org_csapi_am_TpBalanceInfo" */
-
-
-
decode_org_csapi_am_TpBalanceInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_am_TpBalanceInfo" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"period = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_updateBalanceReq_period, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -49628,9 +42602,7 @@ decode_org_csapi_am_IpAccountManager_updateBalanceReq(tvbuff_t *tvb _U_, packet_
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_updateBalanceReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -49640,11 +42612,8 @@ decode_org_csapi_am_IpAccountManager_updateBalanceReq(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -49656,11 +42625,8 @@ decode_org_csapi_am_IpAccountManager_updateBalanceReq(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -49672,38 +42638,21 @@ decode_org_csapi_am_IpAccountManager_updateBalanceReq(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_am_IpAccountManager_createVoucherReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
/* Begin struct "org_csapi_am_TpBalanceInfo" */
-
-
-
decode_org_csapi_am_TpBalanceInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_am_TpBalanceInfo" */
-
break;
case Reply:
@@ -49712,9 +42661,7 @@ decode_org_csapi_am_IpAccountManager_createVoucherReq(tvbuff_t *tvb _U_, packet_
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_createVoucherReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -49724,11 +42671,8 @@ decode_org_csapi_am_IpAccountManager_createVoucherReq(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -49740,11 +42684,8 @@ decode_org_csapi_am_IpAccountManager_createVoucherReq(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -49756,25 +42697,16 @@ decode_org_csapi_am_IpAccountManager_createVoucherReq(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_am_IpAccountManager_destroyVoucherReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"voucherId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_destroyVoucherReq_voucherId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -49784,9 +42716,7 @@ decode_org_csapi_am_IpAccountManager_destroyVoucherReq(tvbuff_t *tvb _U_, packet
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_destroyVoucherReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -49796,11 +42726,8 @@ decode_org_csapi_am_IpAccountManager_destroyVoucherReq(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -49812,11 +42739,8 @@ decode_org_csapi_am_IpAccountManager_destroyVoucherReq(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -49828,25 +42752,16 @@ decode_org_csapi_am_IpAccountManager_destroyVoucherReq(tvbuff_t *tvb _U_, packet
/*
* 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_)
+decode_org_csapi_am_IpAccountManager_queryVoucherReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"voucherId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_queryVoucherReq_voucherId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -49856,9 +42771,7 @@ decode_org_csapi_am_IpAccountManager_queryVoucherReq(tvbuff_t *tvb _U_, packet_i
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_queryVoucherReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -49868,11 +42781,8 @@ decode_org_csapi_am_IpAccountManager_queryVoucherReq(tvbuff_t *tvb _U_, packet_i
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -49884,11 +42794,8 @@ decode_org_csapi_am_IpAccountManager_queryVoucherReq(tvbuff_t *tvb _U_, packet_i
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -49900,30 +42807,18 @@ decode_org_csapi_am_IpAccountManager_queryVoucherReq(tvbuff_t *tvb _U_, packet_i
/*
* 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_)
+decode_org_csapi_am_IpAccountManager_queryUserVouchersReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
break;
case Reply:
@@ -49932,9 +42827,7 @@ decode_org_csapi_am_IpAccountManager_queryUserVouchersReq(tvbuff_t *tvb _U_, pac
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_IpAccountManager_queryUserVouchersReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -49944,11 +42837,8 @@ decode_org_csapi_am_IpAccountManager_queryUserVouchersReq(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -49960,11 +42850,8 @@ decode_org_csapi_am_IpAccountManager_queryUserVouchersReq(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -49976,16 +42863,12 @@ decode_org_csapi_am_IpAccountManager_queryUserVouchersReq(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_creditAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -49993,23 +42876,15 @@ decode_org_csapi_cs_IpAppChargingSession_creditAmountErr(tvbuff_t *tvb _U_, pack
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_error, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -50029,11 +42904,8 @@ decode_org_csapi_cs_IpAppChargingSession_creditAmountErr(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -50045,11 +42917,8 @@ decode_org_csapi_cs_IpAppChargingSession_creditAmountErr(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -50061,49 +42930,26 @@ decode_org_csapi_cs_IpAppChargingSession_creditAmountErr(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_creditAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cs_TpChargingPrice" */
-
-
-
decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingPrice" */
-
/* Begin struct "org_csapi_cs_TpChargingPrice" */
-
-
-
decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingPrice" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -50123,11 +42969,8 @@ decode_org_csapi_cs_IpAppChargingSession_creditAmountRes(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -50139,11 +42982,8 @@ decode_org_csapi_cs_IpAppChargingSession_creditAmountRes(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -50155,16 +42995,12 @@ decode_org_csapi_cs_IpAppChargingSession_creditAmountRes(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_creditUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -50172,23 +43008,15 @@ decode_org_csapi_cs_IpAppChargingSession_creditUnitErr(tvbuff_t *tvb _U_, packet
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_error, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -50208,11 +43036,8 @@ decode_org_csapi_cs_IpAppChargingSession_creditUnitErr(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -50224,11 +43049,8 @@ decode_org_csapi_cs_IpAppChargingSession_creditUnitErr(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -50240,19 +43062,15 @@ decode_org_csapi_cs_IpAppChargingSession_creditUnitErr(tvbuff_t *tvb _U_, packet
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_creditUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_creditedVolumes;
- guint32 i_creditedVolumes;
- guint32 u_octet4_loop_reservedUnitsLeft;
- guint32 i_reservedUnitsLeft;
-
+ guint32 u_octet4_loop_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes;
+ guint32 i_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes;
+ guint32 u_octet4_loop_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft;
+ guint32 i_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft;
/* Operation specific Variable declarations End */
@@ -50260,51 +43078,31 @@ decode_org_csapi_cs_IpAppChargingSession_creditUnitRes(tvbuff_t *tvb _U_, packet
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_creditedVolumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of creditedVolumes = %u",u_octet4_loop_creditedVolumes);
- }
+ u_octet4_loop_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes);
- for (i_creditedVolumes=0; i_creditedVolumes < u_octet4_loop_creditedVolumes; i_creditedVolumes++) {
+ for (i_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes=0; i_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes < u_octet4_loop_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes; i_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes++) {
/* Begin struct "org_csapi_cs_TpVolume" */
-
-
-
decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpVolume" */
-
}
- u_octet4_loop_reservedUnitsLeft = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of reservedUnitsLeft = %u",u_octet4_loop_reservedUnitsLeft);
- }
+ u_octet4_loop_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft);
- for (i_reservedUnitsLeft=0; i_reservedUnitsLeft < u_octet4_loop_reservedUnitsLeft; i_reservedUnitsLeft++) {
+ for (i_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft=0; i_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft < u_octet4_loop_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft; i_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft++) {
/* Begin struct "org_csapi_cs_TpVolume" */
-
-
-
decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpVolume" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -50324,11 +43122,8 @@ decode_org_csapi_cs_IpAppChargingSession_creditUnitRes(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -50340,11 +43135,8 @@ decode_org_csapi_cs_IpAppChargingSession_creditUnitRes(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -50356,16 +43148,12 @@ decode_org_csapi_cs_IpAppChargingSession_creditUnitRes(tvbuff_t *tvb _U_, packet
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_debitAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -50373,23 +43161,15 @@ decode_org_csapi_cs_IpAppChargingSession_debitAmountErr(tvbuff_t *tvb _U_, packe
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_error, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -50409,11 +43189,8 @@ decode_org_csapi_cs_IpAppChargingSession_debitAmountErr(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -50425,11 +43202,8 @@ decode_org_csapi_cs_IpAppChargingSession_debitAmountErr(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -50441,49 +43215,26 @@ decode_org_csapi_cs_IpAppChargingSession_debitAmountErr(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_debitAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cs_TpChargingPrice" */
-
-
-
decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingPrice" */
-
/* Begin struct "org_csapi_cs_TpChargingPrice" */
-
-
-
decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingPrice" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -50503,11 +43254,8 @@ decode_org_csapi_cs_IpAppChargingSession_debitAmountRes(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -50519,11 +43267,8 @@ decode_org_csapi_cs_IpAppChargingSession_debitAmountRes(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -50535,16 +43280,12 @@ decode_org_csapi_cs_IpAppChargingSession_debitAmountRes(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_debitUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -50552,23 +43293,15 @@ decode_org_csapi_cs_IpAppChargingSession_debitUnitErr(tvbuff_t *tvb _U_, packet_
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_error, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -50588,11 +43321,8 @@ decode_org_csapi_cs_IpAppChargingSession_debitUnitErr(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -50604,11 +43334,8 @@ decode_org_csapi_cs_IpAppChargingSession_debitUnitErr(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -50620,19 +43347,15 @@ decode_org_csapi_cs_IpAppChargingSession_debitUnitErr(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_debitUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_debitedVolumes;
- guint32 i_debitedVolumes;
- guint32 u_octet4_loop_reservedUnitsLeft;
- guint32 i_reservedUnitsLeft;
-
+ guint32 u_octet4_loop_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes;
+ guint32 i_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes;
+ guint32 u_octet4_loop_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft;
+ guint32 i_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft;
/* Operation specific Variable declarations End */
@@ -50640,51 +43363,31 @@ decode_org_csapi_cs_IpAppChargingSession_debitUnitRes(tvbuff_t *tvb _U_, packet_
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_debitedVolumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of debitedVolumes = %u",u_octet4_loop_debitedVolumes);
- }
+ u_octet4_loop_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes);
- for (i_debitedVolumes=0; i_debitedVolumes < u_octet4_loop_debitedVolumes; i_debitedVolumes++) {
+ for (i_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes=0; i_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes < u_octet4_loop_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes; i_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes++) {
/* Begin struct "org_csapi_cs_TpVolume" */
-
-
-
decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpVolume" */
-
}
- u_octet4_loop_reservedUnitsLeft = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of reservedUnitsLeft = %u",u_octet4_loop_reservedUnitsLeft);
- }
+ u_octet4_loop_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft);
- for (i_reservedUnitsLeft=0; i_reservedUnitsLeft < u_octet4_loop_reservedUnitsLeft; i_reservedUnitsLeft++) {
+ for (i_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft=0; i_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft < u_octet4_loop_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft; i_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft++) {
/* Begin struct "org_csapi_cs_TpVolume" */
-
-
-
decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpVolume" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -50704,11 +43407,8 @@ decode_org_csapi_cs_IpAppChargingSession_debitUnitRes(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -50720,11 +43420,8 @@ decode_org_csapi_cs_IpAppChargingSession_debitUnitRes(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -50736,16 +43433,12 @@ decode_org_csapi_cs_IpAppChargingSession_debitUnitRes(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_directCreditAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -50753,23 +43446,15 @@ decode_org_csapi_cs_IpAppChargingSession_directCreditAmountErr(tvbuff_t *tvb _U_
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_error, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -50789,11 +43474,8 @@ decode_org_csapi_cs_IpAppChargingSession_directCreditAmountErr(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -50805,11 +43487,8 @@ decode_org_csapi_cs_IpAppChargingSession_directCreditAmountErr(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -50821,41 +43500,23 @@ decode_org_csapi_cs_IpAppChargingSession_directCreditAmountErr(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_directCreditAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditAmountRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditAmountRes_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cs_TpChargingPrice" */
-
-
-
decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingPrice" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditAmountRes_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -50875,11 +43536,8 @@ decode_org_csapi_cs_IpAppChargingSession_directCreditAmountRes(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -50891,11 +43549,8 @@ decode_org_csapi_cs_IpAppChargingSession_directCreditAmountRes(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -50907,16 +43562,12 @@ decode_org_csapi_cs_IpAppChargingSession_directCreditAmountRes(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_directCreditUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -50924,23 +43575,15 @@ decode_org_csapi_cs_IpAppChargingSession_directCreditUnitErr(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_error, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -50960,11 +43603,8 @@ decode_org_csapi_cs_IpAppChargingSession_directCreditUnitErr(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -50976,11 +43616,8 @@ decode_org_csapi_cs_IpAppChargingSession_directCreditUnitErr(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -50992,17 +43629,13 @@ decode_org_csapi_cs_IpAppChargingSession_directCreditUnitErr(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_directCreditUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_creditedVolumes;
- guint32 i_creditedVolumes;
-
+ guint32 u_octet4_loop_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes;
+ guint32 i_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes;
/* Operation specific Variable declarations End */
@@ -51010,34 +43643,21 @@ decode_org_csapi_cs_IpAppChargingSession_directCreditUnitRes(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_creditedVolumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of creditedVolumes = %u",u_octet4_loop_creditedVolumes);
- }
+ u_octet4_loop_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes);
- for (i_creditedVolumes=0; i_creditedVolumes < u_octet4_loop_creditedVolumes; i_creditedVolumes++) {
+ for (i_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes=0; i_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes < u_octet4_loop_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes; i_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes++) {
/* Begin struct "org_csapi_cs_TpVolume" */
-
-
-
decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpVolume" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -51057,11 +43677,8 @@ decode_org_csapi_cs_IpAppChargingSession_directCreditUnitRes(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -51073,11 +43690,8 @@ decode_org_csapi_cs_IpAppChargingSession_directCreditUnitRes(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -51089,16 +43703,12 @@ decode_org_csapi_cs_IpAppChargingSession_directCreditUnitRes(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_directDebitAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -51106,23 +43716,15 @@ decode_org_csapi_cs_IpAppChargingSession_directDebitAmountErr(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_error, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -51142,11 +43744,8 @@ decode_org_csapi_cs_IpAppChargingSession_directDebitAmountErr(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -51158,11 +43757,8 @@ decode_org_csapi_cs_IpAppChargingSession_directDebitAmountErr(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -51174,41 +43770,23 @@ decode_org_csapi_cs_IpAppChargingSession_directDebitAmountErr(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_directDebitAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitAmountRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitAmountRes_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cs_TpChargingPrice" */
-
-
-
decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingPrice" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitAmountRes_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -51228,11 +43806,8 @@ decode_org_csapi_cs_IpAppChargingSession_directDebitAmountRes(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -51244,11 +43819,8 @@ decode_org_csapi_cs_IpAppChargingSession_directDebitAmountRes(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -51260,16 +43832,12 @@ decode_org_csapi_cs_IpAppChargingSession_directDebitAmountRes(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_directDebitUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -51277,23 +43845,15 @@ decode_org_csapi_cs_IpAppChargingSession_directDebitUnitErr(tvbuff_t *tvb _U_, p
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_error, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -51313,11 +43873,8 @@ decode_org_csapi_cs_IpAppChargingSession_directDebitUnitErr(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -51329,11 +43886,8 @@ decode_org_csapi_cs_IpAppChargingSession_directDebitUnitErr(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -51345,17 +43899,13 @@ decode_org_csapi_cs_IpAppChargingSession_directDebitUnitErr(tvbuff_t *tvb _U_, p
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_directDebitUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_debitedVolumes;
- guint32 i_debitedVolumes;
-
+ guint32 u_octet4_loop_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes;
+ guint32 i_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes;
/* Operation specific Variable declarations End */
@@ -51363,34 +43913,21 @@ decode_org_csapi_cs_IpAppChargingSession_directDebitUnitRes(tvbuff_t *tvb _U_, p
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_debitedVolumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of debitedVolumes = %u",u_octet4_loop_debitedVolumes);
- }
+ u_octet4_loop_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes);
- for (i_debitedVolumes=0; i_debitedVolumes < u_octet4_loop_debitedVolumes; i_debitedVolumes++) {
+ for (i_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes=0; i_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes < u_octet4_loop_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes; i_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes++) {
/* Begin struct "org_csapi_cs_TpVolume" */
-
-
-
decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpVolume" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -51410,11 +43947,8 @@ decode_org_csapi_cs_IpAppChargingSession_directDebitUnitRes(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -51426,11 +43960,8 @@ decode_org_csapi_cs_IpAppChargingSession_directDebitUnitRes(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -51442,16 +43973,12 @@ decode_org_csapi_cs_IpAppChargingSession_directDebitUnitRes(tvbuff_t *tvb _U_, p
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -51459,15 +43986,11 @@ decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr(tvbuff_t *tvb _U_, pa
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr_error, tvb, *offset-4, 4, u_octet4);
break;
@@ -51487,11 +44010,8 @@ decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -51503,11 +44023,8 @@ decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -51519,29 +44036,18 @@ decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr(tvbuff_t *tvb _U_, pa
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionTimeLeft = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes_sessionTimeLeft, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -51561,11 +44067,8 @@ decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -51577,11 +44080,8 @@ decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -51593,16 +44093,12 @@ decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes(tvbuff_t *tvb _U_, pa
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_rateErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -51610,15 +44106,11 @@ decode_org_csapi_cs_IpAppChargingSession_rateErr(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_rateErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_rateErr_error, tvb, *offset-4, 4, u_octet4);
break;
@@ -51638,11 +44130,8 @@ decode_org_csapi_cs_IpAppChargingSession_rateErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -51654,11 +44143,8 @@ decode_org_csapi_cs_IpAppChargingSession_rateErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -51670,17 +44156,13 @@ decode_org_csapi_cs_IpAppChargingSession_rateErr(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_rateRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_rates;
- guint32 i_rates;
-
+ guint32 u_octet4_loop_org_csapi_cs_IpAppChargingSession_rateRes_rates;
+ guint32 i_org_csapi_cs_IpAppChargingSession_rateRes_rates;
/* Operation specific Variable declarations End */
@@ -51688,30 +44170,19 @@ decode_org_csapi_cs_IpAppChargingSession_rateRes(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_rateRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_rates = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of rates = %u",u_octet4_loop_rates);
- }
+ u_octet4_loop_org_csapi_cs_IpAppChargingSession_rateRes_rates = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_rateRes_rates, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpAppChargingSession_rateRes_rates);
- for (i_rates=0; i_rates < u_octet4_loop_rates; i_rates++) {
+ for (i_org_csapi_cs_IpAppChargingSession_rateRes_rates=0; i_org_csapi_cs_IpAppChargingSession_rateRes_rates < u_octet4_loop_org_csapi_cs_IpAppChargingSession_rateRes_rates; i_org_csapi_cs_IpAppChargingSession_rateRes_rates++) {
/* Begin struct "org_csapi_cs_TpPriceVolume" */
-
-
-
decode_org_csapi_cs_TpPriceVolume_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpPriceVolume" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"validityTimeLeft = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_rateRes_validityTimeLeft, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -51731,11 +44202,8 @@ decode_org_csapi_cs_IpAppChargingSession_rateRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -51747,11 +44215,8 @@ decode_org_csapi_cs_IpAppChargingSession_rateRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -51763,16 +44228,12 @@ decode_org_csapi_cs_IpAppChargingSession_rateRes(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_reserveAmountErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -51780,23 +44241,15 @@ decode_org_csapi_cs_IpAppChargingSession_reserveAmountErr(tvbuff_t *tvb _U_, pac
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_error, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -51816,11 +44269,8 @@ decode_org_csapi_cs_IpAppChargingSession_reserveAmountErr(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -51832,11 +44282,8 @@ decode_org_csapi_cs_IpAppChargingSession_reserveAmountErr(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -51848,45 +44295,25 @@ decode_org_csapi_cs_IpAppChargingSession_reserveAmountErr(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_reserveAmountRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cs_TpChargingPrice" */
-
-
-
decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingPrice" */
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_sessionTimeLeft, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionTimeLeft = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -51906,11 +44333,8 @@ decode_org_csapi_cs_IpAppChargingSession_reserveAmountRes(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -51922,11 +44346,8 @@ decode_org_csapi_cs_IpAppChargingSession_reserveAmountRes(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -51938,16 +44359,12 @@ decode_org_csapi_cs_IpAppChargingSession_reserveAmountRes(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_reserveUnitErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -51955,23 +44372,15 @@ decode_org_csapi_cs_IpAppChargingSession_reserveUnitErr(tvbuff_t *tvb _U_, packe
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_error, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -51991,11 +44400,8 @@ decode_org_csapi_cs_IpAppChargingSession_reserveUnitErr(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -52007,11 +44413,8 @@ decode_org_csapi_cs_IpAppChargingSession_reserveUnitErr(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -52023,17 +44426,13 @@ decode_org_csapi_cs_IpAppChargingSession_reserveUnitErr(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_reserveUnitRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_reservedUnits;
- guint32 i_reservedUnits;
-
+ guint32 u_octet4_loop_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits;
+ guint32 i_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits;
/* Operation specific Variable declarations End */
@@ -52041,38 +44440,23 @@ decode_org_csapi_cs_IpAppChargingSession_reserveUnitRes(tvbuff_t *tvb _U_, packe
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_reservedUnits = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of reservedUnits = %u",u_octet4_loop_reservedUnits);
- }
+ u_octet4_loop_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits);
- for (i_reservedUnits=0; i_reservedUnits < u_octet4_loop_reservedUnits; i_reservedUnits++) {
+ for (i_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits=0; i_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits < u_octet4_loop_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits; i_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits++) {
/* Begin struct "org_csapi_cs_TpVolume" */
-
-
-
decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpVolume" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionTimeLeft = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_sessionTimeLeft, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumberNextRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_requestNumberNextRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -52092,11 +44476,8 @@ decode_org_csapi_cs_IpAppChargingSession_reserveUnitRes(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -52108,11 +44489,8 @@ decode_org_csapi_cs_IpAppChargingSession_reserveUnitRes(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -52124,16 +44502,12 @@ decode_org_csapi_cs_IpAppChargingSession_reserveUnitRes(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingSession_sessionEnded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -52141,15 +44515,11 @@ decode_org_csapi_cs_IpAppChargingSession_sessionEnded(tvbuff_t *tvb _U_, packet_
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_sessionEnded_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"report = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cs_TpSessionEndedCause,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingSession_sessionEnded_report, tvb, *offset-4, 4, u_octet4);
break;
@@ -52169,11 +44539,8 @@ decode_org_csapi_cs_IpAppChargingSession_sessionEnded(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -52185,11 +44552,8 @@ decode_org_csapi_cs_IpAppChargingSession_sessionEnded(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -52201,49 +44565,26 @@ decode_org_csapi_cs_IpAppChargingSession_sessionEnded(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_cs_IpChargingSession_creditAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_creditAmountReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cs_TpApplicationDescription" */
-
-
-
decode_org_csapi_cs_TpApplicationDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpApplicationDescription" */
-
/* Begin struct "org_csapi_cs_TpChargingPrice" */
-
-
-
decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingPrice" */
+ proto_tree_add_boolean(tree, hf_org_csapi_cs_IpChargingSession_creditAmountReq_closeReservation, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"closeReservation = %u",get_CDR_boolean(tvb,offset));
- }
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_creditAmountReq_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -52263,11 +44604,8 @@ decode_org_csapi_cs_IpChargingSession_creditAmountReq(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -52279,11 +44617,8 @@ decode_org_csapi_cs_IpChargingSession_creditAmountReq(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -52295,17 +44630,13 @@ decode_org_csapi_cs_IpChargingSession_creditAmountReq(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_cs_IpChargingSession_creditUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_volumes;
- guint32 i_volumes;
-
+ guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_creditUnitReq_volumes;
+ guint32 i_org_csapi_cs_IpChargingSession_creditUnitReq_volumes;
/* Operation specific Variable declarations End */
@@ -52313,42 +44644,24 @@ decode_org_csapi_cs_IpChargingSession_creditUnitReq(tvbuff_t *tvb _U_, packet_in
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_creditUnitReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cs_TpApplicationDescription" */
-
-
-
decode_org_csapi_cs_TpApplicationDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpApplicationDescription" */
+ u_octet4_loop_org_csapi_cs_IpChargingSession_creditUnitReq_volumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_creditUnitReq_volumes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_creditUnitReq_volumes);
- u_octet4_loop_volumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of volumes = %u",u_octet4_loop_volumes);
- }
-
- for (i_volumes=0; i_volumes < u_octet4_loop_volumes; i_volumes++) {
+ for (i_org_csapi_cs_IpChargingSession_creditUnitReq_volumes=0; i_org_csapi_cs_IpChargingSession_creditUnitReq_volumes < u_octet4_loop_org_csapi_cs_IpChargingSession_creditUnitReq_volumes; i_org_csapi_cs_IpChargingSession_creditUnitReq_volumes++) {
/* Begin struct "org_csapi_cs_TpVolume" */
-
-
-
decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpVolume" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"closeReservation = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_cs_IpChargingSession_creditUnitReq_closeReservation, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_creditUnitReq_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -52368,11 +44681,8 @@ decode_org_csapi_cs_IpChargingSession_creditUnitReq(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -52384,11 +44694,8 @@ decode_org_csapi_cs_IpChargingSession_creditUnitReq(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -52400,49 +44707,26 @@ decode_org_csapi_cs_IpChargingSession_creditUnitReq(tvbuff_t *tvb _U_, packet_in
/*
* 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_)
+decode_org_csapi_cs_IpChargingSession_debitAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_debitAmountReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cs_TpApplicationDescription" */
-
-
-
decode_org_csapi_cs_TpApplicationDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpApplicationDescription" */
-
/* Begin struct "org_csapi_cs_TpChargingPrice" */
-
-
-
decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingPrice" */
+ proto_tree_add_boolean(tree, hf_org_csapi_cs_IpChargingSession_debitAmountReq_closeReservation, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"closeReservation = %u",get_CDR_boolean(tvb,offset));
- }
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_debitAmountReq_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -52462,11 +44746,8 @@ decode_org_csapi_cs_IpChargingSession_debitAmountReq(tvbuff_t *tvb _U_, packet_i
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -52478,11 +44759,8 @@ decode_org_csapi_cs_IpChargingSession_debitAmountReq(tvbuff_t *tvb _U_, packet_i
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -52494,17 +44772,13 @@ decode_org_csapi_cs_IpChargingSession_debitAmountReq(tvbuff_t *tvb _U_, packet_i
/*
* 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_)
+decode_org_csapi_cs_IpChargingSession_debitUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_volumes;
- guint32 i_volumes;
-
+ guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_debitUnitReq_volumes;
+ guint32 i_org_csapi_cs_IpChargingSession_debitUnitReq_volumes;
/* Operation specific Variable declarations End */
@@ -52512,42 +44786,24 @@ decode_org_csapi_cs_IpChargingSession_debitUnitReq(tvbuff_t *tvb _U_, packet_inf
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_debitUnitReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cs_TpApplicationDescription" */
-
-
-
decode_org_csapi_cs_TpApplicationDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpApplicationDescription" */
+ u_octet4_loop_org_csapi_cs_IpChargingSession_debitUnitReq_volumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_debitUnitReq_volumes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_debitUnitReq_volumes);
- u_octet4_loop_volumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of volumes = %u",u_octet4_loop_volumes);
- }
-
- for (i_volumes=0; i_volumes < u_octet4_loop_volumes; i_volumes++) {
+ for (i_org_csapi_cs_IpChargingSession_debitUnitReq_volumes=0; i_org_csapi_cs_IpChargingSession_debitUnitReq_volumes < u_octet4_loop_org_csapi_cs_IpChargingSession_debitUnitReq_volumes; i_org_csapi_cs_IpChargingSession_debitUnitReq_volumes++) {
/* Begin struct "org_csapi_cs_TpVolume" */
-
-
-
decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpVolume" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"closeReservation = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_cs_IpChargingSession_debitUnitReq_closeReservation, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_debitUnitReq_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -52567,11 +44823,8 @@ decode_org_csapi_cs_IpChargingSession_debitUnitReq(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -52583,11 +44836,8 @@ decode_org_csapi_cs_IpChargingSession_debitUnitReq(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -52599,17 +44849,13 @@ decode_org_csapi_cs_IpChargingSession_debitUnitReq(tvbuff_t *tvb _U_, packet_inf
/*
* 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_)
+decode_org_csapi_cs_IpChargingSession_directCreditAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_chargingParameters;
- guint32 i_chargingParameters;
-
+ guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters;
+ guint32 i_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters;
/* Operation specific Variable declarations End */
@@ -52617,46 +44863,25 @@ decode_org_csapi_cs_IpChargingSession_directCreditAmountReq(tvbuff_t *tvb _U_, p
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_directCreditAmountReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cs_TpApplicationDescription" */
-
-
-
decode_org_csapi_cs_TpApplicationDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpApplicationDescription" */
+ u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters);
- u_octet4_loop_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of chargingParameters = %u",u_octet4_loop_chargingParameters);
- }
-
- for (i_chargingParameters=0; i_chargingParameters < u_octet4_loop_chargingParameters; i_chargingParameters++) {
+ for (i_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters=0; i_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters < u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters; i_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters++) {
/* Begin struct "org_csapi_cs_TpChargingParameter" */
-
-
-
decode_org_csapi_cs_TpChargingParameter_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingParameter" */
-
}
/* Begin struct "org_csapi_cs_TpChargingPrice" */
-
-
-
decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingPrice" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_directCreditAmountReq_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -52676,11 +44901,8 @@ decode_org_csapi_cs_IpChargingSession_directCreditAmountReq(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -52692,11 +44914,8 @@ decode_org_csapi_cs_IpChargingSession_directCreditAmountReq(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -52708,19 +44927,15 @@ decode_org_csapi_cs_IpChargingSession_directCreditAmountReq(tvbuff_t *tvb _U_, p
/*
* 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_)
+decode_org_csapi_cs_IpChargingSession_directCreditUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_chargingParameters;
- guint32 i_chargingParameters;
- guint32 u_octet4_loop_volumes;
- guint32 i_volumes;
-
+ guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters;
+ guint32 i_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters;
+ guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes;
+ guint32 i_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes;
/* Operation specific Variable declarations End */
@@ -52728,55 +44943,32 @@ decode_org_csapi_cs_IpChargingSession_directCreditUnitReq(tvbuff_t *tvb _U_, pac
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cs_TpApplicationDescription" */
-
-
-
decode_org_csapi_cs_TpApplicationDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpApplicationDescription" */
+ u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters);
- u_octet4_loop_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of chargingParameters = %u",u_octet4_loop_chargingParameters);
- }
-
- for (i_chargingParameters=0; i_chargingParameters < u_octet4_loop_chargingParameters; i_chargingParameters++) {
+ for (i_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters=0; i_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters < u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters; i_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters++) {
/* Begin struct "org_csapi_cs_TpChargingParameter" */
-
-
-
decode_org_csapi_cs_TpChargingParameter_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingParameter" */
-
}
- u_octet4_loop_volumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of volumes = %u",u_octet4_loop_volumes);
- }
+ u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes);
- for (i_volumes=0; i_volumes < u_octet4_loop_volumes; i_volumes++) {
+ for (i_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes=0; i_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes < u_octet4_loop_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes; i_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes++) {
/* Begin struct "org_csapi_cs_TpVolume" */
-
-
-
decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpVolume" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -52796,11 +44988,8 @@ decode_org_csapi_cs_IpChargingSession_directCreditUnitReq(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -52812,11 +45001,8 @@ decode_org_csapi_cs_IpChargingSession_directCreditUnitReq(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -52828,17 +45014,13 @@ decode_org_csapi_cs_IpChargingSession_directCreditUnitReq(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_cs_IpChargingSession_directDebitAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_chargingParameters;
- guint32 i_chargingParameters;
-
+ guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters;
+ guint32 i_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters;
/* Operation specific Variable declarations End */
@@ -52846,46 +45028,25 @@ decode_org_csapi_cs_IpChargingSession_directDebitAmountReq(tvbuff_t *tvb _U_, pa
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_directDebitAmountReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cs_TpApplicationDescription" */
-
-
-
decode_org_csapi_cs_TpApplicationDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpApplicationDescription" */
+ u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters);
- u_octet4_loop_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of chargingParameters = %u",u_octet4_loop_chargingParameters);
- }
-
- for (i_chargingParameters=0; i_chargingParameters < u_octet4_loop_chargingParameters; i_chargingParameters++) {
+ for (i_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters=0; i_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters < u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters; i_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters++) {
/* Begin struct "org_csapi_cs_TpChargingParameter" */
-
-
-
decode_org_csapi_cs_TpChargingParameter_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingParameter" */
-
}
/* Begin struct "org_csapi_cs_TpChargingPrice" */
-
-
-
decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingPrice" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_directDebitAmountReq_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -52905,11 +45066,8 @@ decode_org_csapi_cs_IpChargingSession_directDebitAmountReq(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -52921,11 +45079,8 @@ decode_org_csapi_cs_IpChargingSession_directDebitAmountReq(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -52937,19 +45092,15 @@ decode_org_csapi_cs_IpChargingSession_directDebitAmountReq(tvbuff_t *tvb _U_, pa
/*
* 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_)
+decode_org_csapi_cs_IpChargingSession_directDebitUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_chargingParameters;
- guint32 i_chargingParameters;
- guint32 u_octet4_loop_volumes;
- guint32 i_volumes;
-
+ guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters;
+ guint32 i_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters;
+ guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes;
+ guint32 i_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes;
/* Operation specific Variable declarations End */
@@ -52957,55 +45108,32 @@ decode_org_csapi_cs_IpChargingSession_directDebitUnitReq(tvbuff_t *tvb _U_, pack
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cs_TpApplicationDescription" */
-
-
-
decode_org_csapi_cs_TpApplicationDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpApplicationDescription" */
+ u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters);
- u_octet4_loop_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of chargingParameters = %u",u_octet4_loop_chargingParameters);
- }
-
- for (i_chargingParameters=0; i_chargingParameters < u_octet4_loop_chargingParameters; i_chargingParameters++) {
+ for (i_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters=0; i_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters < u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters; i_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters++) {
/* Begin struct "org_csapi_cs_TpChargingParameter" */
-
-
-
decode_org_csapi_cs_TpChargingParameter_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingParameter" */
-
}
- u_octet4_loop_volumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of volumes = %u",u_octet4_loop_volumes);
- }
+ u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes);
- for (i_volumes=0; i_volumes < u_octet4_loop_volumes; i_volumes++) {
+ for (i_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes=0; i_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes < u_octet4_loop_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes; i_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes++) {
/* Begin struct "org_csapi_cs_TpVolume" */
-
-
-
decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpVolume" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -53025,11 +45153,8 @@ decode_org_csapi_cs_IpChargingSession_directDebitUnitReq(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -53041,11 +45166,8 @@ decode_org_csapi_cs_IpChargingSession_directDebitUnitReq(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -53057,25 +45179,16 @@ decode_org_csapi_cs_IpChargingSession_directDebitUnitReq(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_cs_IpChargingSession_extendLifeTimeReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_extendLifeTimeReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -53095,11 +45208,8 @@ decode_org_csapi_cs_IpChargingSession_extendLifeTimeReq(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -53111,11 +45221,8 @@ decode_org_csapi_cs_IpChargingSession_extendLifeTimeReq(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -53127,25 +45234,16 @@ decode_org_csapi_cs_IpChargingSession_extendLifeTimeReq(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_cs_IpChargingSession_getAmountLeft(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_getAmountLeft_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -53156,13 +45254,8 @@ decode_org_csapi_cs_IpChargingSession_getAmountLeft(tvbuff_t *tvb _U_, packet_in
case NO_EXCEPTION:
/* Begin struct "org_csapi_cs_TpChargingPrice" */
-
-
-
decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingPrice" */
-
break;
case USER_EXCEPTION:
@@ -53171,11 +45264,8 @@ decode_org_csapi_cs_IpChargingSession_getAmountLeft(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -53187,11 +45277,8 @@ decode_org_csapi_cs_IpChargingSession_getAmountLeft(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -53203,25 +45290,16 @@ decode_org_csapi_cs_IpChargingSession_getAmountLeft(tvbuff_t *tvb _U_, packet_in
/*
* 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_)
+decode_org_csapi_cs_IpChargingSession_getLifeTimeLeft(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_getLifeTimeLeft_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -53231,9 +45309,7 @@ decode_org_csapi_cs_IpChargingSession_getLifeTimeLeft(tvbuff_t *tvb _U_, packet_
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_getLifeTimeLeft_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -53243,11 +45319,8 @@ decode_org_csapi_cs_IpChargingSession_getLifeTimeLeft(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -53259,11 +45332,8 @@ decode_org_csapi_cs_IpChargingSession_getLifeTimeLeft(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -53275,17 +45345,13 @@ decode_org_csapi_cs_IpChargingSession_getLifeTimeLeft(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_cs_IpChargingSession_getUnitLeft(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpVolumeSet;
- guint32 i_TpVolumeSet;
-
+ guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_getUnitLeft_return;
+ guint32 i_org_csapi_cs_IpChargingSession_getUnitLeft_return;
/* Operation specific Variable declarations End */
@@ -53293,9 +45359,7 @@ decode_org_csapi_cs_IpChargingSession_getUnitLeft(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_getUnitLeft_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -53305,21 +45369,14 @@ decode_org_csapi_cs_IpChargingSession_getUnitLeft(tvbuff_t *tvb _U_, packet_info
case NO_EXCEPTION:
- u_octet4_loop_TpVolumeSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpVolumeSet = %u",u_octet4_loop_TpVolumeSet);
- }
+ u_octet4_loop_org_csapi_cs_IpChargingSession_getUnitLeft_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_getUnitLeft_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_getUnitLeft_return);
- for (i_TpVolumeSet=0; i_TpVolumeSet < u_octet4_loop_TpVolumeSet; i_TpVolumeSet++) {
+ for (i_org_csapi_cs_IpChargingSession_getUnitLeft_return=0; i_org_csapi_cs_IpChargingSession_getUnitLeft_return < u_octet4_loop_org_csapi_cs_IpChargingSession_getUnitLeft_return; i_org_csapi_cs_IpChargingSession_getUnitLeft_return++) {
/* Begin struct "org_csapi_cs_TpVolume" */
-
-
-
decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpVolume" */
-
}
break;
@@ -53330,11 +45387,8 @@ decode_org_csapi_cs_IpChargingSession_getUnitLeft(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -53346,11 +45400,8 @@ decode_org_csapi_cs_IpChargingSession_getUnitLeft(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -53362,17 +45413,13 @@ decode_org_csapi_cs_IpChargingSession_getUnitLeft(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_cs_IpChargingSession_rateReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_chargingParameters;
- guint32 i_chargingParameters;
-
+ guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_rateReq_chargingParameters;
+ guint32 i_org_csapi_cs_IpChargingSession_rateReq_chargingParameters;
/* Operation specific Variable declarations End */
@@ -53380,25 +45427,16 @@ decode_org_csapi_cs_IpChargingSession_rateReq(tvbuff_t *tvb _U_, packet_info *pi
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_rateReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of chargingParameters = %u",u_octet4_loop_chargingParameters);
- }
+ u_octet4_loop_org_csapi_cs_IpChargingSession_rateReq_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_rateReq_chargingParameters, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_rateReq_chargingParameters);
- for (i_chargingParameters=0; i_chargingParameters < u_octet4_loop_chargingParameters; i_chargingParameters++) {
+ for (i_org_csapi_cs_IpChargingSession_rateReq_chargingParameters=0; i_org_csapi_cs_IpChargingSession_rateReq_chargingParameters < u_octet4_loop_org_csapi_cs_IpChargingSession_rateReq_chargingParameters; i_org_csapi_cs_IpChargingSession_rateReq_chargingParameters++) {
/* Begin struct "org_csapi_cs_TpChargingParameter" */
-
-
-
decode_org_csapi_cs_TpChargingParameter_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingParameter" */
-
}
break;
@@ -53419,11 +45457,8 @@ decode_org_csapi_cs_IpChargingSession_rateReq(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -53435,11 +45470,8 @@ decode_org_csapi_cs_IpChargingSession_rateReq(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -53451,29 +45483,18 @@ decode_org_csapi_cs_IpChargingSession_rateReq(tvbuff_t *tvb _U_, packet_info *pi
/*
* 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_)
+decode_org_csapi_cs_IpChargingSession_release(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_release_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_release_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -53493,11 +45514,8 @@ decode_org_csapi_cs_IpChargingSession_release(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -53509,11 +45527,8 @@ decode_org_csapi_cs_IpChargingSession_release(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -53525,17 +45540,13 @@ decode_org_csapi_cs_IpChargingSession_release(tvbuff_t *tvb _U_, packet_info *pi
/*
* 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_)
+decode_org_csapi_cs_IpChargingSession_reserveAmountReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_chargingParameters;
- guint32 i_chargingParameters;
-
+ guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters;
+ guint32 i_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters;
/* Operation specific Variable declarations End */
@@ -53543,54 +45554,28 @@ decode_org_csapi_cs_IpChargingSession_reserveAmountReq(tvbuff_t *tvb _U_, packet
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_reserveAmountReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cs_TpApplicationDescription" */
-
-
-
decode_org_csapi_cs_TpApplicationDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpApplicationDescription" */
+ u_octet4_loop_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters);
- u_octet4_loop_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of chargingParameters = %u",u_octet4_loop_chargingParameters);
- }
-
- for (i_chargingParameters=0; i_chargingParameters < u_octet4_loop_chargingParameters; i_chargingParameters++) {
+ for (i_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters=0; i_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters < u_octet4_loop_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters; i_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters++) {
/* Begin struct "org_csapi_cs_TpChargingParameter" */
-
-
-
decode_org_csapi_cs_TpChargingParameter_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingParameter" */
-
}
/* Begin struct "org_csapi_cs_TpChargingPrice" */
-
-
-
decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingPrice" */
-
/* Begin struct "org_csapi_cs_TpChargingPrice" */
-
-
-
decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingPrice" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_reserveAmountReq_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -53610,11 +45595,8 @@ decode_org_csapi_cs_IpChargingSession_reserveAmountReq(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -53626,11 +45608,8 @@ decode_org_csapi_cs_IpChargingSession_reserveAmountReq(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -53642,19 +45621,15 @@ decode_org_csapi_cs_IpChargingSession_reserveAmountReq(tvbuff_t *tvb _U_, packet
/*
* 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_)
+decode_org_csapi_cs_IpChargingSession_reserveUnitReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_chargingParameters;
- guint32 i_chargingParameters;
- guint32 u_octet4_loop_volumes;
- guint32 i_volumes;
-
+ guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters;
+ guint32 i_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters;
+ guint32 u_octet4_loop_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes;
+ guint32 i_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes;
/* Operation specific Variable declarations End */
@@ -53662,55 +45637,32 @@ decode_org_csapi_cs_IpChargingSession_reserveUnitReq(tvbuff_t *tvb _U_, packet_i
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_reserveUnitReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cs_TpApplicationDescription" */
-
-
-
decode_org_csapi_cs_TpApplicationDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpApplicationDescription" */
+ u_octet4_loop_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters);
- u_octet4_loop_chargingParameters = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of chargingParameters = %u",u_octet4_loop_chargingParameters);
- }
-
- for (i_chargingParameters=0; i_chargingParameters < u_octet4_loop_chargingParameters; i_chargingParameters++) {
+ for (i_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters=0; i_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters < u_octet4_loop_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters; i_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters++) {
/* Begin struct "org_csapi_cs_TpChargingParameter" */
-
-
-
decode_org_csapi_cs_TpChargingParameter_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingParameter" */
-
}
- u_octet4_loop_volumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of volumes = %u",u_octet4_loop_volumes);
- }
+ u_octet4_loop_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes);
- for (i_volumes=0; i_volumes < u_octet4_loop_volumes; i_volumes++) {
+ for (i_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes=0; i_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes < u_octet4_loop_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes; i_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes++) {
/* Begin struct "org_csapi_cs_TpVolume" */
-
-
-
decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpVolume" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingSession_reserveUnitReq_requestNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -53730,11 +45682,8 @@ decode_org_csapi_cs_IpChargingSession_reserveUnitReq(tvbuff_t *tvb _U_, packet_i
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -53746,11 +45695,8 @@ decode_org_csapi_cs_IpChargingSession_reserveUnitReq(tvbuff_t *tvb _U_, packet_i
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -53762,25 +45708,16 @@ decode_org_csapi_cs_IpChargingSession_reserveUnitReq(tvbuff_t *tvb _U_, packet_i
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingManager_sessionAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingManager_sessionAborted_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -53800,11 +45737,8 @@ decode_org_csapi_cs_IpAppChargingManager_sessionAborted(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -53816,11 +45750,8 @@ decode_org_csapi_cs_IpAppChargingManager_sessionAborted(tvbuff_t *tvb _U_, packe
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -53832,17 +45763,13 @@ decode_org_csapi_cs_IpAppChargingManager_sessionAborted(tvbuff_t *tvb _U_, packe
/*
* 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_)
+decode_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_chargingSessionSet;
- guint32 i_chargingSessionSet;
-
+ guint32 u_octet4_loop_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet;
+ guint32 i_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet;
/* Operation specific Variable declarations End */
@@ -53850,16 +45777,12 @@ decode_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions(tvbuff_t
case Request:
- u_octet4_loop_chargingSessionSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of chargingSessionSet = %u",u_octet4_loop_chargingSessionSet);
- }
+ u_octet4_loop_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet);
- for (i_chargingSessionSet=0; i_chargingSessionSet < u_octet4_loop_chargingSessionSet; i_chargingSessionSet++) {
+ for (i_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet=0; i_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet < u_octet4_loop_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet; i_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"chargingSessionSet = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -53881,11 +45804,8 @@ decode_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -53897,11 +45817,8 @@ decode_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -53913,18 +45830,11 @@ decode_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions(tvbuff_t
/*
* 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_)
+decode_org_csapi_cs_IpChargingManager_createChargingSession(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -53932,32 +45842,17 @@ decode_org_csapi_cs_IpChargingManager_createChargingSession(tvbuff_t *tvb _U_, p
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "sessionDescription");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cs_IpChargingManager_createChargingSession_sessionDescription");
/* Begin struct "org_csapi_cs_TpMerchantAccountID" */
-
-
-
decode_org_csapi_cs_TpMerchantAccountID_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpMerchantAccountID" */
-
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
/* Begin struct "org_csapi_cs_TpCorrelationID" */
-
-
-
decode_org_csapi_cs_TpCorrelationID_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpCorrelationID" */
-
break;
case Reply:
@@ -53967,13 +45862,8 @@ decode_org_csapi_cs_IpChargingManager_createChargingSession(tvbuff_t *tvb _U_, p
case NO_EXCEPTION:
/* Begin struct "org_csapi_cs_TpChargingSessionID" */
-
-
-
decode_org_csapi_cs_TpChargingSessionID_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingSessionID" */
-
break;
case USER_EXCEPTION:
@@ -53982,11 +45872,8 @@ decode_org_csapi_cs_IpChargingManager_createChargingSession(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -53998,11 +45885,8 @@ decode_org_csapi_cs_IpChargingManager_createChargingSession(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -54014,17 +45898,13 @@ decode_org_csapi_cs_IpChargingManager_createChargingSession(tvbuff_t *tvb _U_, p
/*
* 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_)
+decode_org_csapi_cs_IpChargingManager_createSplitChargingSession(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_users;
- guint32 i_users;
-
+ guint32 u_octet4_loop_org_csapi_cs_IpChargingManager_createSplitChargingSession_users;
+ guint32 i_org_csapi_cs_IpChargingManager_createSplitChargingSession_users;
/* Operation specific Variable declarations End */
@@ -54035,41 +45915,24 @@ decode_org_csapi_cs_IpChargingManager_createSplitChargingSession(tvbuff_t *tvb _
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "sessionDescription");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cs_IpChargingManager_createSplitChargingSession_sessionDescription");
/* Begin struct "org_csapi_cs_TpMerchantAccountID" */
-
-
-
decode_org_csapi_cs_TpMerchantAccountID_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpMerchantAccountID" */
+ u_octet4_loop_org_csapi_cs_IpChargingManager_createSplitChargingSession_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_IpChargingManager_createSplitChargingSession_users, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_IpChargingManager_createSplitChargingSession_users);
- u_octet4_loop_users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of users = %u",u_octet4_loop_users);
- }
-
- for (i_users=0; i_users < u_octet4_loop_users; i_users++) {
+ for (i_org_csapi_cs_IpChargingManager_createSplitChargingSession_users=0; i_org_csapi_cs_IpChargingManager_createSplitChargingSession_users < u_octet4_loop_org_csapi_cs_IpChargingManager_createSplitChargingSession_users; i_org_csapi_cs_IpChargingManager_createSplitChargingSession_users++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
/* Begin struct "org_csapi_cs_TpCorrelationID" */
-
-
-
decode_org_csapi_cs_TpCorrelationID_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpCorrelationID" */
-
break;
case Reply:
@@ -54079,13 +45942,8 @@ decode_org_csapi_cs_IpChargingManager_createSplitChargingSession(tvbuff_t *tvb _
case NO_EXCEPTION:
/* Begin struct "org_csapi_cs_TpChargingSessionID" */
-
-
-
decode_org_csapi_cs_TpChargingSessionID_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingSessionID" */
-
break;
case USER_EXCEPTION:
@@ -54094,11 +45952,8 @@ decode_org_csapi_cs_IpChargingManager_createSplitChargingSession(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -54110,11 +45965,8 @@ decode_org_csapi_cs_IpChargingManager_createSplitChargingSession(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -54126,34 +45978,20 @@ decode_org_csapi_cs_IpChargingManager_createSplitChargingSession(tvbuff_t *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_)
+decode_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_policy_TpPolicyEvent" */
-
-
-
decode_org_csapi_policy_TpPolicyEvent_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_policy_TpPolicyEvent" */
-
break;
case Reply:
@@ -54172,11 +46010,8 @@ decode_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -54188,11 +46023,8 @@ decode_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -54204,17 +46036,13 @@ decode_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification(tvbuff_t
/*
* 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_)
+decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_outputVariables;
- guint32 i_outputVariables;
-
+ guint32 u_octet4_loop_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables;
+ guint32 i_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables;
/* Operation specific Variable declarations End */
@@ -54222,25 +46050,16 @@ decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes(tvbuff_t *tvb
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_outputVariables = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of outputVariables = %u",u_octet4_loop_outputVariables);
- }
+ u_octet4_loop_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables);
- for (i_outputVariables=0; i_outputVariables < u_octet4_loop_outputVariables; i_outputVariables++) {
+ for (i_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables=0; i_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables < u_octet4_loop_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables; i_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables++) {
/* Begin struct "org_csapi_policy_TpPolicyNameValue" */
-
-
-
decode_org_csapi_policy_TpPolicyNameValue_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_policy_TpPolicyNameValue" */
-
}
break;
@@ -54261,11 +46080,8 @@ decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -54277,11 +46093,8 @@ decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -54293,29 +46106,18 @@ decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr_error, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -54335,11 +46137,8 @@ decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -54351,11 +46150,8 @@ decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -54367,19 +46163,15 @@ decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_inputVariables;
- guint32 i_inputVariables;
- guint32 u_octet4_loop_TpPolicyNameValueList;
- guint32 i_TpPolicyNameValueList;
-
+ guint32 u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables;
+ guint32 i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables;
+ guint32 u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return;
+ guint32 i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return;
/* Operation specific Variable declarations End */
@@ -54387,25 +46179,18 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy(tvbuff_t *tvb
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "domainName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_domainName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "signatureName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_signatureName");
- u_octet4_loop_inputVariables = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of inputVariables = %u",u_octet4_loop_inputVariables);
- }
+ u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables);
- for (i_inputVariables=0; i_inputVariables < u_octet4_loop_inputVariables; i_inputVariables++) {
+ for (i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables=0; i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables < u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables; i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables++) {
/* Begin struct "org_csapi_policy_TpPolicyNameValue" */
-
-
-
decode_org_csapi_policy_TpPolicyNameValue_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_policy_TpPolicyNameValue" */
-
}
break;
@@ -54416,21 +46201,14 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy(tvbuff_t *tvb
case NO_EXCEPTION:
- u_octet4_loop_TpPolicyNameValueList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPolicyNameValueList = %u",u_octet4_loop_TpPolicyNameValueList);
- }
+ u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return);
- for (i_TpPolicyNameValueList=0; i_TpPolicyNameValueList < u_octet4_loop_TpPolicyNameValueList; i_TpPolicyNameValueList++) {
+ for (i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return=0; i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return < u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return; i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return++) {
/* Begin struct "org_csapi_policy_TpPolicyNameValue" */
-
-
-
decode_org_csapi_policy_TpPolicyNameValue_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_policy_TpPolicyNameValue" */
-
}
break;
@@ -54441,11 +46219,8 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -54457,11 +46232,8 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -54473,17 +46245,13 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_inputVariables;
- guint32 i_inputVariables;
-
+ guint32 u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables;
+ guint32 i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables;
/* Operation specific Variable declarations End */
@@ -54491,25 +46259,18 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq(tvbuff_t *t
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "domainName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_domainName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "signatureName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_signatureName");
- u_octet4_loop_inputVariables = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of inputVariables = %u",u_octet4_loop_inputVariables);
- }
+ u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables);
- for (i_inputVariables=0; i_inputVariables < u_octet4_loop_inputVariables; i_inputVariables++) {
+ for (i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables=0; i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables < u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables; i_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables++) {
/* Begin struct "org_csapi_policy_TpPolicyNameValue" */
-
-
-
decode_org_csapi_policy_TpPolicyNameValue_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_policy_TpPolicyNameValue" */
-
}
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -54523,9 +46284,7 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq(tvbuff_t *t
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -54535,11 +46294,8 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -54551,11 +46307,8 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -54567,27 +46320,18 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "domainName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq_domainName");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -54607,11 +46351,8 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -54623,11 +46364,8 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -54639,17 +46377,13 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq(tvbuff
/*
* 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_)
+decode_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributes;
- guint32 i_attributes;
-
+ guint32 u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes;
+ guint32 i_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes;
/* Operation specific Variable declarations End */
@@ -54657,25 +46391,18 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent(tvbuff_t *t
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "domainName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_domainName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "eventDefinitionName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_eventDefinitionName");
- u_octet4_loop_attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributes = %u",u_octet4_loop_attributes);
- }
+ u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes);
- for (i_attributes=0; i_attributes < u_octet4_loop_attributes; i_attributes++) {
+ for (i_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes=0; i_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes < u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes; i_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes++) {
/* Begin struct "org_csapi_TpAttribute" */
-
-
-
decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAttribute" */
-
}
break;
@@ -54696,11 +46423,8 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -54712,11 +46436,8 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -54728,17 +46449,13 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_events;
- guint32 i_events;
-
+ guint32 u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events;
+ guint32 i_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events;
/* Operation specific Variable declarations End */
@@ -54746,19 +46463,17 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification(tvbuff
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "domainName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_domainName");
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- u_octet4_loop_events = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of events = %u",u_octet4_loop_events);
- }
+ u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events);
- for (i_events=0; i_events < u_octet4_loop_events; i_events++) {
+ for (i_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events=0; i_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events < u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events; i_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "events");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events");
}
@@ -54770,9 +46485,7 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification(tvbuff
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -54782,11 +46495,8 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -54798,11 +46508,8 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -54814,17 +46521,13 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification(tvbuff
/*
* 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_)
+decode_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_events;
- guint32 i_events;
-
+ guint32 u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events;
+ guint32 i_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events;
/* Operation specific Variable declarations End */
@@ -54832,18 +46535,14 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification(tvbuf
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_events = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of events = %u",u_octet4_loop_events);
- }
+ u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events);
- for (i_events=0; i_events < u_octet4_loop_events; i_events++) {
+ for (i_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events=0; i_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events < u_octet4_loop_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events; i_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "events");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events");
}
@@ -54865,11 +46564,8 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -54881,11 +46577,8 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -54897,23 +46590,16 @@ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification(tvbuf
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicy_getAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicy_getAttribute_attributeName");
break;
@@ -54924,13 +46610,8 @@ decode_org_csapi_policy_provisioning_IpPolicy_getAttribute(tvbuff_t *tvb _U_, pa
case NO_EXCEPTION:
/* Begin struct "org_csapi_TpAttribute" */
-
-
-
decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAttribute" */
-
break;
case USER_EXCEPTION:
@@ -54939,11 +46620,8 @@ decode_org_csapi_policy_provisioning_IpPolicy_getAttribute(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -54955,11 +46633,8 @@ decode_org_csapi_policy_provisioning_IpPolicy_getAttribute(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -54971,30 +46646,18 @@ decode_org_csapi_policy_provisioning_IpPolicy_getAttribute(tvbuff_t *tvb _U_, pa
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicy_setAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_TpAttribute" */
-
-
-
decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAttribute" */
-
break;
case Reply:
@@ -55013,11 +46676,8 @@ decode_org_csapi_policy_provisioning_IpPolicy_setAttribute(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -55029,11 +46689,8 @@ decode_org_csapi_policy_provisioning_IpPolicy_setAttribute(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -55045,19 +46702,15 @@ decode_org_csapi_policy_provisioning_IpPolicy_setAttribute(tvbuff_t *tvb _U_, pa
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicy_getAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributeNames;
- guint32 i_attributeNames;
- guint32 u_octet4_loop_TpAttributeSet;
- guint32 i_TpAttributeSet;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames;
+ guint32 i_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames;
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_getAttributes_return;
+ guint32 i_org_csapi_policy_provisioning_IpPolicy_getAttributes_return;
/* Operation specific Variable declarations End */
@@ -55065,14 +46718,12 @@ decode_org_csapi_policy_provisioning_IpPolicy_getAttributes(tvbuff_t *tvb _U_, p
case Request:
- u_octet4_loop_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributeNames = %u",u_octet4_loop_attributeNames);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames);
- for (i_attributeNames=0; i_attributeNames < u_octet4_loop_attributeNames; i_attributeNames++) {
+ for (i_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames=0; i_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames < u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames; i_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames");
}
@@ -55084,21 +46735,14 @@ decode_org_csapi_policy_provisioning_IpPolicy_getAttributes(tvbuff_t *tvb _U_, p
case NO_EXCEPTION:
- u_octet4_loop_TpAttributeSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpAttributeSet = %u",u_octet4_loop_TpAttributeSet);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_getAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_getAttributes_return);
- for (i_TpAttributeSet=0; i_TpAttributeSet < u_octet4_loop_TpAttributeSet; i_TpAttributeSet++) {
+ for (i_org_csapi_policy_provisioning_IpPolicy_getAttributes_return=0; i_org_csapi_policy_provisioning_IpPolicy_getAttributes_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_getAttributes_return; i_org_csapi_policy_provisioning_IpPolicy_getAttributes_return++) {
/* Begin struct "org_csapi_TpAttribute" */
-
-
-
decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAttribute" */
-
}
break;
@@ -55109,11 +46753,8 @@ decode_org_csapi_policy_provisioning_IpPolicy_getAttributes(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -55125,11 +46766,8 @@ decode_org_csapi_policy_provisioning_IpPolicy_getAttributes(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -55141,17 +46779,13 @@ decode_org_csapi_policy_provisioning_IpPolicy_getAttributes(tvbuff_t *tvb _U_, p
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicy_setAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_targetAttributes;
- guint32 i_targetAttributes;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes;
+ guint32 i_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes;
/* Operation specific Variable declarations End */
@@ -55159,21 +46793,14 @@ decode_org_csapi_policy_provisioning_IpPolicy_setAttributes(tvbuff_t *tvb _U_, p
case Request:
- u_octet4_loop_targetAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of targetAttributes = %u",u_octet4_loop_targetAttributes);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes);
- for (i_targetAttributes=0; i_targetAttributes < u_octet4_loop_targetAttributes; i_targetAttributes++) {
+ for (i_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes=0; i_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes < u_octet4_loop_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes; i_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes++) {
/* Begin struct "org_csapi_TpAttribute" */
-
-
-
decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAttribute" */
-
}
break;
@@ -55194,11 +46821,8 @@ decode_org_csapi_policy_provisioning_IpPolicy_setAttributes(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -55210,11 +46834,8 @@ decode_org_csapi_policy_provisioning_IpPolicy_setAttributes(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -55226,17 +46847,13 @@ decode_org_csapi_policy_provisioning_IpPolicy_setAttributes(tvbuff_t *tvb _U_, p
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyIterator_getList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpStringSet;
- guint32 i_TpStringSet;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyIterator_getList_return;
+ guint32 i_org_csapi_policy_provisioning_IpPolicyIterator_getList_return;
/* Operation specific Variable declarations End */
@@ -55244,13 +46861,9 @@ decode_org_csapi_policy_provisioning_IpPolicyIterator_getList(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"startIndex = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_startIndex, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"numberRequested = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_numberRequested, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -55260,14 +46873,12 @@ decode_org_csapi_policy_provisioning_IpPolicyIterator_getList(tvbuff_t *tvb _U_,
case NO_EXCEPTION:
- u_octet4_loop_TpStringSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpStringSet = %u",u_octet4_loop_TpStringSet);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicyIterator_getList_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyIterator_getList_return);
- for (i_TpStringSet=0; i_TpStringSet < u_octet4_loop_TpStringSet; i_TpStringSet++) {
+ for (i_org_csapi_policy_provisioning_IpPolicyIterator_getList_return=0; i_org_csapi_policy_provisioning_IpPolicyIterator_getList_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyIterator_getList_return; i_org_csapi_policy_provisioning_IpPolicyIterator_getList_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpStringSet");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyIterator_getList_return");
}
@@ -55279,11 +46890,8 @@ decode_org_csapi_policy_provisioning_IpPolicyIterator_getList(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -55295,11 +46903,8 @@ decode_org_csapi_policy_provisioning_IpPolicyIterator_getList(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -55311,18 +46916,11 @@ decode_org_csapi_policy_provisioning_IpPolicyIterator_getList(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRepository_getParentRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -55346,11 +46944,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getParentRepository(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -55362,11 +46957,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getParentRepository(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -55378,23 +46970,16 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getParentRepository(tvbu
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRepository_createRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "repositoryName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyRepository_createRepository_repositoryName");
break;
@@ -55415,11 +47000,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_createRepository(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -55431,11 +47013,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_createRepository(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -55447,23 +47026,16 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_createRepository(tvbuff_
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "repositoryName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyRepository_getRepository_repositoryName");
break;
@@ -55484,11 +47056,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepository(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -55500,11 +47069,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepository(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -55516,23 +47082,16 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepository(tvbuff_t *
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRepository_removeRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "repositoryName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyRepository_removeRepository_repositoryName");
break;
@@ -55552,11 +47111,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_removeRepository(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -55568,11 +47124,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_removeRepository(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -55584,18 +47137,11 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_removeRepository(tvbuff_
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -55608,9 +47154,7 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount(tvbuf
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -55620,11 +47164,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -55636,11 +47177,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -55652,18 +47190,11 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount(tvbuf
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -55687,11 +47218,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryIterator(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -55703,11 +47231,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryIterator(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -55719,18 +47244,14 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryIterator(tv
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRepository_createCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
- guint32 u_octet4_loop_conditionAttributes;
- guint32 i_conditionAttributes;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes;
+ guint32 i_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes;
/* Operation specific Variable declarations End */
@@ -55738,29 +47259,20 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_createCondition(tvbuff_t
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "conditionName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionName");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"conditionType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_policy_TpPolicyConditionType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionType, tvb, *offset-4, 4, u_octet4);
- u_octet4_loop_conditionAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of conditionAttributes = %u",u_octet4_loop_conditionAttributes);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes);
- for (i_conditionAttributes=0; i_conditionAttributes < u_octet4_loop_conditionAttributes; i_conditionAttributes++) {
+ for (i_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes=0; i_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes; i_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes++) {
/* Begin struct "org_csapi_TpAttribute" */
-
-
-
decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAttribute" */
-
}
break;
@@ -55782,11 +47294,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_createCondition(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -55798,11 +47307,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_createCondition(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -55814,23 +47320,16 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_createCondition(tvbuff_t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRepository_getCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "conditionName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyRepository_getCondition_conditionName");
break;
@@ -55851,11 +47350,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getCondition(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -55867,11 +47363,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getCondition(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -55883,23 +47376,16 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getCondition(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRepository_removeCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "conditionName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyRepository_removeCondition_conditionName");
break;
@@ -55919,11 +47405,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_removeCondition(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -55935,11 +47418,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_removeCondition(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -55951,18 +47431,11 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_removeCondition(tvbuff_t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -55975,9 +47448,7 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount(tvbuff
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -55987,11 +47458,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -56003,11 +47471,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -56019,18 +47484,11 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount(tvbuff
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -56054,11 +47512,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionIterator(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -56070,11 +47525,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionIterator(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -56086,18 +47538,14 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionIterator(tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRepository_createAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
- guint32 u_octet4_loop_actionAttributes;
- guint32 i_actionAttributes;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes;
+ guint32 i_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes;
/* Operation specific Variable declarations End */
@@ -56105,29 +47553,20 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_createAction(tvbuff_t *t
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "actionName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionName");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"actionType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_policy_TpPolicyActionType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionType, tvb, *offset-4, 4, u_octet4);
- u_octet4_loop_actionAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of actionAttributes = %u",u_octet4_loop_actionAttributes);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes);
- for (i_actionAttributes=0; i_actionAttributes < u_octet4_loop_actionAttributes; i_actionAttributes++) {
+ for (i_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes=0; i_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes; i_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes++) {
/* Begin struct "org_csapi_TpAttribute" */
-
-
-
decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAttribute" */
-
}
break;
@@ -56149,11 +47588,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_createAction(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -56165,11 +47601,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_createAction(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -56181,23 +47614,16 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_createAction(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRepository_getAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "actionName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyRepository_getAction_actionName");
break;
@@ -56218,11 +47644,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getAction(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -56234,11 +47657,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getAction(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -56250,23 +47670,16 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getAction(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRepository_removeAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "actionName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyRepository_removeAction_actionName");
break;
@@ -56286,11 +47699,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_removeAction(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -56302,11 +47712,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_removeAction(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -56318,18 +47725,11 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_removeAction(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -56342,9 +47742,7 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount(tvbuff_t
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -56354,11 +47752,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -56370,11 +47765,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -56386,18 +47778,11 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount(tvbuff_t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -56421,11 +47806,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionIterator(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -56437,11 +47819,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionIterator(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -56453,18 +47832,11 @@ decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionIterator(tvbuff
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRule_getParentGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -56488,11 +47860,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getParentGroup(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -56504,11 +47873,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getParentGroup(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -56520,18 +47886,11 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getParentGroup(tvbuff_t *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_)
+decode_org_csapi_policy_provisioning_IpPolicyRule_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -56555,11 +47914,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getParentDomain(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -56571,11 +47927,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getParentDomain(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -56587,18 +47940,14 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getParentDomain(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRule_createCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
- guint32 u_octet4_loop_conditionAttributes;
- guint32 i_conditionAttributes;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes;
+ guint32 i_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes;
/* Operation specific Variable declarations End */
@@ -56606,29 +47955,20 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_createCondition(tvbuff_t *tvb
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "conditionName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionName");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"conditionType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_policy_TpPolicyConditionType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionType, tvb, *offset-4, 4, u_octet4);
- u_octet4_loop_conditionAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of conditionAttributes = %u",u_octet4_loop_conditionAttributes);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes);
- for (i_conditionAttributes=0; i_conditionAttributes < u_octet4_loop_conditionAttributes; i_conditionAttributes++) {
+ for (i_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes=0; i_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes; i_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes++) {
/* Begin struct "org_csapi_TpAttribute" */
-
-
-
decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAttribute" */
-
}
break;
@@ -56650,11 +47990,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_createCondition(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -56666,11 +48003,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_createCondition(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -56682,23 +48016,16 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_createCondition(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRule_getCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "conditionName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyRule_getCondition_conditionName");
break;
@@ -56719,11 +48046,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getCondition(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -56735,11 +48059,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getCondition(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -56751,23 +48072,16 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getCondition(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRule_removeCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "conditionName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyRule_removeCondition_conditionName");
break;
@@ -56787,11 +48101,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_removeCondition(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -56803,11 +48114,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_removeCondition(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -56819,18 +48127,11 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_removeCondition(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -56843,9 +48144,7 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount(tvbuff_t *tv
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -56855,11 +48154,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -56871,11 +48167,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -56887,18 +48180,11 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -56922,11 +48208,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionIterator(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -56938,11 +48221,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionIterator(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -56954,18 +48234,14 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionIterator(tvbuff_t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRule_createAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
- guint32 u_octet4_loop_actionAttributes;
- guint32 i_actionAttributes;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes;
+ guint32 i_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes;
/* Operation specific Variable declarations End */
@@ -56973,29 +48249,20 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_createAction(tvbuff_t *tvb _U_
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "actionName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyRule_createAction_actionName");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"actionType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_policy_TpPolicyActionType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionType, tvb, *offset-4, 4, u_octet4);
- u_octet4_loop_actionAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of actionAttributes = %u",u_octet4_loop_actionAttributes);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes);
- for (i_actionAttributes=0; i_actionAttributes < u_octet4_loop_actionAttributes; i_actionAttributes++) {
+ for (i_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes=0; i_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes; i_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes++) {
/* Begin struct "org_csapi_TpAttribute" */
-
-
-
decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAttribute" */
-
}
break;
@@ -57017,11 +48284,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_createAction(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -57033,11 +48297,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_createAction(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -57049,23 +48310,16 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_createAction(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRule_getAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "actionName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyRule_getAction_actionName");
break;
@@ -57086,11 +48340,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getAction(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -57102,11 +48353,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getAction(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -57118,23 +48366,16 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getAction(tvbuff_t *tvb _U_, p
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRule_removeAction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "actionName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyRule_removeAction_actionName");
break;
@@ -57154,11 +48395,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_removeAction(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -57170,11 +48408,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_removeAction(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -57186,18 +48421,11 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_removeAction(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRule_getActionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -57210,9 +48438,7 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getActionCount(tvbuff_t *tvb _
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRule_getActionCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -57222,11 +48448,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getActionCount(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -57238,11 +48461,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getActionCount(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -57254,18 +48474,11 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getActionCount(tvbuff_t *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_)
+decode_org_csapi_policy_provisioning_IpPolicyRule_getActionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -57289,11 +48502,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getActionIterator(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -57305,11 +48515,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getActionIterator(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -57321,23 +48528,16 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getActionIterator(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByName(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "conditionName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByName_conditionName");
break;
@@ -57357,11 +48557,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByNa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -57373,11 +48570,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByNa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -57389,18 +48583,11 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByNa
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -57426,11 +48613,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodCondition(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -57442,11 +48626,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodCondition(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -57458,18 +48639,11 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodCondition(tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRule_getValidityPeriodCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -57493,11 +48667,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getValidityPeriodCondition(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -57509,11 +48680,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getValidityPeriodCondition(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -57525,18 +48693,11 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getValidityPeriodCondition(tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRule_unsetValidityPeriodCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -57559,11 +48720,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_unsetValidityPeriodCondition(t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -57575,11 +48733,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_unsetValidityPeriodCondition(t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -57591,17 +48746,13 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_unsetValidityPeriodCondition(t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRule_setConditionList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_conditionList;
- guint32 i_conditionList;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList;
+ guint32 i_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList;
/* Operation specific Variable declarations End */
@@ -57609,21 +48760,14 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_setConditionList(tvbuff_t *tvb
case Request:
- u_octet4_loop_conditionList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of conditionList = %u",u_octet4_loop_conditionList);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList);
- for (i_conditionList=0; i_conditionList < u_octet4_loop_conditionList; i_conditionList++) {
+ for (i_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList=0; i_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList; i_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList++) {
/* Begin struct "org_csapi_policy_TpPolicyConditionListElement" */
-
-
-
decode_org_csapi_policy_TpPolicyConditionListElement_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_policy_TpPolicyConditionListElement" */
-
}
break;
@@ -57644,11 +48788,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_setConditionList(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -57660,11 +48801,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_setConditionList(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -57676,17 +48814,13 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_setConditionList(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpPolicyConditionList;
- guint32 i_TpPolicyConditionList;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return;
+ guint32 i_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return;
/* Operation specific Variable declarations End */
@@ -57702,21 +48836,14 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionList(tvbuff_t *tvb
case NO_EXCEPTION:
- u_octet4_loop_TpPolicyConditionList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPolicyConditionList = %u",u_octet4_loop_TpPolicyConditionList);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return);
- for (i_TpPolicyConditionList=0; i_TpPolicyConditionList < u_octet4_loop_TpPolicyConditionList; i_TpPolicyConditionList++) {
+ for (i_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return=0; i_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return; i_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return++) {
/* Begin struct "org_csapi_policy_TpPolicyConditionListElement" */
-
-
-
decode_org_csapi_policy_TpPolicyConditionListElement_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_policy_TpPolicyConditionListElement" */
-
}
break;
@@ -57727,11 +48854,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionList(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -57743,11 +48867,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionList(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -57759,17 +48880,13 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionList(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRule_setActionList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_actionList;
- guint32 i_actionList;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList;
+ guint32 i_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList;
/* Operation specific Variable declarations End */
@@ -57777,21 +48894,14 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_setActionList(tvbuff_t *tvb _U
case Request:
- u_octet4_loop_actionList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of actionList = %u",u_octet4_loop_actionList);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList);
- for (i_actionList=0; i_actionList < u_octet4_loop_actionList; i_actionList++) {
+ for (i_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList=0; i_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList; i_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList++) {
/* Begin struct "org_csapi_policy_TpPolicyActionListElement" */
-
-
-
decode_org_csapi_policy_TpPolicyActionListElement_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_policy_TpPolicyActionListElement" */
-
}
break;
@@ -57812,11 +48922,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_setActionList(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -57828,11 +48935,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_setActionList(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -57844,17 +48948,13 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_setActionList(tvbuff_t *tvb _U
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyRule_getActionList(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpPolicyActionList;
- guint32 i_TpPolicyActionList;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return;
+ guint32 i_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return;
/* Operation specific Variable declarations End */
@@ -57870,21 +48970,14 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getActionList(tvbuff_t *tvb _U
case NO_EXCEPTION:
- u_octet4_loop_TpPolicyActionList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPolicyActionList = %u",u_octet4_loop_TpPolicyActionList);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return);
- for (i_TpPolicyActionList=0; i_TpPolicyActionList < u_octet4_loop_TpPolicyActionList; i_TpPolicyActionList++) {
+ for (i_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return=0; i_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return; i_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return++) {
/* Begin struct "org_csapi_policy_TpPolicyActionListElement" */
-
-
-
decode_org_csapi_policy_TpPolicyActionListElement_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_policy_TpPolicyActionListElement" */
-
}
break;
@@ -57895,11 +48988,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getActionList(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -57911,11 +49001,8 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getActionList(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -57927,23 +49014,16 @@ decode_org_csapi_policy_provisioning_IpPolicyRule_getActionList(tvbuff_t *tvb _U
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyManager_createDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "domainName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyManager_createDomain_domainName");
break;
@@ -57964,11 +49044,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_createDomain(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -57980,11 +49057,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_createDomain(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -57996,23 +49070,16 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_createDomain(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyManager_getDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "domainName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyManager_getDomain_domainName");
break;
@@ -58033,11 +49100,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getDomain(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -58049,11 +49113,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getDomain(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -58065,23 +49126,16 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getDomain(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyManager_removeDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "domainName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyManager_removeDomain_domainName");
break;
@@ -58101,11 +49155,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_removeDomain(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -58117,11 +49168,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_removeDomain(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -58133,18 +49181,11 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_removeDomain(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -58157,9 +49198,7 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount(tvbuff_t *tv
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -58169,11 +49208,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -58185,11 +49221,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -58201,18 +49234,11 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -58236,11 +49262,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainIterator(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -58252,11 +49275,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainIterator(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -58268,19 +49288,15 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainIterator(tvbuff_t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_matchingAttributes;
- guint32 i_matchingAttributes;
- guint32 u_octet4_loop_TpStringSet;
- guint32 i_TpStringSet;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes;
+ guint32 i_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes;
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return;
+ guint32 i_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return;
/* Operation specific Variable declarations End */
@@ -58288,21 +49304,14 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains(tvbuff_
case Request:
- u_octet4_loop_matchingAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of matchingAttributes = %u",u_octet4_loop_matchingAttributes);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes);
- for (i_matchingAttributes=0; i_matchingAttributes < u_octet4_loop_matchingAttributes; i_matchingAttributes++) {
+ for (i_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes=0; i_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes; i_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes++) {
/* Begin struct "org_csapi_TpAttribute" */
-
-
-
decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAttribute" */
-
}
break;
@@ -58313,14 +49322,12 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains(tvbuff_
case NO_EXCEPTION:
- u_octet4_loop_TpStringSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpStringSet = %u",u_octet4_loop_TpStringSet);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return);
- for (i_TpStringSet=0; i_TpStringSet < u_octet4_loop_TpStringSet; i_TpStringSet++) {
+ for (i_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return=0; i_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return; i_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpStringSet");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return");
}
@@ -58332,11 +49339,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -58348,11 +49352,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -58364,23 +49365,16 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains(tvbuff_
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyManager_createRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "repositoryName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyManager_createRepository_repositoryName");
break;
@@ -58401,11 +49395,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_createRepository(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -58417,11 +49408,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_createRepository(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -58433,23 +49421,16 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_createRepository(tvbuff_t *
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyManager_getRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "repositoryName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyManager_getRepository_repositoryName");
break;
@@ -58470,11 +49451,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getRepository(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -58486,11 +49464,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getRepository(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -58502,23 +49477,16 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getRepository(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyManager_removeRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "repositoryName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyManager_removeRepository_repositoryName");
break;
@@ -58538,11 +49506,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_removeRepository(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -58554,11 +49519,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_removeRepository(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -58570,18 +49532,11 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_removeRepository(tvbuff_t *
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -58594,9 +49549,7 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount(tvbuff_t
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -58606,11 +49559,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -58622,11 +49572,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -58638,18 +49585,11 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount(tvbuff_t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -58673,11 +49613,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryIterator(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -58689,11 +49626,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryIterator(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -58705,18 +49639,11 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryIterator(tvbuf
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyManager_startTransaction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -58739,11 +49666,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_startTransaction(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -58755,11 +49679,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_startTransaction(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -58771,18 +49692,11 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_startTransaction(tvbuff_t *
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -58795,9 +49709,7 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction(tvbuff_t
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -58807,11 +49719,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -58823,11 +49732,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -58839,18 +49745,11 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction(tvbuff_t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyManager_abortTransaction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -58873,11 +49772,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_abortTransaction(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -58889,11 +49785,8 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_abortTransaction(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -58905,18 +49798,11 @@ decode_org_csapi_policy_provisioning_IpPolicyManager_abortTransaction(tvbuff_t *
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -58940,11 +49826,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentDomain(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -58956,11 +49839,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentDomain(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -58972,18 +49852,11 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentDomain(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -59007,11 +49880,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentGroup(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -59023,11 +49893,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentGroup(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -59039,23 +49906,16 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentGroup(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyGroup_createGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "groupName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyGroup_createGroup_groupName");
break;
@@ -59076,11 +49936,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_createGroup(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -59092,11 +49949,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_createGroup(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -59108,23 +49962,16 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_createGroup(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "groupName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyGroup_getGroup_groupName");
break;
@@ -59145,11 +49992,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroup(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -59161,11 +50005,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroup(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -59177,23 +50018,16 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroup(tvbuff_t *tvb _U_, p
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "groupName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyGroup_removeGroup_groupName");
break;
@@ -59213,11 +50047,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -59229,11 +50060,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -59245,18 +50073,11 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -59269,9 +50090,7 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount(tvbuff_t *tvb _
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -59281,11 +50100,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -59297,11 +50113,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -59313,18 +50126,11 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount(tvbuff_t *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_)
+decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -59348,11 +50154,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupIterator(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -59364,11 +50167,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupIterator(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -59380,23 +50180,16 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupIterator(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyGroup_createRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ruleName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyGroup_createRule_ruleName");
break;
@@ -59417,11 +50210,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_createRule(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -59433,11 +50223,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_createRule(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -59449,23 +50236,16 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_createRule(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyGroup_getRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ruleName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyGroup_getRule_ruleName");
break;
@@ -59486,11 +50266,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getRule(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -59502,11 +50279,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getRule(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -59518,23 +50292,16 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getRule(tvbuff_t *tvb _U_, pa
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyGroup_removeRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ruleName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyGroup_removeRule_ruleName");
break;
@@ -59554,11 +50321,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_removeRule(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -59570,11 +50334,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_removeRule(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -59586,18 +50347,11 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_removeRule(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -59610,9 +50364,7 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount(tvbuff_t *tvb _U
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -59622,11 +50374,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -59638,11 +50387,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -59654,18 +50400,11 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount(tvbuff_t *tvb _U
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -59689,11 +50428,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleIterator(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -59705,11 +50441,8 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleIterator(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -59721,17 +50454,13 @@ decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleIterator(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_requiredAttributes;
- guint32 i_requiredAttributes;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes;
+ guint32 i_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes;
/* Operation specific Variable declarations End */
@@ -59739,21 +50468,14 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttribut
case Request:
- u_octet4_loop_requiredAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of requiredAttributes = %u",u_octet4_loop_requiredAttributes);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes);
- for (i_requiredAttributes=0; i_requiredAttributes < u_octet4_loop_requiredAttributes; i_requiredAttributes++) {
+ for (i_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes=0; i_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes; i_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes++) {
/* Begin struct "org_csapi_TpAttribute" */
-
-
-
decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAttribute" */
-
}
break;
@@ -59774,11 +50496,8 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttribut
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -59790,11 +50509,8 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttribut
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -59806,17 +50522,13 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttribut
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_optionalAttributes;
- guint32 i_optionalAttributes;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes;
+ guint32 i_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes;
/* Operation specific Variable declarations End */
@@ -59824,21 +50536,14 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttribut
case Request:
- u_octet4_loop_optionalAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of optionalAttributes = %u",u_octet4_loop_optionalAttributes);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes);
- for (i_optionalAttributes=0; i_optionalAttributes < u_octet4_loop_optionalAttributes; i_optionalAttributes++) {
+ for (i_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes=0; i_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes; i_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes++) {
/* Begin struct "org_csapi_TpAttribute" */
-
-
-
decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAttribute" */
-
}
break;
@@ -59859,11 +50564,8 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttribut
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -59875,11 +50577,8 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttribut
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -59891,17 +50590,13 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttribut
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpAttributeSet;
- guint32 i_TpAttributeSet;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return;
+ guint32 i_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return;
/* Operation specific Variable declarations End */
@@ -59917,21 +50612,14 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttribut
case NO_EXCEPTION:
- u_octet4_loop_TpAttributeSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpAttributeSet = %u",u_octet4_loop_TpAttributeSet);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return);
- for (i_TpAttributeSet=0; i_TpAttributeSet < u_octet4_loop_TpAttributeSet; i_TpAttributeSet++) {
+ for (i_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return=0; i_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return; i_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return++) {
/* Begin struct "org_csapi_TpAttribute" */
-
-
-
decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAttribute" */
-
}
break;
@@ -59942,11 +50630,8 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttribut
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -59958,11 +50643,8 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttribut
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -59974,17 +50656,13 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttribut
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpAttributeSet;
- guint32 i_TpAttributeSet;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return;
+ guint32 i_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return;
/* Operation specific Variable declarations End */
@@ -60000,21 +50678,14 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttribut
case NO_EXCEPTION:
- u_octet4_loop_TpAttributeSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpAttributeSet = %u",u_octet4_loop_TpAttributeSet);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return);
- for (i_TpAttributeSet=0; i_TpAttributeSet < u_octet4_loop_TpAttributeSet; i_TpAttributeSet++) {
+ for (i_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return=0; i_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return; i_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return++) {
/* Begin struct "org_csapi_TpAttribute" */
-
-
-
decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAttribute" */
-
}
break;
@@ -60025,11 +50696,8 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttribut
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -60041,11 +50709,8 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttribut
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -60057,18 +50722,11 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttribut
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -60092,11 +50750,8 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getParentDomain(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -60108,11 +50763,8 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getParentDomain(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -60124,18 +50776,11 @@ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getParentDomain(tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -60159,11 +50804,8 @@ decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRepository(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -60175,11 +50817,8 @@ decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRepository(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -60191,18 +50830,11 @@ decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRepository(tvbuf
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -60226,11 +50858,8 @@ decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRule(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -60242,11 +50871,8 @@ decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRule(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -60258,18 +50884,11 @@ decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRule(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRepository(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -60293,11 +50912,8 @@ decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRepository(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -60309,11 +50925,8 @@ decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRepository(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -60325,18 +50938,11 @@ decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRepository(tvbuff_t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -60360,11 +50966,8 @@ decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRule(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -60376,11 +50979,8 @@ decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRule(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -60392,17 +50992,13 @@ decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRule(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_inputVariables;
- guint32 i_inputVariables;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables;
+ guint32 i_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables;
/* Operation specific Variable declarations End */
@@ -60410,14 +51006,12 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables(tvbuff_
case Request:
- u_octet4_loop_inputVariables = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of inputVariables = %u",u_octet4_loop_inputVariables);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables);
- for (i_inputVariables=0; i_inputVariables < u_octet4_loop_inputVariables; i_inputVariables++) {
+ for (i_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables=0; i_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables < u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables; i_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "inputVariables");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables");
}
@@ -60439,11 +51033,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -60455,11 +51046,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -60471,17 +51059,13 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables(tvbuff_
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_outputVariables;
- guint32 i_outputVariables;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables;
+ guint32 i_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables;
/* Operation specific Variable declarations End */
@@ -60489,14 +51073,12 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables(tvbuff
case Request:
- u_octet4_loop_outputVariables = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of outputVariables = %u",u_octet4_loop_outputVariables);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables);
- for (i_outputVariables=0; i_outputVariables < u_octet4_loop_outputVariables; i_outputVariables++) {
+ for (i_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables=0; i_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables < u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables; i_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "outputVariables");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables");
}
@@ -60518,11 +51100,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -60534,11 +51113,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -60550,17 +51126,13 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables(tvbuff
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpStringSet;
- guint32 i_TpStringSet;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return;
+ guint32 i_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return;
/* Operation specific Variable declarations End */
@@ -60576,14 +51148,12 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables(tvbuff_
case NO_EXCEPTION:
- u_octet4_loop_TpStringSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpStringSet = %u",u_octet4_loop_TpStringSet);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return);
- for (i_TpStringSet=0; i_TpStringSet < u_octet4_loop_TpStringSet; i_TpStringSet++) {
+ for (i_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return=0; i_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return; i_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpStringSet");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return");
}
@@ -60595,11 +51165,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -60611,11 +51178,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -60627,17 +51191,13 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables(tvbuff_
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpStringSet;
- guint32 i_TpStringSet;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return;
+ guint32 i_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return;
/* Operation specific Variable declarations End */
@@ -60653,14 +51213,12 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables(tvbuff
case NO_EXCEPTION:
- u_octet4_loop_TpStringSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpStringSet = %u",u_octet4_loop_TpStringSet);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return);
- for (i_TpStringSet=0; i_TpStringSet < u_octet4_loop_TpStringSet; i_TpStringSet++) {
+ for (i_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return=0; i_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return; i_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpStringSet");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return");
}
@@ -60672,11 +51230,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -60688,11 +51243,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -60704,17 +51256,13 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables(tvbuff
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_groupNames;
- guint32 i_groupNames;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames;
+ guint32 i_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames;
/* Operation specific Variable declarations End */
@@ -60722,14 +51270,12 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames(tvbuff_t *t
case Request:
- u_octet4_loop_groupNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of groupNames = %u",u_octet4_loop_groupNames);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames);
- for (i_groupNames=0; i_groupNames < u_octet4_loop_groupNames; i_groupNames++) {
+ for (i_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames=0; i_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames < u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames; i_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "groupNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames");
}
@@ -60751,11 +51297,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -60767,11 +51310,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -60783,17 +51323,13 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_roleNames;
- guint32 i_roleNames;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames;
+ guint32 i_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames;
/* Operation specific Variable declarations End */
@@ -60801,14 +51337,12 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles(tvbuff_t *
case Request:
- u_octet4_loop_roleNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of roleNames = %u",u_octet4_loop_roleNames);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames);
- for (i_roleNames=0; i_roleNames < u_octet4_loop_roleNames; i_roleNames++) {
+ for (i_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames=0; i_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames < u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames; i_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "roleNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames");
}
@@ -60830,11 +51364,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -60846,11 +51377,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -60862,17 +51390,13 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles(tvbuff_t *
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpStringSet;
- guint32 i_TpStringSet;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return;
+ guint32 i_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return;
/* Operation specific Variable declarations End */
@@ -60888,14 +51412,12 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames(tvbuff_t *t
case NO_EXCEPTION:
- u_octet4_loop_TpStringSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpStringSet = %u",u_octet4_loop_TpStringSet);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return);
- for (i_TpStringSet=0; i_TpStringSet < u_octet4_loop_TpStringSet; i_TpStringSet++) {
+ for (i_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return=0; i_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return; i_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpStringSet");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return");
}
@@ -60907,11 +51429,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -60923,11 +51442,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -60939,17 +51455,13 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpStringSet;
- guint32 i_TpStringSet;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return;
+ guint32 i_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return;
/* Operation specific Variable declarations End */
@@ -60965,14 +51477,12 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles(tvbuff_t *
case NO_EXCEPTION:
- u_octet4_loop_TpStringSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpStringSet = %u",u_octet4_loop_TpStringSet);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return);
- for (i_TpStringSet=0; i_TpStringSet < u_octet4_loop_TpStringSet; i_TpStringSet++) {
+ for (i_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return=0; i_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return; i_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpStringSet");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return");
}
@@ -60984,11 +51494,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -61000,11 +51507,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -61016,18 +51520,11 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles(tvbuff_t *
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicySignature_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -61051,11 +51548,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getParentDomain(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -61067,11 +51561,8 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getParentDomain(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -61083,18 +51574,11 @@ decode_org_csapi_policy_provisioning_IpPolicySignature_getParentDomain(tvbuff_t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getParentDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -61118,11 +51602,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getParentDomain(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -61134,11 +51615,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getParentDomain(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -61150,23 +51628,16 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getParentDomain(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_createDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "domainName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_createDomain_domainName");
break;
@@ -61187,11 +51658,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createDomain(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -61203,11 +51671,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createDomain(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -61219,23 +51684,16 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createDomain(tvbuff_t *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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "domainName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_getDomain_domainName");
break;
@@ -61256,11 +51714,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomain(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -61272,11 +51727,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomain(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -61288,23 +51740,16 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomain(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "domainName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_removeDomain_domainName");
break;
@@ -61324,11 +51769,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -61340,11 +51782,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -61356,18 +51795,11 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain(tvbuff_t *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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -61380,9 +51812,7 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount(tvbuff_t *tvb
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -61392,11 +51822,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -61408,11 +51835,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -61424,18 +51848,11 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -61459,11 +51876,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainIterator(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -61475,11 +51889,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainIterator(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -61491,23 +51902,16 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainIterator(tvbuff_t *
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_createGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "groupName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_createGroup_groupName");
break;
@@ -61528,11 +51932,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createGroup(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -61544,11 +51945,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createGroup(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -61560,23 +51958,16 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createGroup(tvbuff_t *tvb _U
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "groupName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_getGroup_groupName");
break;
@@ -61597,11 +51988,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroup(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -61613,11 +52001,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroup(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -61629,23 +52014,16 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroup(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "groupName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_removeGroup_groupName");
break;
@@ -61665,11 +52043,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -61681,11 +52056,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -61697,18 +52069,11 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup(tvbuff_t *tvb _U
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -61721,9 +52086,7 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount(tvbuff_t *tvb
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -61733,11 +52096,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -61749,11 +52109,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -61765,18 +52122,11 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -61800,11 +52150,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupIterator(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -61816,11 +52163,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupIterator(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -61832,23 +52176,16 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupIterator(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_createRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ruleName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_createRule_ruleName");
break;
@@ -61869,11 +52206,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createRule(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -61885,11 +52219,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createRule(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -61901,23 +52232,16 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createRule(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ruleName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_getRule_ruleName");
break;
@@ -61938,11 +52262,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getRule(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -61954,11 +52275,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getRule(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -61970,23 +52288,16 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getRule(tvbuff_t *tvb _U_, p
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_removeRule(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ruleName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_removeRule_ruleName");
break;
@@ -62006,11 +52317,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeRule(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -62022,11 +52330,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeRule(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -62038,18 +52343,11 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeRule(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -62062,9 +52360,7 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount(tvbuff_t *tvb _
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -62074,11 +52370,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -62090,11 +52383,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -62106,18 +52396,11 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount(tvbuff_t *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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -62141,11 +52424,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleIterator(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -62157,11 +52437,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleIterator(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -62173,19 +52450,15 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleIterator(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_requiredAttributes;
- guint32 i_requiredAttributes;
- guint32 u_octet4_loop_optionalAttributes;
- guint32 i_optionalAttributes;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes;
+ guint32 i_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes;
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes;
+ guint32 i_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes;
/* Operation specific Variable declarations End */
@@ -62193,27 +52466,23 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition(tvbuff
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "eventDefinitionName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_eventDefinitionName");
- u_octet4_loop_requiredAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of requiredAttributes = %u",u_octet4_loop_requiredAttributes);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes);
- for (i_requiredAttributes=0; i_requiredAttributes < u_octet4_loop_requiredAttributes; i_requiredAttributes++) {
+ for (i_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes=0; i_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes; i_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "requiredAttributes");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes");
}
- u_octet4_loop_optionalAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of optionalAttributes = %u",u_octet4_loop_optionalAttributes);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes);
- for (i_optionalAttributes=0; i_optionalAttributes < u_octet4_loop_optionalAttributes; i_optionalAttributes++) {
+ for (i_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes=0; i_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes; i_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "optionalAttributes");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes");
}
@@ -62236,11 +52505,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -62252,11 +52518,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -62268,23 +52531,16 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition(tvbuff
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "eventDefinitionName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition_eventDefinitionName");
break;
@@ -62305,11 +52561,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -62321,11 +52574,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -62337,23 +52587,16 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition(tvbuff_t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "eventDefinitionName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition_eventDefinitionName");
break;
@@ -62373,11 +52616,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -62389,11 +52629,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -62405,18 +52642,11 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition(tvbuff
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -62429,9 +52659,7 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount(tvbu
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -62441,11 +52669,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -62457,11 +52682,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -62473,18 +52695,11 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount(tvbu
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -62508,11 +52723,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionIterator(t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -62524,11 +52736,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionIterator(t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -62540,23 +52749,16 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionIterator(t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "variableSetName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet_variableSetName");
break;
@@ -62576,11 +52778,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -62592,11 +52791,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -62608,17 +52804,13 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet(tvbuff_t *
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_TpPolicyVarSet;
- guint32 i_TpPolicyVarSet;
-
+ guint32 u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return;
+ guint32 i_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return;
/* Operation specific Variable declarations End */
@@ -62626,7 +52818,7 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet(tvbuff_t *tvb
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "variableSetName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_variableSetName");
break;
@@ -62636,21 +52828,14 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet(tvbuff_t *tvb
case NO_EXCEPTION:
- u_octet4_loop_TpPolicyVarSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPolicyVarSet = %u",u_octet4_loop_TpPolicyVarSet);
- }
+ u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return);
- for (i_TpPolicyVarSet=0; i_TpPolicyVarSet < u_octet4_loop_TpPolicyVarSet; i_TpPolicyVarSet++) {
+ for (i_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return=0; i_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return < u_octet4_loop_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return; i_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return++) {
/* Begin struct "org_csapi_policy_TpPolicyVar" */
-
-
-
decode_org_csapi_policy_TpPolicyVar_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_policy_TpPolicyVar" */
-
}
break;
@@ -62661,11 +52846,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -62677,11 +52859,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -62693,23 +52872,16 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "variableSetName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet_variableSetName");
break;
@@ -62729,11 +52901,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -62745,11 +52914,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -62761,18 +52927,11 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet(tvbuff_t *
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -62785,9 +52944,7 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount(tvbuff_t
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -62797,11 +52954,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -62813,11 +52967,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -62829,18 +52980,11 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount(tvbuff_t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -62864,11 +53008,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetIterator(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -62880,11 +53021,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetIterator(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -62896,33 +53034,24 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetIterator(tvbuf
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariable(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "variableSetName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_createVariable_variableSetName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "variableName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_createVariable_variableName");
/* Begin union "org_csapi_policy_TpPolicyType" */
-
decode_org_csapi_policy_TpPolicyType_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_policy_TpPolicyType" */
-
break;
case Reply:
@@ -62941,11 +53070,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariable(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -62957,11 +53083,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariable(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -62973,25 +53096,18 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariable(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "variableSetName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue_variableSetName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "variableName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue_variableName");
get_CDR_any(tvb,tree,offset,stream_is_big_endian, boundary, header);
@@ -63013,11 +53129,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -63029,11 +53142,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -63045,25 +53155,18 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "variableSetName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_getVariableType_variableSetName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "variableName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_getVariableType_variableName");
break;
@@ -63074,12 +53177,10 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType(tvbuff_t *tv
case NO_EXCEPTION:
/* Begin union "org_csapi_policy_TpPolicyType" */
-
decode_org_csapi_policy_TpPolicyType_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_policy_TpPolicyType" */
-
break;
case USER_EXCEPTION:
@@ -63088,11 +53189,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -63104,11 +53202,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -63120,25 +53215,18 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "variableSetName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue_variableSetName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "variableName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue_variableName");
break;
@@ -63158,11 +53246,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -63174,11 +53259,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -63190,25 +53272,18 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariable(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "variableSetName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_getVariable_variableSetName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "variableName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_getVariable_variableName");
break;
@@ -63219,13 +53294,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariable(tvbuff_t *tvb _U
case NO_EXCEPTION:
/* Begin struct "org_csapi_policy_TpPolicyVar" */
-
-
-
decode_org_csapi_policy_TpPolicyVar_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_policy_TpPolicyVar" */
-
break;
case USER_EXCEPTION:
@@ -63234,11 +53304,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariable(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -63250,11 +53317,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariable(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -63266,25 +53330,18 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariable(tvbuff_t *tvb _U
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "variablSetName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_removeVariable_variablSetName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "variableName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_removeVariable_variableName");
break;
@@ -63304,11 +53361,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -63320,11 +53374,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -63336,23 +53387,16 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_createSignature(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "signatureName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_createSignature_signatureName");
break;
@@ -63373,11 +53417,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createSignature(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -63389,11 +53430,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createSignature(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -63405,23 +53443,16 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_createSignature(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignature(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "signatureName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_getSignature_signatureName");
break;
@@ -63442,11 +53473,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignature(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -63458,11 +53486,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignature(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -63474,23 +53499,16 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignature(tvbuff_t *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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "signatureName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_provisioning_IpPolicyDomain_removeSignature_signatureName");
break;
@@ -63510,11 +53528,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -63526,11 +53541,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -63542,18 +53554,11 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -63566,9 +53571,7 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount(tvbuff_t *
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpInt32 = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -63578,11 +53581,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -63594,11 +53594,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -63610,18 +53607,11 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount(tvbuff_t *
/*
* 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_)
+decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureIterator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -63645,11 +53635,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureIterator(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -63661,11 +53648,8 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureIterator(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -63677,19 +53661,15 @@ decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureIterator(tvbuff_
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_identityTypes;
- guint32 i_identityTypes;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken;
/* Operation specific Variable declarations End */
@@ -63697,29 +53677,23 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity(tvbuff_
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identity");
- u_octet4_loop_identityTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of identityTypes = %u",u_octet4_loop_identityTypes);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes);
- for (i_identityTypes=0; i_identityTypes < u_octet4_loop_identityTypes; i_identityTypes++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identityTypes");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -63741,11 +53715,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -63757,11 +53728,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -63773,17 +53741,13 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity(tvbuff_
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken;
/* Operation specific Variable declarations End */
@@ -63791,18 +53755,14 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity(tvbuff_
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_identity");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -63824,11 +53784,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -63840,11 +53797,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -63856,17 +53810,13 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity(tvbuff_
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken;
/* Operation specific Variable declarations End */
@@ -63874,18 +53824,14 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity(tvbuff_t *t
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_identity");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -63897,9 +53843,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity(tvbuff_t *t
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -63909,11 +53853,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -63925,11 +53866,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -63941,19 +53879,15 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_identityTypes;
- guint32 i_identityTypes;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken;
/* Operation specific Variable declarations End */
@@ -63961,29 +53895,23 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity(tv
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identity");
- u_octet4_loop_identityTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of identityTypes = %u",u_octet4_loop_identityTypes);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes);
- for (i_identityTypes=0; i_identityTypes < u_octet4_loop_identityTypes; i_identityTypes++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identityTypes");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -64005,11 +53933,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -64021,11 +53946,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -64037,17 +53959,13 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity(tv
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken;
/* Operation specific Variable declarations End */
@@ -64055,18 +53973,14 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity(tv
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_identity");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -64088,11 +54002,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -64104,11 +54015,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -64120,17 +54028,13 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity(tv
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken;
/* Operation specific Variable declarations End */
@@ -64138,20 +54042,16 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup(tvbuff_t *t
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "group");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_group");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "member");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_member");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -64173,11 +54073,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -64189,11 +54086,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -64205,17 +54099,13 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken;
/* Operation specific Variable declarations End */
@@ -64223,20 +54113,16 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup(tvbuff
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "group");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_group");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_identity");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -64258,11 +54144,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -64274,11 +54157,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -64290,19 +54170,15 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup(tvbuff
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpPAMFQNameList;
- guint32 i_TpPAMFQNameList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return;
/* Operation specific Variable declarations End */
@@ -64310,18 +54186,14 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers(tvbuff_t *
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_identity");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -64333,14 +54205,12 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers(tvbuff_t *
case NO_EXCEPTION:
- u_octet4_loop_TpPAMFQNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMFQNameList = %u",u_octet4_loop_TpPAMFQNameList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return);
- for (i_TpPAMFQNameList=0; i_TpPAMFQNameList < u_octet4_loop_TpPAMFQNameList; i_TpPAMFQNameList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMFQNameList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return");
}
@@ -64352,11 +54222,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -64368,11 +54235,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -64384,17 +54248,13 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers(tvbuff_t *
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken;
/* Operation specific Variable declarations End */
@@ -64402,18 +54262,14 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity(tvbuff
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_identity");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -64425,9 +54281,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity(tvbuff
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -64437,11 +54291,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -64453,11 +54304,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -64469,19 +54317,15 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity(tvbuff
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpPAMFQNameList;
- guint32 i_TpPAMFQNameList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return;
/* Operation specific Variable declarations End */
@@ -64489,18 +54333,14 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership(tv
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_identity");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -64512,14 +54352,12 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership(tv
case NO_EXCEPTION:
- u_octet4_loop_TpPAMFQNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMFQNameList = %u",u_octet4_loop_TpPAMFQNameList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return);
- for (i_TpPAMFQNameList=0; i_TpPAMFQNameList < u_octet4_loop_TpPAMFQNameList; i_TpPAMFQNameList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMFQNameList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return");
}
@@ -64531,11 +54369,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -64547,11 +54382,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -64563,17 +54395,13 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership(tv
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken;
/* Operation specific Variable declarations End */
@@ -64581,20 +54409,16 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias(tvbuff_t *tvb
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_identity");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "alias");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_alias");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -64616,11 +54440,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -64632,11 +54453,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -64648,17 +54466,13 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken;
/* Operation specific Variable declarations End */
@@ -64666,20 +54480,16 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases(tvbuff_t
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_identity");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "alias");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_alias");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -64701,11 +54511,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -64717,11 +54524,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -64733,19 +54537,15 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases(tvbuff_t
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpPAMFQNameList;
- guint32 i_TpPAMFQNameList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return;
/* Operation specific Variable declarations End */
@@ -64753,18 +54553,14 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases(tvbuff_t *
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_identity");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -64776,14 +54572,12 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases(tvbuff_t *
case NO_EXCEPTION:
- u_octet4_loop_TpPAMFQNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMFQNameList = %u",u_octet4_loop_TpPAMFQNameList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return);
- for (i_TpPAMFQNameList=0; i_TpPAMFQNameList < u_octet4_loop_TpPAMFQNameList; i_TpPAMFQNameList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMFQNameList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return");
}
@@ -64795,11 +54589,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -64811,11 +54602,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -64827,17 +54615,13 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases(tvbuff_t *
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken;
/* Operation specific Variable declarations End */
@@ -64845,18 +54629,14 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias(tvbuff_t
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "alias");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_alias");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -64868,7 +54648,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias(tvbuff_t
case NO_EXCEPTION:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMFQName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_return");
break;
@@ -64878,11 +54658,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -64894,11 +54671,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -64910,19 +54684,15 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias(tvbuff_t
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_identityTypes;
- guint32 i_identityTypes;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken;
/* Operation specific Variable declarations End */
@@ -64930,29 +54700,23 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes(tvbuff_
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identity");
- u_octet4_loop_identityTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of identityTypes = %u",u_octet4_loop_identityTypes);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes);
- for (i_identityTypes=0; i_identityTypes < u_octet4_loop_identityTypes; i_identityTypes++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identityTypes");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -64974,11 +54738,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -64990,11 +54751,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -65006,19 +54764,15 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes(tvbuff_
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_identityTypes;
- guint32 i_identityTypes;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken;
/* Operation specific Variable declarations End */
@@ -65026,29 +54780,23 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes(tvbu
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identity");
- u_octet4_loop_identityTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of identityTypes = %u",u_octet4_loop_identityTypes);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes);
- for (i_identityTypes=0; i_identityTypes < u_octet4_loop_identityTypes; i_identityTypes++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identityTypes");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -65070,11 +54818,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -65086,11 +54831,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -65102,19 +54844,15 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes(tvbu
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpPAMFQNameList;
- guint32 i_TpPAMFQNameList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return;
/* Operation specific Variable declarations End */
@@ -65122,18 +54860,14 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity(tv
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_identity");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -65145,14 +54879,12 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity(tv
case NO_EXCEPTION:
- u_octet4_loop_TpPAMFQNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMFQNameList = %u",u_octet4_loop_TpPAMFQNameList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return);
- for (i_TpPAMFQNameList=0; i_TpPAMFQNameList < u_octet4_loop_TpPAMFQNameList; i_TpPAMFQNameList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMFQNameList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return");
}
@@ -65164,11 +54896,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -65180,11 +54909,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -65196,17 +54922,13 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity(tv
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken;
/* Operation specific Variable declarations End */
@@ -65214,20 +54936,16 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType(tvbuff_t *tvb
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_identity");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "typeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_typeName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -65239,9 +54957,7 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType(tvbuff_t *tvb
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -65251,11 +54967,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -65267,11 +54980,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -65283,21 +54993,17 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributeNames;
- guint32 i_attributeNames;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpPAMAttributeList;
- guint32 i_TpPAMAttributeList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return;
/* Operation specific Variable declarations End */
@@ -65305,31 +55011,25 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes(
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_identity");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identityType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_identityType");
- u_octet4_loop_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributeNames = %u",u_octet4_loop_attributeNames);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames);
- for (i_attributeNames=0; i_attributeNames < u_octet4_loop_attributeNames; i_attributeNames++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -65341,21 +55041,14 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes(
case NO_EXCEPTION:
- u_octet4_loop_TpPAMAttributeList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAttributeList = %u",u_octet4_loop_TpPAMAttributeList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return);
- for (i_TpPAMAttributeList=0; i_TpPAMAttributeList < u_octet4_loop_TpPAMAttributeList; i_TpPAMAttributeList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return++) {
/* Begin struct "org_csapi_pam_TpPAMAttribute" */
-
-
-
decode_org_csapi_pam_TpPAMAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAttribute" */
-
}
break;
@@ -65366,11 +55059,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes(
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -65382,11 +55072,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes(
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -65398,19 +55085,15 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes(
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributes;
- guint32 i_attributes;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken;
/* Operation specific Variable declarations End */
@@ -65418,37 +55101,26 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes(
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_identity");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identityType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_identityType");
- u_octet4_loop_attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributes = %u",u_octet4_loop_attributes);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes);
- for (i_attributes=0; i_attributes < u_octet4_loop_attributes; i_attributes++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes++) {
/* Begin struct "org_csapi_pam_TpPAMAttribute" */
-
-
-
decode_org_csapi_pam_TpPAMAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAttribute" */
-
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -65470,11 +55142,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes(
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -65486,11 +55155,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes(
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -65502,19 +55168,15 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes(
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_agentTypes;
- guint32 i_agentTypes;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken;
/* Operation specific Variable declarations End */
@@ -65522,29 +55184,23 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent(tvbuff_t *tvb
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentName");
- u_octet4_loop_agentTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of agentTypes = %u",u_octet4_loop_agentTypes);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes);
- for (i_agentTypes=0; i_agentTypes < u_octet4_loop_agentTypes; i_agentTypes++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes; i_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentTypes");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -65566,11 +55222,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -65582,11 +55235,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -65598,17 +55248,13 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken;
/* Operation specific Variable declarations End */
@@ -65616,18 +55262,14 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent(tvbuff_t *tvb
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_agentName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -65649,11 +55291,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -65665,11 +55304,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -65681,17 +55317,13 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken;
/* Operation specific Variable declarations End */
@@ -65699,18 +55331,14 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent(tvbuff_t *tvb _U_
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_agentName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -65722,9 +55350,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent(tvbuff_t *tvb _U_
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -65734,11 +55360,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -65750,11 +55373,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -65766,19 +55386,15 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_capabilities;
- guint32 i_capabilities;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken;
/* Operation specific Variable declarations End */
@@ -65786,29 +55402,23 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities(tvbuff
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_agentName");
- u_octet4_loop_capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of capabilities = %u",u_octet4_loop_capabilities);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities);
- for (i_capabilities=0; i_capabilities < u_octet4_loop_capabilities; i_capabilities++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities; i_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "capabilities");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -65830,11 +55440,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -65846,11 +55453,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -65862,19 +55466,15 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities(tvbuff
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_capabilities;
- guint32 i_capabilities;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken;
/* Operation specific Variable declarations End */
@@ -65882,29 +55482,23 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities(tvbuf
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_agentName");
- u_octet4_loop_capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of capabilities = %u",u_octet4_loop_capabilities);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities);
- for (i_capabilities=0; i_capabilities < u_octet4_loop_capabilities; i_capabilities++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities; i_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "capabilities");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -65926,11 +55520,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -65942,11 +55533,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -65958,19 +55546,15 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities(tvbuf
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpPAMCapabilityList;
- guint32 i_TpPAMCapabilityList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return;
/* Operation specific Variable declarations End */
@@ -65978,18 +55562,14 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities(t
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_agentName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -66001,14 +55581,12 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities(t
case NO_EXCEPTION:
- u_octet4_loop_TpPAMCapabilityList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMCapabilityList = %u",u_octet4_loop_TpPAMCapabilityList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return);
- for (i_TpPAMCapabilityList=0; i_TpPAMCapabilityList < u_octet4_loop_TpPAMCapabilityList; i_TpPAMCapabilityList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMCapabilityList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return");
}
@@ -66020,11 +55598,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities(t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -66036,11 +55611,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities(t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -66052,19 +55624,15 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities(t
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpPAMCapabilityList;
- guint32 i_TpPAMCapabilityList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return;
/* Operation specific Variable declarations End */
@@ -66072,18 +55640,14 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities(tvbuf
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_agentName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -66095,14 +55659,12 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities(tvbuf
case NO_EXCEPTION:
- u_octet4_loop_TpPAMCapabilityList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMCapabilityList = %u",u_octet4_loop_TpPAMCapabilityList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return);
- for (i_TpPAMCapabilityList=0; i_TpPAMCapabilityList < u_octet4_loop_TpPAMCapabilityList; i_TpPAMCapabilityList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMCapabilityList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return");
}
@@ -66114,11 +55676,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -66130,11 +55689,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -66146,17 +55702,13 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities(tvbuf
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken;
/* Operation specific Variable declarations End */
@@ -66164,20 +55716,16 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf(tvbuff_t *tvb
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_agentName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "capability");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_capability");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -66189,9 +55737,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf(tvbuff_t *tvb
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -66201,11 +55747,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -66217,11 +55760,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -66233,19 +55773,15 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_agentTypes;
- guint32 i_agentTypes;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken;
/* Operation specific Variable declarations End */
@@ -66253,29 +55789,23 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes(tvbuff_t *
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentName");
- u_octet4_loop_agentTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of agentTypes = %u",u_octet4_loop_agentTypes);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes);
- for (i_agentTypes=0; i_agentTypes < u_octet4_loop_agentTypes; i_agentTypes++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes; i_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentTypes");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -66297,11 +55827,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -66313,11 +55840,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -66329,19 +55853,15 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes(tvbuff_t *
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_agentTypes;
- guint32 i_agentTypes;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken;
/* Operation specific Variable declarations End */
@@ -66349,29 +55869,23 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes(tvbuff_
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentName");
- u_octet4_loop_agentTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of agentTypes = %u",u_octet4_loop_agentTypes);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes);
- for (i_agentTypes=0; i_agentTypes < u_octet4_loop_agentTypes; i_agentTypes++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes; i_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentTypes");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -66393,11 +55907,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -66409,11 +55920,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes(tvbuff_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -66425,19 +55933,15 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes(tvbuff_
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpStringList;
- guint32 i_TpStringList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return;
/* Operation specific Variable declarations End */
@@ -66445,18 +55949,14 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent(tvbuff_t
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_agentName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -66468,14 +55968,12 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent(tvbuff_t
case NO_EXCEPTION:
- u_octet4_loop_TpStringList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpStringList = %u",u_octet4_loop_TpStringList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return);
- for (i_TpStringList=0; i_TpStringList < u_octet4_loop_TpStringList; i_TpStringList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return; i_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpStringList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return");
}
@@ -66487,11 +55985,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -66503,11 +55998,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -66519,17 +56011,13 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent(tvbuff_t
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken;
/* Operation specific Variable declarations End */
@@ -66537,20 +56025,16 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType(tvbuff_t *tvb _U_
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_agentName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "typeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_typeName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -66562,9 +56046,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType(tvbuff_t *tvb _U_
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -66574,11 +56056,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -66590,11 +56069,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -66606,21 +56082,17 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributeNames;
- guint32 i_attributeNames;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpPAMAttributeList;
- guint32 i_TpPAMAttributeList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return;
/* Operation specific Variable declarations End */
@@ -66628,31 +56100,25 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes(tvbuff
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_agentName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_agentType");
- u_octet4_loop_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributeNames = %u",u_octet4_loop_attributeNames);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames);
- for (i_attributeNames=0; i_attributeNames < u_octet4_loop_attributeNames; i_attributeNames++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames; i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -66664,21 +56130,14 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes(tvbuff
case NO_EXCEPTION:
- u_octet4_loop_TpPAMAttributeList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAttributeList = %u",u_octet4_loop_TpPAMAttributeList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return);
- for (i_TpPAMAttributeList=0; i_TpPAMAttributeList < u_octet4_loop_TpPAMAttributeList; i_TpPAMAttributeList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return; i_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return++) {
/* Begin struct "org_csapi_pam_TpPAMAttribute" */
-
-
-
decode_org_csapi_pam_TpPAMAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAttribute" */
-
}
break;
@@ -66689,11 +56148,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -66705,11 +56161,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -66721,19 +56174,15 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes(tvbuff
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributes;
- guint32 i_attributes;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken;
/* Operation specific Variable declarations End */
@@ -66741,37 +56190,26 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes(tvbuff
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_agentName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_agentType");
- u_octet4_loop_attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributes = %u",u_octet4_loop_attributes);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes);
- for (i_attributes=0; i_attributes < u_octet4_loop_attributes; i_attributes++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes; i_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes++) {
/* Begin struct "org_csapi_pam_TpPAMAttribute" */
-
-
-
decode_org_csapi_pam_TpPAMAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAttribute" */
-
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -66793,11 +56231,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -66809,11 +56244,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -66825,17 +56257,13 @@ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes(tvbuff
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken;
/* Operation specific Variable declarations End */
@@ -66843,20 +56271,16 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent(tvbuff_t *tvb
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_identity");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_agentName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -66878,11 +56302,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -66894,11 +56315,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -66910,17 +56328,13 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken;
/* Operation specific Variable declarations End */
@@ -66928,20 +56342,16 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent(tvbuff_t *t
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_identity");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_agentName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -66963,11 +56373,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -66979,11 +56386,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -66995,19 +56399,15 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpPAMFQNameList;
- guint32 i_TpPAMFQNameList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return;
/* Operation specific Variable declarations End */
@@ -67015,18 +56415,14 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents(tvbuff
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_identity");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -67038,14 +56434,12 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents(tvbuff
case NO_EXCEPTION:
- u_octet4_loop_TpPAMFQNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMFQNameList = %u",u_octet4_loop_TpPAMFQNameList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return);
- for (i_TpPAMFQNameList=0; i_TpPAMFQNameList < u_octet4_loop_TpPAMFQNameList; i_TpPAMFQNameList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMFQNameList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return");
}
@@ -67057,11 +56451,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -67073,11 +56464,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -67089,19 +56477,15 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents(tvbuff
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpPAMFQNameList;
- guint32 i_TpPAMFQNameList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return;
/* Operation specific Variable declarations End */
@@ -67109,18 +56493,14 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesO
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_agentName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -67132,14 +56512,12 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesO
case NO_EXCEPTION:
- u_octet4_loop_TpPAMFQNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMFQNameList = %u",u_octet4_loop_TpPAMFQNameList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return);
- for (i_TpPAMFQNameList=0; i_TpPAMFQNameList < u_octet4_loop_TpPAMFQNameList; i_TpPAMFQNameList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMFQNameList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return");
}
@@ -67151,11 +56529,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesO
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -67167,11 +56542,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesO
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -67183,19 +56555,15 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesO
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpPAMFQNameList;
- guint32 i_TpPAMFQNameList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return;
/* Operation specific Variable declarations End */
@@ -67203,20 +56571,16 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapab
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_identity");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "capability");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_capability");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -67228,14 +56592,12 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapab
case NO_EXCEPTION:
- u_octet4_loop_TpPAMFQNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMFQNameList = %u",u_octet4_loop_TpPAMFQNameList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return);
- for (i_TpPAMFQNameList=0; i_TpPAMFQNameList < u_octet4_loop_TpPAMFQNameList; i_TpPAMFQNameList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMFQNameList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return");
}
@@ -67247,11 +56609,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapab
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -67263,11 +56622,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapab
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -67279,19 +56635,15 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapab
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpPAMCapabilityList;
- guint32 i_TpPAMCapabilityList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return;
/* Operation specific Variable declarations End */
@@ -67299,18 +56651,14 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentit
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_identity");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -67322,14 +56670,12 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentit
case NO_EXCEPTION:
- u_octet4_loop_TpPAMCapabilityList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMCapabilityList = %u",u_octet4_loop_TpPAMCapabilityList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return);
- for (i_TpPAMCapabilityList=0; i_TpPAMCapabilityList < u_octet4_loop_TpPAMCapabilityList; i_TpPAMCapabilityList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMCapabilityList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return");
}
@@ -67341,11 +56687,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentit
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -67357,11 +56700,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentit
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -67373,17 +56713,13 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentit
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken;
/* Operation specific Variable declarations End */
@@ -67391,20 +56727,16 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf(tvbuf
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_identity");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "capability");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_capability");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken; i_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -67416,9 +56748,7 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf(tvbuf
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -67428,11 +56758,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -67444,11 +56771,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -67460,17 +56784,13 @@ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf(tvbuf
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken;
/* Operation specific Variable declarations End */
@@ -67479,23 +56799,14 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttr
case Request:
/* Begin struct "org_csapi_pam_TpPAMAttributeDef" */
-
-
-
decode_org_csapi_pam_TpPAMAttributeDef_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAttributeDef" */
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken);
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken++) {
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -67517,11 +56828,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttr
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -67533,11 +56841,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttr
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -67549,17 +56854,13 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttr
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken;
/* Operation specific Variable declarations End */
@@ -67567,18 +56868,14 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttr
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_attributeName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -67600,11 +56897,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttr
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -67616,11 +56910,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttr
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -67632,17 +56923,13 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttr
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken;
/* Operation specific Variable declarations End */
@@ -67650,18 +56937,14 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttribu
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_attributeName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -67674,13 +56957,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttribu
case NO_EXCEPTION:
/* Begin struct "org_csapi_pam_TpPAMAttributeDef" */
-
-
-
decode_org_csapi_pam_TpPAMAttributeDef_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAttributeDef" */
-
break;
case USER_EXCEPTION:
@@ -67689,11 +56967,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttribu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -67705,11 +56980,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttribu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -67721,19 +56993,15 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttribu
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpStringList;
- guint32 i_TpStringList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return;
/* Operation specific Variable declarations End */
@@ -67741,16 +57009,12 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAtt
case Request:
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -67762,14 +57026,12 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAtt
case NO_EXCEPTION:
- u_octet4_loop_TpStringList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpStringList = %u",u_octet4_loop_TpStringList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return);
- for (i_TpStringList=0; i_TpStringList < u_octet4_loop_TpStringList; i_TpStringList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpStringList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return");
}
@@ -67781,11 +57043,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAtt
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -67797,11 +57056,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAtt
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -67813,19 +57069,15 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAtt
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributeNames;
- guint32 i_attributeNames;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken;
/* Operation specific Variable declarations End */
@@ -67833,29 +57085,23 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "typeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_typeName");
- u_octet4_loop_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributeNames = %u",u_octet4_loop_attributeNames);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames);
- for (i_attributeNames=0; i_attributeNames < u_octet4_loop_attributeNames; i_attributeNames++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -67877,11 +57123,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -67893,11 +57136,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -67909,17 +57149,13 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken;
/* Operation specific Variable declarations End */
@@ -67927,18 +57163,14 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "typeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_typeName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -67960,11 +57192,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -67976,11 +57205,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -67992,19 +57218,15 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpStringList;
- guint32 i_TpStringList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return;
/* Operation specific Variable declarations End */
@@ -68012,16 +57234,12 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes(
case Request:
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -68033,14 +57251,12 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes(
case NO_EXCEPTION:
- u_octet4_loop_TpStringList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpStringList = %u",u_octet4_loop_TpStringList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return);
- for (i_TpStringList=0; i_TpStringList < u_octet4_loop_TpStringList; i_TpStringList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpStringList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return");
}
@@ -68052,11 +57268,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes(
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -68068,11 +57281,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes(
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -68084,19 +57294,15 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes(
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributeNames;
- guint32 i_attributeNames;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken;
/* Operation specific Variable declarations End */
@@ -68104,29 +57310,23 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAtt
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "typeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_typeName");
- u_octet4_loop_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributeNames = %u",u_octet4_loop_attributeNames);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames);
- for (i_attributeNames=0; i_attributeNames < u_octet4_loop_attributeNames; i_attributeNames++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -68148,11 +57348,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAtt
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -68164,11 +57361,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAtt
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -68180,19 +57374,15 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAtt
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributeNames;
- guint32 i_attributeNames;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken;
/* Operation specific Variable declarations End */
@@ -68200,29 +57390,23 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityType
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "typeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_typeName");
- u_octet4_loop_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributeNames = %u",u_octet4_loop_attributeNames);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames);
- for (i_attributeNames=0; i_attributeNames < u_octet4_loop_attributeNames; i_attributeNames++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -68244,11 +57428,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityType
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -68260,11 +57441,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityType
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -68276,19 +57454,15 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityType
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpStringList;
- guint32 i_TpStringList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return;
/* Operation specific Variable declarations End */
@@ -68296,18 +57470,14 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAt
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "typeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_typeName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -68319,14 +57489,12 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAt
case NO_EXCEPTION:
- u_octet4_loop_TpStringList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpStringList = %u",u_octet4_loop_TpStringList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return);
- for (i_TpStringList=0; i_TpStringList < u_octet4_loop_TpStringList; i_TpStringList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return=0; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return; i_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpStringList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return");
}
@@ -68338,11 +57506,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAt
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -68354,11 +57519,8 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAt
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -68370,17 +57532,13 @@ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAt
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken;
/* Operation specific Variable declarations End */
@@ -68389,23 +57547,14 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute(
case Request:
/* Begin struct "org_csapi_pam_TpPAMAttributeDef" */
-
-
-
decode_org_csapi_pam_TpPAMAttributeDef_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAttributeDef" */
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken);
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken++) {
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -68427,11 +57576,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute(
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -68443,11 +57589,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute(
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -68459,17 +57602,13 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute(
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken;
/* Operation specific Variable declarations End */
@@ -68477,18 +57616,14 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute(
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_attributeName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -68510,11 +57645,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute(
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -68526,11 +57658,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute(
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -68542,17 +57671,13 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute(
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken;
/* Operation specific Variable declarations End */
@@ -68560,18 +57685,14 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefi
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_attributeName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -68584,13 +57705,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefi
case NO_EXCEPTION:
/* Begin struct "org_csapi_pam_TpPAMAttributeDef" */
-
-
-
decode_org_csapi_pam_TpPAMAttributeDef_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAttributeDef" */
-
break;
case USER_EXCEPTION:
@@ -68599,11 +57715,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefi
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -68615,11 +57728,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefi
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -68631,19 +57741,15 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefi
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpStringList;
- guint32 i_TpStringList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return;
/* Operation specific Variable declarations End */
@@ -68651,16 +57757,12 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttribute
case Request:
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -68672,14 +57774,12 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttribute
case NO_EXCEPTION:
- u_octet4_loop_TpStringList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpStringList = %u",u_octet4_loop_TpStringList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return);
- for (i_TpStringList=0; i_TpStringList < u_octet4_loop_TpStringList; i_TpStringList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpStringList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return");
}
@@ -68691,11 +57791,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttribute
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -68707,11 +57804,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttribute
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -68723,19 +57817,15 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttribute
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributeNames;
- guint32 i_attributeNames;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken;
/* Operation specific Variable declarations End */
@@ -68743,29 +57833,23 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType(tvbuf
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "typeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_typeName");
- u_octet4_loop_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributeNames = %u",u_octet4_loop_attributeNames);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames);
- for (i_attributeNames=0; i_attributeNames < u_octet4_loop_attributeNames; i_attributeNames++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -68787,11 +57871,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -68803,11 +57884,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -68819,17 +57897,13 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType(tvbuf
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken;
/* Operation specific Variable declarations End */
@@ -68837,18 +57911,14 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType(tvbuf
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "typeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_typeName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -68870,11 +57940,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -68886,11 +57953,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -68902,19 +57966,15 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType(tvbuf
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpStringList;
- guint32 i_TpStringList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return;
/* Operation specific Variable declarations End */
@@ -68922,16 +57982,12 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes(tvbuff
case Request:
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -68943,14 +57999,12 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes(tvbuff
case NO_EXCEPTION:
- u_octet4_loop_TpStringList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpStringList = %u",u_octet4_loop_TpStringList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return);
- for (i_TpStringList=0; i_TpStringList < u_octet4_loop_TpStringList; i_TpStringList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpStringList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return");
}
@@ -68962,11 +58016,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -68978,11 +58029,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -68994,19 +58042,15 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes(tvbuff
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributeNames;
- guint32 i_attributeNames;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken;
/* Operation specific Variable declarations End */
@@ -69014,29 +58058,23 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttribute
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "typeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_typeName");
- u_octet4_loop_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributeNames = %u",u_octet4_loop_attributeNames);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames);
- for (i_attributeNames=0; i_attributeNames < u_octet4_loop_attributeNames; i_attributeNames++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -69058,11 +58096,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttribute
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -69074,11 +58109,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttribute
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -69090,19 +58122,15 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttribute
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributeNames;
- guint32 i_attributeNames;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken;
/* Operation specific Variable declarations End */
@@ -69110,29 +58138,23 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttrib
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "typeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_typeName");
- u_octet4_loop_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributeNames = %u",u_octet4_loop_attributeNames);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames);
- for (i_attributeNames=0; i_attributeNames < u_octet4_loop_attributeNames; i_attributeNames++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -69154,11 +58176,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttrib
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -69170,11 +58189,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttrib
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -69186,19 +58202,15 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttrib
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpStringList;
- guint32 i_TpStringList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return;
/* Operation specific Variable declarations End */
@@ -69206,18 +58218,14 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttribut
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "typeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_typeName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -69229,14 +58237,12 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttribut
case NO_EXCEPTION:
- u_octet4_loop_TpStringList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpStringList = %u",u_octet4_loop_TpStringList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return);
- for (i_TpStringList=0; i_TpStringList < u_octet4_loop_TpStringList; i_TpStringList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return=0; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return; i_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpStringList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return");
}
@@ -69248,11 +58254,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttribut
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -69264,11 +58267,8 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttribut
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -69280,17 +58280,13 @@ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttribut
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken;
/* Operation specific Variable declarations End */
@@ -69299,23 +58295,14 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttr
case Request:
/* Begin struct "org_csapi_pam_TpPAMAttributeDef" */
-
-
-
decode_org_csapi_pam_TpPAMAttributeDef_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAttributeDef" */
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken);
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
-
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -69337,11 +58324,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttr
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -69353,11 +58337,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttr
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -69369,17 +58350,13 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttr
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken;
/* Operation specific Variable declarations End */
@@ -69387,18 +58364,14 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttr
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_attributeName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -69420,11 +58393,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttr
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -69436,11 +58406,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttr
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -69452,17 +58419,13 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttr
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken;
/* Operation specific Variable declarations End */
@@ -69470,18 +58433,14 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttribu
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_attributeName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -69494,13 +58453,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttribu
case NO_EXCEPTION:
/* Begin struct "org_csapi_pam_TpPAMAttributeDef" */
-
-
-
decode_org_csapi_pam_TpPAMAttributeDef_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAttributeDef" */
-
break;
case USER_EXCEPTION:
@@ -69509,11 +58463,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttribu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -69525,11 +58476,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttribu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -69541,19 +58489,15 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttribu
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpStringList;
- guint32 i_TpStringList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return;
/* Operation specific Variable declarations End */
@@ -69561,16 +58505,12 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAtt
case Request:
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -69582,14 +58522,12 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAtt
case NO_EXCEPTION:
- u_octet4_loop_TpStringList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpStringList = %u",u_octet4_loop_TpStringList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return);
- for (i_TpStringList=0; i_TpStringList < u_octet4_loop_TpStringList; i_TpStringList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpStringList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return");
}
@@ -69601,11 +58539,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAtt
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -69617,11 +58552,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAtt
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -69633,19 +58565,15 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAtt
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributeNames;
- guint32 i_attributeNames;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken;
/* Operation specific Variable declarations End */
@@ -69653,29 +58581,23 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability(tvb
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "capabilityName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_capabilityName");
- u_octet4_loop_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributeNames = %u",u_octet4_loop_attributeNames);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames);
- for (i_attributeNames=0; i_attributeNames < u_octet4_loop_attributeNames; i_attributeNames++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -69697,11 +58619,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -69713,11 +58632,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -69729,17 +58645,13 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability(tvb
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken;
/* Operation specific Variable declarations End */
@@ -69747,18 +58659,14 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability(tvb
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "capabilityName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_capabilityName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -69780,11 +58688,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -69796,11 +58701,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -69812,19 +58714,15 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability(tvb
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpPAMCapabilityList;
- guint32 i_TpPAMCapabilityList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return;
/* Operation specific Variable declarations End */
@@ -69832,16 +58730,12 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities(tvb
case Request:
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -69853,14 +58747,12 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities(tvb
case NO_EXCEPTION:
- u_octet4_loop_TpPAMCapabilityList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMCapabilityList = %u",u_octet4_loop_TpPAMCapabilityList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return);
- for (i_TpPAMCapabilityList=0; i_TpPAMCapabilityList < u_octet4_loop_TpPAMCapabilityList; i_TpPAMCapabilityList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMCapabilityList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return");
}
@@ -69872,11 +58764,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -69888,11 +58777,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -69904,19 +58790,15 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities(tvb
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributeNames;
- guint32 i_attributeNames;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken;
/* Operation specific Variable declarations End */
@@ -69924,29 +58806,23 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttribu
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "capabilityName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_capabilityName");
- u_octet4_loop_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributeNames = %u",u_octet4_loop_attributeNames);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames);
- for (i_attributeNames=0; i_attributeNames < u_octet4_loop_attributeNames; i_attributeNames++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -69968,11 +58844,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttribu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -69984,11 +58857,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttribu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -70000,19 +58870,15 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttribu
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributeNames;
- guint32 i_attributeNames;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken;
/* Operation specific Variable declarations End */
@@ -70020,29 +58886,23 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttr
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "capabilityName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_capabilityName");
- u_octet4_loop_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributeNames = %u",u_octet4_loop_attributeNames);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames);
- for (i_attributeNames=0; i_attributeNames < u_octet4_loop_attributeNames; i_attributeNames++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -70064,11 +58924,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttr
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -70080,11 +58937,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttr
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -70096,19 +58950,15 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttr
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpStringList;
- guint32 i_TpStringList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return;
/* Operation specific Variable declarations End */
@@ -70116,18 +58966,14 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttrib
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "capabilityName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_capabilityName");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -70139,14 +58985,12 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttrib
case NO_EXCEPTION:
- u_octet4_loop_TpStringList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpStringList = %u",u_octet4_loop_TpStringList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return);
- for (i_TpStringList=0; i_TpStringList < u_octet4_loop_TpStringList; i_TpStringList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpStringList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return");
}
@@ -70158,11 +59002,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttrib
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -70174,11 +59015,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttrib
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -70190,19 +59028,15 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttrib
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_capabilities;
- guint32 i_capabilities;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken;
/* Operation specific Variable declarations End */
@@ -70210,29 +59044,23 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesTo
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_agentType");
- u_octet4_loop_capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of capabilities = %u",u_octet4_loop_capabilities);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities);
- for (i_capabilities=0; i_capabilities < u_octet4_loop_capabilities; i_capabilities++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "capabilities");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -70254,11 +59082,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesTo
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -70270,11 +59095,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesTo
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -70286,19 +59108,15 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesTo
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_capabilities;
- guint32 i_capabilities;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken;
/* Operation specific Variable declarations End */
@@ -70306,29 +59124,23 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilities
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_agentType");
- u_octet4_loop_capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of capabilities = %u",u_octet4_loop_capabilities);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities);
- for (i_capabilities=0; i_capabilities < u_octet4_loop_capabilities; i_capabilities++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "capabilities");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -70350,11 +59162,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilities
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -70366,11 +59175,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilities
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -70382,19 +59188,15 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilities
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpPAMCapabilityList;
- guint32 i_TpPAMCapabilityList;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return;
/* Operation specific Variable declarations End */
@@ -70402,18 +59204,14 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfTy
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_agentType");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -70425,14 +59223,12 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfTy
case NO_EXCEPTION:
- u_octet4_loop_TpPAMCapabilityList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMCapabilityList = %u",u_octet4_loop_TpPAMCapabilityList);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return);
- for (i_TpPAMCapabilityList=0; i_TpPAMCapabilityList < u_octet4_loop_TpPAMCapabilityList; i_TpPAMCapabilityList++) {
+ for (i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return=0; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return; i_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMCapabilityList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return");
}
@@ -70444,11 +59240,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfTy
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -70460,11 +59253,8 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfTy
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -70476,19 +59266,15 @@ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfTy
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_askerData;
- guint32 i_askerData;
- guint32 u_octet4_loop_TpPAMCredential;
- guint32 i_TpPAMCredential;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData;
+ guint32 i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData;
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return;
+ guint32 i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return;
/* Operation specific Variable declarations End */
@@ -70496,21 +59282,14 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken(tvbuff_t
case Request:
- u_octet4_loop_askerData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of askerData = %u",u_octet4_loop_askerData);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData);
- for (i_askerData=0; i_askerData < u_octet4_loop_askerData; i_askerData++) {
+ for (i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData=0; i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData < u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData; i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData++) {
/* Begin struct "org_csapi_TpAttribute" */
-
-
-
decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAttribute" */
-
}
break;
@@ -70521,16 +59300,12 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken(tvbuff_t
case NO_EXCEPTION:
- u_octet4_loop_TpPAMCredential = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMCredential = %u",u_octet4_loop_TpPAMCredential);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return);
- for (i_TpPAMCredential=0; i_TpPAMCredential < u_octet4_loop_TpPAMCredential; i_TpPAMCredential++) {
+ for (i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return=0; i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return < u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return; i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpPAMCredential = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -70542,11 +59317,8 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -70558,11 +59330,8 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -70574,23 +59343,16 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken(tvbuff_t
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "interfaceName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface_interfaceName");
break;
@@ -70611,11 +59373,8 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -70627,11 +59386,8 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface(tvbuf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -70643,17 +59399,13 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface(tvbuf
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken;
/* Operation specific Variable declarations End */
@@ -70661,18 +59413,14 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl(tvbu
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_identity");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken=0; i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken; i_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -70685,13 +59433,8 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl(tvbu
case NO_EXCEPTION:
/* Begin struct "org_csapi_pam_TpPAMAccessControlData" */
-
-
-
decode_org_csapi_pam_TpPAMAccessControlData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAccessControlData" */
-
break;
case USER_EXCEPTION:
@@ -70700,11 +59443,8 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -70716,11 +59456,8 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -70732,17 +59469,13 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl(tvbu
/*
* 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_)
+decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken;
+ guint32 i_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken;
/* Operation specific Variable declarations End */
@@ -70750,28 +59483,19 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl(tvbu
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_identity");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "operation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_operation");
/* Begin struct "org_csapi_pam_TpPAMAccessControlData" */
-
-
-
decode_org_csapi_pam_TpPAMAccessControlData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAccessControlData" */
+ u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken);
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
-
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken=0; i_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken < u_octet4_loop_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken; i_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -70793,11 +59517,8 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -70809,11 +59530,8 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl(tvbu
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -70825,19 +59543,15 @@ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl(tvbu
/*
* 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_)
+decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributes;
- guint32 i_attributes;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes;
+ guint32 i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes;
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken;
+ guint32 i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken;
/* Operation specific Variable declarations End */
@@ -70845,37 +59559,26 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence(tvbuff_t *
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_identity");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identityType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_identityType");
- u_octet4_loop_attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributes = %u",u_octet4_loop_attributes);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes);
- for (i_attributes=0; i_attributes < u_octet4_loop_attributes; i_attributes++) {
+ for (i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes=0; i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes < u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes; i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes++) {
/* Begin struct "org_csapi_pam_TpPAMAttribute" */
-
-
-
decode_org_csapi_pam_TpPAMAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAttribute" */
-
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken=0; i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken; i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -70897,11 +59600,8 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -70913,11 +59613,8 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -70929,19 +59626,15 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence(tvbuff_t *
/*
* 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_)
+decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributeNames;
- guint32 i_attributeNames;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames;
+ guint32 i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames;
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken;
+ guint32 i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken;
/* Operation specific Variable declarations End */
@@ -70949,35 +59642,27 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration(
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_identity");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identityType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_identityType");
- u_octet4_loop_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributeNames = %u",u_octet4_loop_attributeNames);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames);
- for (i_attributeNames=0; i_attributeNames < u_octet4_loop_attributeNames; i_attributeNames++) {
+ for (i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames=0; i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames < u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames; i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames");
}
- if (tree) {
- 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));
- }
+ proto_tree_add_uint64(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_expiresIn, tvb, *offset-8, 8, 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);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken=0; i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken; i_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -70999,11 +59684,8 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration(
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -71015,11 +59697,8 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration(
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -71031,21 +59710,17 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration(
/*
* 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_)
+decode_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributeNames;
- guint32 i_attributeNames;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpPAMAttributeList;
- guint32 i_TpPAMAttributeList;
-
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames;
+ guint32 i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames;
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken;
+ guint32 i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return;
+ guint32 i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return;
/* Operation specific Variable declarations End */
@@ -71053,31 +59728,25 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence(tvbuff_t *
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_identity");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identityType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_identityType");
- u_octet4_loop_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributeNames = %u",u_octet4_loop_attributeNames);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames);
- for (i_attributeNames=0; i_attributeNames < u_octet4_loop_attributeNames; i_attributeNames++) {
+ for (i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames=0; i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames < u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames; i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken=0; i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken; i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -71089,21 +59758,14 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence(tvbuff_t *
case NO_EXCEPTION:
- u_octet4_loop_TpPAMAttributeList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAttributeList = %u",u_octet4_loop_TpPAMAttributeList);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return);
- for (i_TpPAMAttributeList=0; i_TpPAMAttributeList < u_octet4_loop_TpPAMAttributeList; i_TpPAMAttributeList++) {
+ for (i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return=0; i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return < u_octet4_loop_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return; i_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return++) {
/* Begin struct "org_csapi_pam_TpPAMAttribute" */
-
-
-
decode_org_csapi_pam_TpPAMAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAttribute" */
-
}
break;
@@ -71114,11 +59776,8 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -71130,11 +59789,8 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -71146,19 +59802,15 @@ decode_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence(tvbuff_t *
/*
* 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_)
+decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributes;
- guint32 i_attributes;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes;
+ guint32 i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes;
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken;
+ guint32 i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken;
/* Operation specific Variable declarations End */
@@ -71166,37 +59818,26 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence(tvbuff_t *tvb _U
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agent");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_agent");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_agentType");
- u_octet4_loop_attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributes = %u",u_octet4_loop_attributes);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes);
- for (i_attributes=0; i_attributes < u_octet4_loop_attributes; i_attributes++) {
+ for (i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes=0; i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes; i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes++) {
/* Begin struct "org_csapi_pam_TpPAMAttribute" */
-
-
-
decode_org_csapi_pam_TpPAMAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAttribute" */
-
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken=0; i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken; i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -71218,11 +59859,8 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -71234,11 +59872,8 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -71250,19 +59885,15 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence(tvbuff_t *tvb _U
/*
* 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_)
+decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributes;
- guint32 i_attributes;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes;
+ guint32 i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes;
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken;
+ guint32 i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken;
/* Operation specific Variable declarations End */
@@ -71270,37 +59901,26 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence(tvbuff_t *t
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agent");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_agent");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "capability");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_capability");
- u_octet4_loop_attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributes = %u",u_octet4_loop_attributes);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes);
- for (i_attributes=0; i_attributes < u_octet4_loop_attributes; i_attributes++) {
+ for (i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes=0; i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes; i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes++) {
/* Begin struct "org_csapi_pam_TpPAMAttribute" */
-
-
-
decode_org_csapi_pam_TpPAMAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAttribute" */
-
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken=0; i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken; i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -71322,11 +59942,8 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -71338,11 +59955,8 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -71354,19 +59968,15 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributeNames;
- guint32 i_attributeNames;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames;
+ guint32 i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames;
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken;
+ guint32 i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken;
/* Operation specific Variable declarations End */
@@ -71374,35 +59984,27 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration(tvbuff
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agent");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_agent");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_agentType");
- u_octet4_loop_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributeNames = %u",u_octet4_loop_attributeNames);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames);
- for (i_attributeNames=0; i_attributeNames < u_octet4_loop_attributeNames; i_attributeNames++) {
+ for (i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames=0; i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames; i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames");
}
- if (tree) {
- 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));
- }
+ proto_tree_add_uint64(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_expiresIn, tvb, *offset-8, 8, 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);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken=0; i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken; i_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -71424,11 +60026,8 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -71440,11 +60039,8 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -71456,19 +60052,15 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration(tvbuff
/*
* 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_)
+decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributeNames;
- guint32 i_attributeNames;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames;
+ guint32 i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames;
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken;
+ guint32 i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken;
/* Operation specific Variable declarations End */
@@ -71476,35 +60068,27 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration(t
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agent");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_agent");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "capability");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_capability");
- u_octet4_loop_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributeNames = %u",u_octet4_loop_attributeNames);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames);
- for (i_attributeNames=0; i_attributeNames < u_octet4_loop_attributeNames; i_attributeNames++) {
+ for (i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames=0; i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames; i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames");
}
- if (tree) {
- 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));
- }
+ proto_tree_add_uint64(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_expiresIn, tvb, *offset-8, 8, 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);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken=0; i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken; i_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -71526,11 +60110,8 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration(t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -71542,11 +60123,8 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration(t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -71558,21 +60136,17 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration(t
/*
* 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_)
+decode_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributeNames;
- guint32 i_attributeNames;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpPAMAttributeList;
- guint32 i_TpPAMAttributeList;
-
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames;
+ guint32 i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames;
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken;
+ guint32 i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return;
+ guint32 i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return;
/* Operation specific Variable declarations End */
@@ -71580,31 +60154,25 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence(tvbuff_t *tvb _U
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agent");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_agent");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agentType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_agentType");
- u_octet4_loop_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributeNames = %u",u_octet4_loop_attributeNames);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames);
- for (i_attributeNames=0; i_attributeNames < u_octet4_loop_attributeNames; i_attributeNames++) {
+ for (i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames=0; i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames; i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken=0; i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken; i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -71616,21 +60184,14 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence(tvbuff_t *tvb _U
case NO_EXCEPTION:
- u_octet4_loop_TpPAMAttributeList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAttributeList = %u",u_octet4_loop_TpPAMAttributeList);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return);
- for (i_TpPAMAttributeList=0; i_TpPAMAttributeList < u_octet4_loop_TpPAMAttributeList; i_TpPAMAttributeList++) {
+ for (i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return=0; i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return; i_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return++) {
/* Begin struct "org_csapi_pam_TpPAMAttribute" */
-
-
-
decode_org_csapi_pam_TpPAMAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAttribute" */
-
}
break;
@@ -71641,11 +60202,8 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -71657,11 +60215,8 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence(tvbuff_t *tvb _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -71673,21 +60228,17 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence(tvbuff_t *tvb _U
/*
* 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_)
+decode_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributeNames;
- guint32 i_attributeNames;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpPAMAttributeList;
- guint32 i_TpPAMAttributeList;
-
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames;
+ guint32 i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames;
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken;
+ guint32 i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return;
+ guint32 i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return;
/* Operation specific Variable declarations End */
@@ -71695,31 +60246,25 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence(tvbuff_t *t
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "agent");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_agent");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "capability");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_capability");
- u_octet4_loop_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributeNames = %u",u_octet4_loop_attributeNames);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames);
- for (i_attributeNames=0; i_attributeNames < u_octet4_loop_attributeNames; i_attributeNames++) {
+ for (i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames=0; i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames; i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken=0; i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken; i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -71731,21 +60276,14 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence(tvbuff_t *t
case NO_EXCEPTION:
- u_octet4_loop_TpPAMAttributeList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAttributeList = %u",u_octet4_loop_TpPAMAttributeList);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return);
- for (i_TpPAMAttributeList=0; i_TpPAMAttributeList < u_octet4_loop_TpPAMAttributeList; i_TpPAMAttributeList++) {
+ for (i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return=0; i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return < u_octet4_loop_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return; i_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return++) {
/* Begin struct "org_csapi_pam_TpPAMAttribute" */
-
-
-
decode_org_csapi_pam_TpPAMAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAttribute" */
-
}
break;
@@ -71756,11 +60294,8 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -71772,11 +60307,8 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -71788,21 +60320,17 @@ decode_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributeNames;
- guint32 i_attributeNames;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpPAMAvailabilityProfileList;
- guint32 i_TpPAMAvailabilityProfileList;
-
+ guint32 u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames;
+ guint32 i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames;
+ guint32 u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken;
+ guint32 i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return;
+ guint32 i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return;
/* Operation specific Variable declarations End */
@@ -71810,37 +60338,26 @@ decode_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability(tvbuff_t
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_identity");
/* Begin struct "org_csapi_pam_TpPAMContext" */
-
-
-
decode_org_csapi_pam_TpPAMContext_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMContext" */
+ u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames);
- u_octet4_loop_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributeNames = %u",u_octet4_loop_attributeNames);
- }
+ for (i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames=0; i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames < u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames; i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames++) {
- for (i_attributeNames=0; i_attributeNames < u_octet4_loop_attributeNames; i_attributeNames++) {
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken=0; i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken < u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken; i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -71852,21 +60369,14 @@ decode_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability(tvbuff_t
case NO_EXCEPTION:
- u_octet4_loop_TpPAMAvailabilityProfileList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAvailabilityProfileList = %u",u_octet4_loop_TpPAMAvailabilityProfileList);
- }
+ u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return);
- for (i_TpPAMAvailabilityProfileList=0; i_TpPAMAvailabilityProfileList < u_octet4_loop_TpPAMAvailabilityProfileList; i_TpPAMAvailabilityProfileList++) {
+ for (i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return=0; i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return < u_octet4_loop_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return; i_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return++) {
/* Begin struct "org_csapi_pam_TpPAMAvailabilityProfile" */
-
-
-
decode_org_csapi_pam_TpPAMAvailabilityProfile_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAvailabilityProfile" */
-
}
break;
@@ -71877,11 +60387,8 @@ decode_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -71893,11 +60400,8 @@ decode_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -71909,21 +60413,17 @@ decode_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability(tvbuff_t
/*
* 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_)
+decode_org_csapi_pam_access_IpPAMAvailability_getAvailability(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_attributeNames;
- guint32 i_attributeNames;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
- guint32 u_octet4_loop_TpPAMAvailabilityProfileList;
- guint32 i_TpPAMAvailabilityProfileList;
-
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames;
+ guint32 i_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames;
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken;
+ guint32 i_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken;
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_return;
+ guint32 i_org_csapi_pam_access_IpPAMAvailability_getAvailability_return;
/* Operation specific Variable declarations End */
@@ -71931,37 +60431,26 @@ decode_org_csapi_pam_access_IpPAMAvailability_getAvailability(tvbuff_t *tvb _U_,
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAvailability_getAvailability_identity");
/* Begin struct "org_csapi_pam_TpPAMContext" */
-
-
-
decode_org_csapi_pam_TpPAMContext_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMContext" */
+ u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames);
- u_octet4_loop_attributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of attributeNames = %u",u_octet4_loop_attributeNames);
- }
+ for (i_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames=0; i_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames < u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames; i_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames++) {
- for (i_attributeNames=0; i_attributeNames < u_octet4_loop_attributeNames; i_attributeNames++) {
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "attributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames");
}
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken=0; i_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken; i_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -71973,21 +60462,14 @@ decode_org_csapi_pam_access_IpPAMAvailability_getAvailability(tvbuff_t *tvb _U_,
case NO_EXCEPTION:
- u_octet4_loop_TpPAMAvailabilityProfileList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAvailabilityProfileList = %u",u_octet4_loop_TpPAMAvailabilityProfileList);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_return);
- for (i_TpPAMAvailabilityProfileList=0; i_TpPAMAvailabilityProfileList < u_octet4_loop_TpPAMAvailabilityProfileList; i_TpPAMAvailabilityProfileList++) {
+ for (i_org_csapi_pam_access_IpPAMAvailability_getAvailability_return=0; i_org_csapi_pam_access_IpPAMAvailability_getAvailability_return < u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getAvailability_return; i_org_csapi_pam_access_IpPAMAvailability_getAvailability_return++) {
/* Begin struct "org_csapi_pam_TpPAMAvailabilityProfile" */
-
-
-
decode_org_csapi_pam_TpPAMAvailabilityProfile_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAvailabilityProfile" */
-
}
break;
@@ -71998,11 +60480,8 @@ decode_org_csapi_pam_access_IpPAMAvailability_getAvailability(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -72014,11 +60493,8 @@ decode_org_csapi_pam_access_IpPAMAvailability_getAvailability(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -72030,17 +60506,13 @@ decode_org_csapi_pam_access_IpPAMAvailability_getAvailability(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_pam_access_IpPAMAvailability_getPreference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken;
+ guint32 i_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken;
/* Operation specific Variable declarations End */
@@ -72048,26 +60520,17 @@ decode_org_csapi_pam_access_IpPAMAvailability_getPreference(tvbuff_t *tvb _U_, p
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAvailability_getPreference_identity");
/* Begin struct "org_csapi_pam_TpPAMContext" */
-
-
-
decode_org_csapi_pam_TpPAMContext_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMContext" */
+ u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken);
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ for (i_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken=0; i_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken; i_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken++) {
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -72080,12 +60543,10 @@ decode_org_csapi_pam_access_IpPAMAvailability_getPreference(tvbuff_t *tvb _U_, p
case NO_EXCEPTION:
/* Begin union "org_csapi_pam_TpPAMPreferenceData" */
-
decode_org_csapi_pam_TpPAMPreferenceData_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_pam_TpPAMPreferenceData" */
-
break;
case USER_EXCEPTION:
@@ -72094,11 +60555,8 @@ decode_org_csapi_pam_access_IpPAMAvailability_getPreference(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -72110,11 +60568,8 @@ decode_org_csapi_pam_access_IpPAMAvailability_getPreference(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -72126,17 +60581,13 @@ decode_org_csapi_pam_access_IpPAMAvailability_getPreference(tvbuff_t *tvb _U_, p
/*
* 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_)
+decode_org_csapi_pam_access_IpPAMAvailability_setPreference(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken;
+ guint32 i_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken;
/* Operation specific Variable declarations End */
@@ -72144,35 +60595,24 @@ decode_org_csapi_pam_access_IpPAMAvailability_setPreference(tvbuff_t *tvb _U_, p
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAvailability_setPreference_identity");
/* Begin struct "org_csapi_pam_TpPAMContext" */
-
-
-
decode_org_csapi_pam_TpPAMContext_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMContext" */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "operation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMAvailability_setPreference_operation");
/* Begin union "org_csapi_pam_TpPAMPreferenceData" */
-
decode_org_csapi_pam_TpPAMPreferenceData_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_pam_TpPAMPreferenceData" */
+ u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken);
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ for (i_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken=0; i_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken; i_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken++) {
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -72194,11 +60634,8 @@ decode_org_csapi_pam_access_IpPAMAvailability_setPreference(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -72210,11 +60647,8 @@ decode_org_csapi_pam_access_IpPAMAvailability_setPreference(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -72226,19 +60660,15 @@ decode_org_csapi_pam_access_IpPAMAvailability_setPreference(tvbuff_t *tvb _U_, p
/*
* 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_)
+decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_askerData;
- guint32 i_askerData;
- guint32 u_octet4_loop_TpPAMCredential;
- guint32 i_TpPAMCredential;
-
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData;
+ guint32 i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData;
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return;
+ guint32 i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return;
/* Operation specific Variable declarations End */
@@ -72246,21 +60676,14 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken(tvbuff
case Request:
- u_octet4_loop_askerData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of askerData = %u",u_octet4_loop_askerData);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData);
- for (i_askerData=0; i_askerData < u_octet4_loop_askerData; i_askerData++) {
+ for (i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData=0; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData < u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData++) {
/* Begin struct "org_csapi_TpAttribute" */
-
-
-
decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAttribute" */
-
}
break;
@@ -72271,16 +60694,12 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken(tvbuff
case NO_EXCEPTION:
- u_octet4_loop_TpPAMCredential = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMCredential = %u",u_octet4_loop_TpPAMCredential);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return);
- for (i_TpPAMCredential=0; i_TpPAMCredential < u_octet4_loop_TpPAMCredential; i_TpPAMCredential++) {
+ for (i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return=0; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return < u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpPAMCredential = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -72292,11 +60711,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -72308,11 +60724,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -72324,23 +60737,16 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken(tvbuff
/*
* 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_)
+decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "interfaceName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface_interfaceName");
break;
@@ -72361,11 +60767,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -72377,11 +60780,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -72393,17 +60793,13 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface(tvb
/*
* 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_)
+decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken;
+ guint32 i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken;
/* Operation specific Variable declarations End */
@@ -72411,18 +60807,14 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl(tv
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_identity");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken=0; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -72435,13 +60827,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl(tv
case NO_EXCEPTION:
/* Begin struct "org_csapi_pam_TpPAMAccessControlData" */
-
-
-
decode_org_csapi_pam_TpPAMAccessControlData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAccessControlData" */
-
break;
case USER_EXCEPTION:
@@ -72450,11 +60837,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -72466,11 +60850,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -72482,17 +60863,13 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl(tv
/*
* 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_)
+decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken;
+ guint32 i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken;
/* Operation specific Variable declarations End */
@@ -72500,28 +60877,19 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl(tv
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_identity");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "operation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_operation");
/* Begin struct "org_csapi_pam_TpPAMAccessControlData" */
-
-
-
decode_org_csapi_pam_TpPAMAccessControlData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAccessControlData" */
+ u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken);
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ for (i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken=0; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken++) {
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -72543,11 +60911,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -72559,11 +60924,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -72575,17 +60937,13 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl(tv
/*
* 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_)
+decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken;
+ guint32 i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken;
/* Operation specific Variable declarations End */
@@ -72593,18 +60951,14 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService(tvb
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_identity");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken=0; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -72626,11 +60980,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService(tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -72642,11 +60993,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService(tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -72658,17 +61006,13 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService(tvb
/*
* 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_)
+decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken;
+ guint32 i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken;
/* Operation specific Variable declarations End */
@@ -72676,18 +61020,14 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService(t
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_identity");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken=0; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -72709,11 +61049,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService(t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -72725,11 +61062,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService(t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -72741,17 +61075,13 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService(t
/*
* 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_)
+decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken;
+ guint32 i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken;
/* Operation specific Variable declarations End */
@@ -72759,18 +61089,14 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity(tv
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_identity");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken=0; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken < u_octet4_loop_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken; i_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -72782,9 +61108,7 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity(tv
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -72794,11 +61118,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -72810,11 +61131,8 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -72826,17 +61144,13 @@ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity(tv
/*
* 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_)
+decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_eventInfo;
- guint32 i_eventInfo;
-
+ guint32 u_octet4_loop_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo;
+ guint32 i_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo;
/* Operation specific Variable declarations End */
@@ -72844,24 +61158,18 @@ decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify(tvbuff_t *tvb _U_, p
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"eventID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_eventInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of eventInfo = %u",u_octet4_loop_eventInfo);
- }
+ u_octet4_loop_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo);
- for (i_eventInfo=0; i_eventInfo < u_octet4_loop_eventInfo; i_eventInfo++) {
+ for (i_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo=0; i_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo < u_octet4_loop_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo; i_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo++) {
/* Begin union "org_csapi_pam_TpPAMNotificationInfo" */
-
decode_org_csapi_pam_TpPAMNotificationInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_pam_TpPAMNotificationInfo" */
-
}
break;
@@ -72882,11 +61190,8 @@ decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -72898,11 +61203,8 @@ decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -72914,34 +61216,20 @@ decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify(tvbuff_t *tvb _U_, p
/*
* 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_)
+decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"eventID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr_eventID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_pam_TpPAMErrorInfo" */
-
-
-
decode_org_csapi_pam_TpPAMErrorInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMErrorInfo" */
-
break;
case Reply:
@@ -72960,11 +61248,8 @@ decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -72976,11 +61261,8 @@ decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -72992,17 +61274,13 @@ decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_pam_event_IpPAMEventHandler_isRegistered(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken;
+ guint32 i_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken;
/* Operation specific Variable declarations End */
@@ -73010,20 +61288,14 @@ decode_org_csapi_pam_event_IpPAMEventHandler_isRegistered(tvbuff_t *tvb _U_, pac
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"clientID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_clientID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken=0; i_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken < u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken; i_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -73035,9 +61307,7 @@ decode_org_csapi_pam_event_IpPAMEventHandler_isRegistered(tvbuff_t *tvb _U_, pac
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -73047,11 +61317,8 @@ decode_org_csapi_pam_event_IpPAMEventHandler_isRegistered(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -73063,11 +61330,8 @@ decode_org_csapi_pam_event_IpPAMEventHandler_isRegistered(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -73079,17 +61343,13 @@ decode_org_csapi_pam_event_IpPAMEventHandler_isRegistered(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken;
+ guint32 i_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken;
/* Operation specific Variable declarations End */
@@ -73100,16 +61360,12 @@ decode_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface(tvbuff_t *tvb
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken=0; i_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken < u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken; i_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -73121,9 +61377,7 @@ decode_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface(tvbuff_t *tvb
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPAMClientID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -73133,11 +61387,8 @@ decode_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -73149,11 +61400,8 @@ decode_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -73165,19 +61413,15 @@ decode_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_eventList;
- guint32 i_eventList;
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList;
+ guint32 i_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList;
+ guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken;
+ guint32 i_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken;
/* Operation specific Variable declarations End */
@@ -73185,40 +61429,28 @@ decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"clientID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_clientID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_eventList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of eventList = %u",u_octet4_loop_eventList);
- }
+ u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList);
- for (i_eventList=0; i_eventList < u_octet4_loop_eventList; i_eventList++) {
+ for (i_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList=0; i_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList < u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList; i_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList++) {
/* Begin union "org_csapi_pam_TpPAMEventInfo" */
-
decode_org_csapi_pam_TpPAMEventInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_pam_TpPAMEventInfo" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"validFor = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_validFor, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken=0; i_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken < u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken; i_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -73230,9 +61462,7 @@ decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvbuff_t *tvb _U_,
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPAMEventID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -73242,11 +61472,8 @@ decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -73258,11 +61485,8 @@ decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -73274,17 +61498,13 @@ decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken;
+ guint32 i_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken;
/* Operation specific Variable declarations End */
@@ -73292,20 +61512,14 @@ decode_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface(tvbuff_t *tv
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"clientID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_clientID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken=0; i_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken < u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken; i_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -73327,11 +61541,8 @@ decode_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -73343,11 +61554,8 @@ decode_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface(tvbuff_t *tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -73359,17 +61567,13 @@ decode_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface(tvbuff_t *tv
/*
* 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_)
+decode_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken;
+ guint32 i_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken;
/* Operation specific Variable declarations End */
@@ -73377,20 +61581,14 @@ decode_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent(tvbuff_t *tvb _
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"eventID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_eventID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken=0; i_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken < u_octet4_loop_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken; i_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -73412,11 +61610,8 @@ decode_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -73428,11 +61623,8 @@ decode_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent(tvbuff_t *tvb _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -73444,19 +61636,15 @@ decode_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent(tvbuff_t *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_)
+decode_org_csapi_pam_event_IpPAMEventManager_getAuthToken(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_askerData;
- guint32 i_askerData;
- guint32 u_octet4_loop_TpPAMCredential;
- guint32 i_TpPAMCredential;
-
+ guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData;
+ guint32 i_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData;
+ guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return;
+ guint32 i_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return;
/* Operation specific Variable declarations End */
@@ -73464,21 +61652,14 @@ decode_org_csapi_pam_event_IpPAMEventManager_getAuthToken(tvbuff_t *tvb _U_, pac
case Request:
- u_octet4_loop_askerData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of askerData = %u",u_octet4_loop_askerData);
- }
+ u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData);
- for (i_askerData=0; i_askerData < u_octet4_loop_askerData; i_askerData++) {
+ for (i_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData=0; i_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData < u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData; i_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData++) {
/* Begin struct "org_csapi_TpAttribute" */
-
-
-
decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAttribute" */
-
}
break;
@@ -73489,16 +61670,12 @@ decode_org_csapi_pam_event_IpPAMEventManager_getAuthToken(tvbuff_t *tvb _U_, pac
case NO_EXCEPTION:
- u_octet4_loop_TpPAMCredential = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMCredential = %u",u_octet4_loop_TpPAMCredential);
- }
+ u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return);
- for (i_TpPAMCredential=0; i_TpPAMCredential < u_octet4_loop_TpPAMCredential; i_TpPAMCredential++) {
+ for (i_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return=0; i_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return < u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return; i_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpPAMCredential = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -73510,11 +61687,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_getAuthToken(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -73526,11 +61700,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_getAuthToken(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -73542,23 +61713,16 @@ decode_org_csapi_pam_event_IpPAMEventManager_getAuthToken(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_pam_event_IpPAMEventManager_obtainInterface(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "interfaceName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_event_IpPAMEventManager_obtainInterface_interfaceName");
break;
@@ -73579,11 +61743,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_obtainInterface(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -73595,11 +61756,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_obtainInterface(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -73611,17 +61769,13 @@ decode_org_csapi_pam_event_IpPAMEventManager_obtainInterface(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_pam_event_IpPAMEventManager_getAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken;
+ guint32 i_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken;
/* Operation specific Variable declarations End */
@@ -73629,18 +61783,14 @@ decode_org_csapi_pam_event_IpPAMEventManager_getAccessControl(tvbuff_t *tvb _U_,
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_event_IpPAMEventManager_getAccessControl_identity");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken=0; i_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken < u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken; i_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -73653,13 +61803,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_getAccessControl(tvbuff_t *tvb _U_,
case NO_EXCEPTION:
/* Begin struct "org_csapi_pam_TpPAMAccessControlData" */
-
-
-
decode_org_csapi_pam_TpPAMAccessControlData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAccessControlData" */
-
break;
case USER_EXCEPTION:
@@ -73668,11 +61813,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_getAccessControl(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -73684,11 +61826,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_getAccessControl(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -73700,17 +61839,13 @@ decode_org_csapi_pam_event_IpPAMEventManager_getAccessControl(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_pam_event_IpPAMEventManager_setAccessControl(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken;
+ guint32 i_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken;
/* Operation specific Variable declarations End */
@@ -73718,28 +61853,19 @@ decode_org_csapi_pam_event_IpPAMEventManager_setAccessControl(tvbuff_t *tvb _U_,
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_event_IpPAMEventManager_setAccessControl_identity");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "operation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_event_IpPAMEventManager_setAccessControl_operation");
/* Begin struct "org_csapi_pam_TpPAMAccessControlData" */
-
-
-
decode_org_csapi_pam_TpPAMAccessControlData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAccessControlData" */
+ u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken);
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
-
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken=0; i_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken < u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken; i_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -73761,11 +61887,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_setAccessControl(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -73777,11 +61900,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_setAccessControl(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -73793,17 +61913,13 @@ decode_org_csapi_pam_event_IpPAMEventManager_setAccessControl(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_pam_event_IpPAMEventManager_activateService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_activateService_authToken;
+ guint32 i_org_csapi_pam_event_IpPAMEventManager_activateService_authToken;
/* Operation specific Variable declarations End */
@@ -73811,18 +61927,14 @@ decode_org_csapi_pam_event_IpPAMEventManager_activateService(tvbuff_t *tvb _U_,
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_event_IpPAMEventManager_activateService_identity");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_activateService_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_activateService_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_activateService_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_event_IpPAMEventManager_activateService_authToken=0; i_org_csapi_pam_event_IpPAMEventManager_activateService_authToken < u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_activateService_authToken; i_org_csapi_pam_event_IpPAMEventManager_activateService_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_activateService_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -73844,11 +61956,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_activateService(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -73860,11 +61969,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_activateService(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -73876,17 +61982,13 @@ decode_org_csapi_pam_event_IpPAMEventManager_activateService(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_pam_event_IpPAMEventManager_deactivateService(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken;
+ guint32 i_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken;
/* Operation specific Variable declarations End */
@@ -73894,18 +61996,14 @@ decode_org_csapi_pam_event_IpPAMEventManager_deactivateService(tvbuff_t *tvb _U_
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_event_IpPAMEventManager_deactivateService_identity");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken=0; i_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken < u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken; i_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -73927,11 +62025,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_deactivateService(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -73943,11 +62038,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_deactivateService(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -73959,17 +62051,13 @@ decode_org_csapi_pam_event_IpPAMEventManager_deactivateService(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_authToken;
- guint32 i_authToken;
-
+ guint32 u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken;
+ guint32 i_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken;
/* Operation specific Variable declarations End */
@@ -73977,18 +62065,14 @@ decode_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity(tvbuff_t *tvb _U_,
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_identity");
- u_octet4_loop_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of authToken = %u",u_octet4_loop_authToken);
- }
+ u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken);
- for (i_authToken=0; i_authToken < u_octet4_loop_authToken; i_authToken++) {
+ for (i_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken=0; i_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken < u_octet4_loop_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken; i_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"authToken = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -74000,9 +62084,7 @@ decode_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity(tvbuff_t *tvb _U_,
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_return, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -74012,11 +62094,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -74028,11 +62107,8 @@ decode_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -74044,30 +62120,18 @@ decode_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_mailboxTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_mmm_TpMailboxIdentifier" */
-
-
-
decode_org_csapi_mmm_TpMailboxIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpMailboxIdentifier" */
-
break;
case Reply:
@@ -74086,11 +62150,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_mailboxTerminated(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -74102,11 +62163,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_mailboxTerminated(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -74118,17 +62176,13 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_mailboxTerminated(tvbuff_t
/*
* 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_)
+decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_eventInfo;
- guint32 i_eventInfo;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo;
+ guint32 i_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo;
/* Operation specific Variable declarations End */
@@ -74136,24 +62190,18 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification(tvbuff_t
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_eventInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of eventInfo = %u",u_octet4_loop_eventInfo);
- }
+ u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo);
- for (i_eventInfo=0; i_eventInfo < u_octet4_loop_eventInfo; i_eventInfo++) {
+ for (i_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo=0; i_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo < u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo; i_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo++) {
/* Begin union "org_csapi_mmm_TpMessagingEventInfo" */
-
decode_org_csapi_mmm_TpMessagingEventInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_mmm_TpMessagingEventInfo" */
-
}
break;
@@ -74175,11 +62223,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -74191,11 +62236,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -74207,18 +62249,11 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification(tvbuff_t
/*
* 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_)
+decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -74241,11 +62276,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsInterrupted(tv
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -74257,11 +62289,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsInterrupted(tv
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -74273,18 +62302,11 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsInterrupted(tv
/*
* 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_)
+decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsResumed(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -74307,11 +62329,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsResumed(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -74323,11 +62342,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsResumed(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -74339,30 +62355,18 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsResumed(tvbuff
/*
* 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_)
+decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_multiMediaMessagingTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_mmm_TpMultiMediaMessagingIdentifier" */
-
-
-
decode_org_csapi_mmm_TpMultiMediaMessagingIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpMultiMediaMessagingIdentifier" */
-
break;
case Reply:
@@ -74381,11 +62385,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_multiMediaMessagingTerminat
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -74397,11 +62398,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_multiMediaMessagingTerminat
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -74413,17 +62411,13 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_multiMediaMessagingTerminat
/*
* 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_)
+decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_mailboxSet;
- guint32 i_mailboxSet;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet;
+ guint32 i_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet;
/* Operation specific Variable declarations End */
@@ -74431,21 +62425,14 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes(
case Request:
- u_octet4_loop_mailboxSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of mailboxSet = %u",u_octet4_loop_mailboxSet);
- }
+ u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet);
- for (i_mailboxSet=0; i_mailboxSet < u_octet4_loop_mailboxSet; i_mailboxSet++) {
+ for (i_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet=0; i_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet < u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet; i_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet++) {
/* Begin struct "org_csapi_mmm_TpMailboxIdentifier" */
-
-
-
decode_org_csapi_mmm_TpMailboxIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpMailboxIdentifier" */
-
}
break;
@@ -74466,11 +62453,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes(
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -74482,11 +62466,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes(
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -74498,17 +62479,13 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes(
/*
* 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_)
+decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_multiMediaMessagingSet;
- guint32 i_multiMediaMessagingSet;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet;
+ guint32 i_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet;
/* Operation specific Variable declarations End */
@@ -74516,21 +62493,14 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMedia
case Request:
- u_octet4_loop_multiMediaMessagingSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of multiMediaMessagingSet = %u",u_octet4_loop_multiMediaMessagingSet);
- }
+ u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet);
- for (i_multiMediaMessagingSet=0; i_multiMediaMessagingSet < u_octet4_loop_multiMediaMessagingSet; i_multiMediaMessagingSet++) {
+ for (i_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet=0; i_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet < u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet; i_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet++) {
/* Begin struct "org_csapi_mmm_TpMultiMediaMessagingIdentifier" */
-
-
-
decode_org_csapi_mmm_TpMultiMediaMessagingIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpMultiMediaMessagingIdentifier" */
-
}
break;
@@ -74551,11 +62521,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMedia
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -74567,11 +62534,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMedia
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -74583,25 +62547,18 @@ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMedia
/*
* 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_)
+decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "mailboxID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox_mailboxID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "authenticationInfo");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox_authenticationInfo");
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -74615,13 +62572,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox(tvbuff_t *tvb _U_,
case NO_EXCEPTION:
/* Begin struct "org_csapi_mmm_TpMailboxIdentifier" */
-
-
-
decode_org_csapi_mmm_TpMailboxIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpMailboxIdentifier" */
-
break;
case USER_EXCEPTION:
@@ -74630,11 +62582,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -74646,11 +62595,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -74662,38 +62608,21 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
/* Begin struct "org_csapi_mmm_TpTerminatingAddressList" */
-
-
-
decode_org_csapi_mmm_TpTerminatingAddressList_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpTerminatingAddressList" */
-
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -74706,13 +62635,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging(tvbuff
case NO_EXCEPTION:
/* Begin struct "org_csapi_mmm_TpMultiMediaMessagingIdentifier" */
-
-
-
decode_org_csapi_mmm_TpMultiMediaMessagingIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpMultiMediaMessagingIdentifier" */
-
break;
case USER_EXCEPTION:
@@ -74721,11 +62645,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -74737,11 +62658,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging(tvbuff
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -74753,17 +62671,13 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging(tvbuff
/*
* 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_)
+decode_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_eventCriteria;
- guint32 i_eventCriteria;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria;
+ guint32 i_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria;
/* Operation specific Variable declarations End */
@@ -74774,20 +62688,16 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification(tvbuff_t *t
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- u_octet4_loop_eventCriteria = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of eventCriteria = %u",u_octet4_loop_eventCriteria);
- }
+ u_octet4_loop_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria);
- for (i_eventCriteria=0; i_eventCriteria < u_octet4_loop_eventCriteria; i_eventCriteria++) {
+ for (i_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria=0; i_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria < u_octet4_loop_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria; i_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria++) {
/* Begin union "org_csapi_mmm_TpMessagingEventCriteria" */
-
decode_org_csapi_mmm_TpMessagingEventCriteria_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_mmm_TpMessagingEventCriteria" */
-
}
break;
@@ -74798,9 +62708,7 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification(tvbuff_t *t
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -74810,11 +62718,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -74826,11 +62731,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -74842,25 +62744,16 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -74880,11 +62773,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -74896,11 +62786,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -74912,17 +62799,13 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification(tvbuff_t *
/*
* 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_)
+decode_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_eventCriteria;
- guint32 i_eventCriteria;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria;
+ guint32 i_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria;
/* Operation specific Variable declarations End */
@@ -74930,24 +62813,18 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification(tvbuff_t *t
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_eventCriteria = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of eventCriteria = %u",u_octet4_loop_eventCriteria);
- }
+ u_octet4_loop_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria);
- for (i_eventCriteria=0; i_eventCriteria < u_octet4_loop_eventCriteria; i_eventCriteria++) {
+ for (i_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria=0; i_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria < u_octet4_loop_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria; i_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria++) {
/* Begin union "org_csapi_mmm_TpMessagingEventCriteria" */
-
decode_org_csapi_mmm_TpMessagingEventCriteria_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_mmm_TpMessagingEventCriteria" */
-
}
break;
@@ -74968,11 +62845,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -74984,11 +62858,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification(tvbuff_t *t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -75000,25 +62871,16 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification(tvbuff_t *t
/*
* 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_)
+decode_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -75029,13 +62891,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification(tvbuff_t *
case NO_EXCEPTION:
/* Begin struct "org_csapi_mmm_TpMessagingNotificationRequestedSetEntry" */
-
-
-
decode_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpMessagingNotificationRequestedSetEntry" */
-
break;
case USER_EXCEPTION:
@@ -75044,11 +62901,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -75060,11 +62914,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -75076,18 +62927,11 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification(tvbuff_t *
/*
* 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_)
+decode_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -75103,9 +62947,7 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications(tvbuff_t *
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -75115,11 +62957,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -75131,11 +62970,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications(tvbuff_t *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -75147,18 +62983,11 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications(tvbuff_t *
/*
* 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_)
+decode_org_csapi_mmm_IpMultiMediaMessagingManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -75181,11 +63010,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_disableNotifications(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -75197,11 +63023,8 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_disableNotifications(tvbuff_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -75213,31 +63036,20 @@ decode_org_csapi_mmm_IpMultiMediaMessagingManager_disableNotifications(tvbuff_t
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_createFolderRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_createFolderRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_createFolderRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "folderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_createFolderRes_folderID");
break;
@@ -75257,11 +63069,8 @@ decode_org_csapi_mmm_IpAppMailbox_createFolderRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -75273,11 +63082,8 @@ decode_org_csapi_mmm_IpAppMailbox_createFolderRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -75289,16 +63095,12 @@ decode_org_csapi_mmm_IpAppMailbox_createFolderRes(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_createFolderErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -75306,21 +63108,15 @@ decode_org_csapi_mmm_IpAppMailbox_createFolderErr(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_createFolderErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_createFolderErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_createFolderErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_createFolderErr_errorDetails");
break;
@@ -75340,11 +63136,8 @@ decode_org_csapi_mmm_IpAppMailbox_createFolderErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -75356,11 +63149,8 @@ decode_org_csapi_mmm_IpAppMailbox_createFolderErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -75372,17 +63162,13 @@ decode_org_csapi_mmm_IpAppMailbox_createFolderErr(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_getFoldersRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_folderNames;
- guint32 i_folderNames;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames;
+ guint32 i_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames;
/* Operation specific Variable declarations End */
@@ -75390,24 +63176,18 @@ decode_org_csapi_mmm_IpAppMailbox_getFoldersRes(tvbuff_t *tvb _U_, packet_info *
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "folderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_getFoldersRes_folderID");
- u_octet4_loop_folderNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of folderNames = %u",u_octet4_loop_folderNames);
- }
+ u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames);
- for (i_folderNames=0; i_folderNames < u_octet4_loop_folderNames; i_folderNames++) {
+ for (i_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames=0; i_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames < u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames; i_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "folderNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames");
}
@@ -75429,11 +63209,8 @@ decode_org_csapi_mmm_IpAppMailbox_getFoldersRes(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -75445,11 +63222,8 @@ decode_org_csapi_mmm_IpAppMailbox_getFoldersRes(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -75461,16 +63235,12 @@ decode_org_csapi_mmm_IpAppMailbox_getFoldersRes(tvbuff_t *tvb _U_, packet_info *
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_getFoldersErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -75478,23 +63248,17 @@ decode_org_csapi_mmm_IpAppMailbox_getFoldersErr(tvbuff_t *tvb _U_, packet_info *
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "folderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_getFoldersErr_folderID");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_getFoldersErr_errorDetails");
break;
@@ -75514,11 +63278,8 @@ decode_org_csapi_mmm_IpAppMailbox_getFoldersErr(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -75530,11 +63291,8 @@ decode_org_csapi_mmm_IpAppMailbox_getFoldersErr(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -75546,29 +63304,18 @@ decode_org_csapi_mmm_IpAppMailbox_getFoldersErr(tvbuff_t *tvb _U_, packet_info *
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_deleteFolderRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_deleteFolderRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_deleteFolderRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -75588,11 +63335,8 @@ decode_org_csapi_mmm_IpAppMailbox_deleteFolderRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -75604,11 +63348,8 @@ decode_org_csapi_mmm_IpAppMailbox_deleteFolderRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -75620,16 +63361,12 @@ decode_org_csapi_mmm_IpAppMailbox_deleteFolderRes(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_deleteFolderErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -75637,21 +63374,15 @@ decode_org_csapi_mmm_IpAppMailbox_deleteFolderErr(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_deleteFolderErr_errorDetails");
break;
@@ -75671,11 +63402,8 @@ decode_org_csapi_mmm_IpAppMailbox_deleteFolderErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -75687,11 +63415,8 @@ decode_org_csapi_mmm_IpAppMailbox_deleteFolderErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -75703,29 +63428,18 @@ decode_org_csapi_mmm_IpAppMailbox_deleteFolderErr(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_copyFolderRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_copyFolderRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_copyFolderRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -75745,11 +63459,8 @@ decode_org_csapi_mmm_IpAppMailbox_copyFolderRes(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -75761,11 +63472,8 @@ decode_org_csapi_mmm_IpAppMailbox_copyFolderRes(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -75777,16 +63485,12 @@ decode_org_csapi_mmm_IpAppMailbox_copyFolderRes(tvbuff_t *tvb _U_, packet_info *
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_copyFolderErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -75794,21 +63498,15 @@ decode_org_csapi_mmm_IpAppMailbox_copyFolderErr(tvbuff_t *tvb _U_, packet_info *
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_copyFolderErr_errorDetails");
break;
@@ -75828,11 +63526,8 @@ decode_org_csapi_mmm_IpAppMailbox_copyFolderErr(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -75844,11 +63539,8 @@ decode_org_csapi_mmm_IpAppMailbox_copyFolderErr(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -75860,29 +63552,18 @@ decode_org_csapi_mmm_IpAppMailbox_copyFolderErr(tvbuff_t *tvb _U_, packet_info *
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_moveFolderRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_moveFolderRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_moveFolderRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -75902,11 +63583,8 @@ decode_org_csapi_mmm_IpAppMailbox_moveFolderRes(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -75918,11 +63596,8 @@ decode_org_csapi_mmm_IpAppMailbox_moveFolderRes(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -75934,16 +63609,12 @@ decode_org_csapi_mmm_IpAppMailbox_moveFolderRes(tvbuff_t *tvb _U_, packet_info *
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_moveFolderErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -75951,21 +63622,15 @@ decode_org_csapi_mmm_IpAppMailbox_moveFolderErr(tvbuff_t *tvb _U_, packet_info *
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_moveFolderErr_errorDetails");
break;
@@ -75985,11 +63650,8 @@ decode_org_csapi_mmm_IpAppMailbox_moveFolderErr(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -76001,11 +63663,8 @@ decode_org_csapi_mmm_IpAppMailbox_moveFolderErr(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -76017,31 +63676,20 @@ decode_org_csapi_mmm_IpAppMailbox_moveFolderErr(tvbuff_t *tvb _U_, packet_info *
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_putMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_putMessageRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_putMessageRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "messageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_putMessageRes_messageID");
break;
@@ -76061,11 +63709,8 @@ decode_org_csapi_mmm_IpAppMailbox_putMessageRes(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -76077,11 +63722,8 @@ decode_org_csapi_mmm_IpAppMailbox_putMessageRes(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -76093,16 +63735,12 @@ decode_org_csapi_mmm_IpAppMailbox_putMessageRes(tvbuff_t *tvb _U_, packet_info *
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_putMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -76110,21 +63748,15 @@ decode_org_csapi_mmm_IpAppMailbox_putMessageErr(tvbuff_t *tvb _U_, packet_info *
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_putMessageErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_putMessageErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_putMessageErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_putMessageErr_errorDetails");
break;
@@ -76144,11 +63776,8 @@ decode_org_csapi_mmm_IpAppMailbox_putMessageErr(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -76160,11 +63789,8 @@ decode_org_csapi_mmm_IpAppMailbox_putMessageErr(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -76176,29 +63802,18 @@ decode_org_csapi_mmm_IpAppMailbox_putMessageErr(tvbuff_t *tvb _U_, packet_info *
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_copyMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_copyMessageRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_copyMessageRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -76218,11 +63833,8 @@ decode_org_csapi_mmm_IpAppMailbox_copyMessageRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -76234,11 +63846,8 @@ decode_org_csapi_mmm_IpAppMailbox_copyMessageRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -76250,16 +63859,12 @@ decode_org_csapi_mmm_IpAppMailbox_copyMessageRes(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_copyMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -76267,21 +63872,15 @@ decode_org_csapi_mmm_IpAppMailbox_copyMessageErr(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_copyMessageErr_errorDetails");
break;
@@ -76301,11 +63900,8 @@ decode_org_csapi_mmm_IpAppMailbox_copyMessageErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -76317,11 +63913,8 @@ decode_org_csapi_mmm_IpAppMailbox_copyMessageErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -76333,29 +63926,18 @@ decode_org_csapi_mmm_IpAppMailbox_copyMessageErr(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_moveMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_moveMessageRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_moveMessageRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -76375,11 +63957,8 @@ decode_org_csapi_mmm_IpAppMailbox_moveMessageRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -76391,11 +63970,8 @@ decode_org_csapi_mmm_IpAppMailbox_moveMessageRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -76407,16 +63983,12 @@ decode_org_csapi_mmm_IpAppMailbox_moveMessageRes(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_moveMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -76424,21 +63996,15 @@ decode_org_csapi_mmm_IpAppMailbox_moveMessageErr(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_moveMessageErr_errorDetails");
break;
@@ -76458,11 +64024,8 @@ decode_org_csapi_mmm_IpAppMailbox_moveMessageErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -76474,11 +64037,8 @@ decode_org_csapi_mmm_IpAppMailbox_moveMessageErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -76490,29 +64050,18 @@ decode_org_csapi_mmm_IpAppMailbox_moveMessageErr(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_deleteMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_deleteMessageRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_deleteMessageRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -76532,11 +64081,8 @@ decode_org_csapi_mmm_IpAppMailbox_deleteMessageRes(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -76548,11 +64094,8 @@ decode_org_csapi_mmm_IpAppMailbox_deleteMessageRes(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -76564,16 +64107,12 @@ decode_org_csapi_mmm_IpAppMailbox_deleteMessageRes(tvbuff_t *tvb _U_, packet_inf
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_deleteMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -76581,21 +64120,15 @@ decode_org_csapi_mmm_IpAppMailbox_deleteMessageErr(tvbuff_t *tvb _U_, packet_inf
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_deleteMessageErr_errorDetails");
break;
@@ -76615,11 +64148,8 @@ decode_org_csapi_mmm_IpAppMailbox_deleteMessageErr(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -76631,11 +64161,8 @@ decode_org_csapi_mmm_IpAppMailbox_deleteMessageErr(tvbuff_t *tvb _U_, packet_inf
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -76647,17 +64174,13 @@ decode_org_csapi_mmm_IpAppMailbox_deleteMessageErr(tvbuff_t *tvb _U_, packet_inf
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_listMessagesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_messageList;
- guint32 i_messageList;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList;
+ guint32 i_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList;
/* Operation specific Variable declarations End */
@@ -76665,42 +64188,24 @@ decode_org_csapi_mmm_IpAppMailbox_listMessagesRes(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_messageList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of messageList = %u",u_octet4_loop_messageList);
- }
+ u_octet4_loop_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList);
- for (i_messageList=0; i_messageList < u_octet4_loop_messageList; i_messageList++) {
+ for (i_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList=0; i_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList < u_octet4_loop_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList; i_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList++) {
/* Begin struct "org_csapi_mmm_TpMessageDescription" */
-
-
-
decode_org_csapi_mmm_TpMessageDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpMessageDescription" */
-
}
/* Begin struct "org_csapi_mmm_TpMailboxFolderStatusInformation" */
-
-
-
decode_org_csapi_mmm_TpMailboxFolderStatusInformation_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpMailboxFolderStatusInformation" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"final = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_final, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -76720,11 +64225,8 @@ decode_org_csapi_mmm_IpAppMailbox_listMessagesRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -76736,11 +64238,8 @@ decode_org_csapi_mmm_IpAppMailbox_listMessagesRes(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -76752,16 +64251,12 @@ decode_org_csapi_mmm_IpAppMailbox_listMessagesRes(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_listMessagesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -76769,21 +64264,15 @@ decode_org_csapi_mmm_IpAppMailbox_listMessagesErr(tvbuff_t *tvb _U_, packet_info
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_listMessagesErr_errorDetails");
break;
@@ -76803,11 +64292,8 @@ decode_org_csapi_mmm_IpAppMailbox_listMessagesErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -76819,11 +64305,8 @@ decode_org_csapi_mmm_IpAppMailbox_listMessagesErr(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -76835,17 +64318,13 @@ decode_org_csapi_mmm_IpAppMailbox_listMessagesErr(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_partsList;
- guint32 i_partsList;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList;
+ guint32 i_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList;
/* Operation specific Variable declarations End */
@@ -76853,29 +64332,18 @@ decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes(tvbuff_t *tvb _U_, pac
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_partsList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of partsList = %u",u_octet4_loop_partsList);
- }
+ u_octet4_loop_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList);
- for (i_partsList=0; i_partsList < u_octet4_loop_partsList; i_partsList++) {
+ for (i_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList=0; i_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList < u_octet4_loop_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList; i_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList++) {
/* Begin struct "org_csapi_mmm_TpBodyPartDescription" */
-
-
-
decode_org_csapi_mmm_TpBodyPartDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpBodyPartDescription" */
-
}
break;
@@ -76896,11 +64364,8 @@ decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -76912,11 +64377,8 @@ decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -76928,16 +64390,12 @@ decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -76945,21 +64403,15 @@ decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr(tvbuff_t *tvb _U_, pac
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_errorDetails");
break;
@@ -76979,11 +64431,8 @@ decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -76995,11 +64444,8 @@ decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -77011,17 +64457,13 @@ decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_bodyParts;
- guint32 i_bodyParts;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts;
+ guint32 i_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts;
/* Operation specific Variable declarations End */
@@ -77029,29 +64471,18 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes(tvbuff_t *tvb _U_, pack
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_bodyParts = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of bodyParts = %u",u_octet4_loop_bodyParts);
- }
+ u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts);
- for (i_bodyParts=0; i_bodyParts < u_octet4_loop_bodyParts; i_bodyParts++) {
+ for (i_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts=0; i_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts < u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts; i_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts++) {
/* Begin struct "org_csapi_mmm_TpBodyPart" */
-
-
-
decode_org_csapi_mmm_TpBodyPart_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpBodyPart" */
-
}
break;
@@ -77072,11 +64503,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -77088,11 +64516,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -77104,16 +64529,12 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -77121,21 +64542,15 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr(tvbuff_t *tvb _U_, pack
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_errorDetails");
break;
@@ -77155,11 +64570,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -77171,11 +64583,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr(tvbuff_t *tvb _U_, pack
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -77187,17 +64596,13 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr(tvbuff_t *tvb _U_, pack
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_headers;
- guint32 i_headers;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers;
+ guint32 i_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers;
/* Operation specific Variable declarations End */
@@ -77205,28 +64610,20 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes(tvbuff_t *tvb _U_, packet
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_headers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of headers = %u",u_octet4_loop_headers);
- }
+ u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers);
- for (i_headers=0; i_headers < u_octet4_loop_headers; i_headers++) {
+ for (i_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers=0; i_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers < u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers; i_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers++) {
/* Begin union "org_csapi_mmm_TpMessageHeaderField" */
-
decode_org_csapi_mmm_TpMessageHeaderField_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_mmm_TpMessageHeaderField" */
-
}
break;
@@ -77247,11 +64644,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -77263,11 +64657,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -77279,16 +64670,12 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes(tvbuff_t *tvb _U_, packet
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -77296,21 +64683,15 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr(tvbuff_t *tvb _U_, packet
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_errorDetails");
break;
@@ -77330,11 +64711,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -77346,11 +64724,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -77362,17 +64737,13 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr(tvbuff_t *tvb _U_, packet
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_getMessageContentRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_content;
- guint32 i_content;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content;
+ guint32 i_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content;
/* Operation specific Variable declarations End */
@@ -77380,28 +64751,20 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageContentRes(tvbuff_t *tvb _U_, packet
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "contentType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_getMessageContentRes_contentType");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "contentTransferEncoding");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_getMessageContentRes_contentTransferEncoding");
- u_octet4_loop_content = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of content = %u",u_octet4_loop_content);
- }
+ u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content);
- for (i_content=0; i_content < u_octet4_loop_content; i_content++) {
+ for (i_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content=0; i_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content < u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content; i_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"content = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -77423,11 +64786,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageContentRes(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -77439,11 +64799,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageContentRes(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -77455,16 +64812,12 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageContentRes(tvbuff_t *tvb _U_, packet
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_getMessageContentErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -77472,21 +64825,15 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageContentErr(tvbuff_t *tvb _U_, packet
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_getMessageContentErr_errorDetails");
break;
@@ -77506,11 +64853,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageContentErr(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -77522,11 +64866,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageContentErr(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -77538,17 +64879,13 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageContentErr(tvbuff_t *tvb _U_, packet
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_getFullMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_message;
- guint32 i_message;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message;
+ guint32 i_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message;
/* Operation specific Variable declarations End */
@@ -77556,24 +64893,16 @@ decode_org_csapi_mmm_IpAppMailbox_getFullMessageRes(tvbuff_t *tvb _U_, packet_in
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of message = %u",u_octet4_loop_message);
- }
+ u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message);
- for (i_message=0; i_message < u_octet4_loop_message; i_message++) {
+ for (i_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message=0; i_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message < u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message; i_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"message = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -77595,11 +64924,8 @@ decode_org_csapi_mmm_IpAppMailbox_getFullMessageRes(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -77611,11 +64937,8 @@ decode_org_csapi_mmm_IpAppMailbox_getFullMessageRes(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -77627,16 +64950,12 @@ decode_org_csapi_mmm_IpAppMailbox_getFullMessageRes(tvbuff_t *tvb _U_, packet_in
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_getFullMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -77644,21 +64963,15 @@ decode_org_csapi_mmm_IpAppMailbox_getFullMessageErr(tvbuff_t *tvb _U_, packet_in
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_getFullMessageErr_errorDetails");
break;
@@ -77678,11 +64991,8 @@ decode_org_csapi_mmm_IpAppMailbox_getFullMessageErr(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -77694,11 +65004,8 @@ decode_org_csapi_mmm_IpAppMailbox_getFullMessageErr(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -77710,17 +65017,13 @@ decode_org_csapi_mmm_IpAppMailbox_getFullMessageErr(tvbuff_t *tvb _U_, packet_in
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_returnedProperties;
- guint32 i_returnedProperties;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties;
+ guint32 i_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties;
/* Operation specific Variable declarations End */
@@ -77728,28 +65031,20 @@ decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_returnedProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of returnedProperties = %u",u_octet4_loop_returnedProperties);
- }
+ u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties);
- for (i_returnedProperties=0; i_returnedProperties < u_octet4_loop_returnedProperties; i_returnedProperties++) {
+ for (i_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties=0; i_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties < u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties; i_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties++) {
/* Begin union "org_csapi_mmm_TpMailboxInfoProperty" */
-
decode_org_csapi_mmm_TpMailboxInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_mmm_TpMailboxInfoProperty" */
-
}
break;
@@ -77770,11 +65065,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -77786,11 +65078,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -77802,17 +65091,13 @@ decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_returnedProperties;
- guint32 i_returnedProperties;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties;
+ guint32 i_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties;
/* Operation specific Variable declarations End */
@@ -77820,30 +65105,22 @@ decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "folderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_folderID");
- u_octet4_loop_returnedProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of returnedProperties = %u",u_octet4_loop_returnedProperties);
- }
+ u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties);
- for (i_returnedProperties=0; i_returnedProperties < u_octet4_loop_returnedProperties; i_returnedProperties++) {
+ for (i_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties=0; i_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties < u_octet4_loop_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties; i_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties++) {
/* Begin union "org_csapi_mmm_TpFolderInfoProperty" */
-
decode_org_csapi_mmm_TpFolderInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_mmm_TpFolderInfoProperty" */
-
}
break;
@@ -77864,11 +65141,8 @@ decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -77880,11 +65154,8 @@ decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -77896,17 +65167,13 @@ decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_returnedProperties;
- guint32 i_returnedProperties;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties;
+ guint32 i_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties;
/* Operation specific Variable declarations End */
@@ -77914,30 +65181,22 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "messageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_messageID");
- u_octet4_loop_returnedProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of returnedProperties = %u",u_octet4_loop_returnedProperties);
- }
+ u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties);
- for (i_returnedProperties=0; i_returnedProperties < u_octet4_loop_returnedProperties; i_returnedProperties++) {
+ for (i_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties=0; i_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties < u_octet4_loop_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties; i_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties++) {
/* Begin union "org_csapi_mmm_TpMessageInfoProperty" */
-
decode_org_csapi_mmm_TpMessageInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_mmm_TpMessageInfoProperty" */
-
}
break;
@@ -77958,11 +65217,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -77974,11 +65230,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -77990,17 +65243,13 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_propertiesUpdated;
- guint32 i_propertiesUpdated;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated;
+ guint32 i_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated;
/* Operation specific Variable declarations End */
@@ -78008,30 +65257,22 @@ decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "messageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_messageID");
- u_octet4_loop_propertiesUpdated = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of propertiesUpdated = %u",u_octet4_loop_propertiesUpdated);
- }
+ u_octet4_loop_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated);
- for (i_propertiesUpdated=0; i_propertiesUpdated < u_octet4_loop_propertiesUpdated; i_propertiesUpdated++) {
+ for (i_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated=0; i_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated < u_octet4_loop_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated; i_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated++) {
/* Begin union "org_csapi_mmm_TpMessageInfoProperty" */
-
decode_org_csapi_mmm_TpMessageInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_mmm_TpMessageInfoProperty" */
-
}
break;
@@ -78052,11 +65293,8 @@ decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -78068,11 +65306,8 @@ decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -78084,17 +65319,13 @@ decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_propertiesNotUpdated;
- guint32 i_propertiesNotUpdated;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated;
+ guint32 i_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated;
/* Operation specific Variable declarations End */
@@ -78102,31 +65333,20 @@ decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "messageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_messageID");
- u_octet4_loop_propertiesNotUpdated = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of propertiesNotUpdated = %u",u_octet4_loop_propertiesNotUpdated);
- }
+ u_octet4_loop_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated);
- for (i_propertiesNotUpdated=0; i_propertiesNotUpdated < u_octet4_loop_propertiesNotUpdated; i_propertiesNotUpdated++) {
+ for (i_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated=0; i_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated < u_octet4_loop_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated; i_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated++) {
/* Begin struct "org_csapi_mmm_TpMessageInfoPropertyError" */
-
-
-
decode_org_csapi_mmm_TpMessageInfoPropertyError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpMessageInfoPropertyError" */
-
}
break;
@@ -78147,11 +65367,8 @@ decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -78163,11 +65380,8 @@ decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -78179,16 +65393,12 @@ decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -78196,21 +65406,15 @@ decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_errorDetails");
break;
@@ -78230,11 +65434,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -78246,11 +65447,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -78262,16 +65460,12 @@ decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -78279,21 +65473,15 @@ decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_errorDetails");
break;
@@ -78313,11 +65501,8 @@ decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -78329,11 +65514,8 @@ decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -78345,16 +65527,12 @@ decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -78362,21 +65540,15 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"requestID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_requestID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_errorDetails");
break;
@@ -78396,11 +65568,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -78412,11 +65581,8 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -78428,25 +65594,16 @@ decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_mmm_IpMailbox_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_close_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -78466,11 +65623,8 @@ decode_org_csapi_mmm_IpMailbox_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -78482,11 +65636,8 @@ decode_org_csapi_mmm_IpMailbox_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -78498,27 +65649,18 @@ decode_org_csapi_mmm_IpMailbox_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*
* 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_)
+decode_org_csapi_mmm_IpMailbox_createFolderReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_createFolderReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "folderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_createFolderReq_folderID");
break;
@@ -78528,9 +65670,7 @@ decode_org_csapi_mmm_IpMailbox_createFolderReq(tvbuff_t *tvb _U_, packet_info *p
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_createFolderReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -78540,11 +65680,8 @@ decode_org_csapi_mmm_IpMailbox_createFolderReq(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -78556,11 +65693,8 @@ decode_org_csapi_mmm_IpMailbox_createFolderReq(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -78572,27 +65706,18 @@ decode_org_csapi_mmm_IpMailbox_createFolderReq(tvbuff_t *tvb _U_, packet_info *p
/*
* 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_)
+decode_org_csapi_mmm_IpMailbox_getFoldersReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_getFoldersReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "folderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_getFoldersReq_folderID");
break;
@@ -78602,9 +65727,7 @@ decode_org_csapi_mmm_IpMailbox_getFoldersReq(tvbuff_t *tvb _U_, packet_info *pin
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_getFoldersReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -78614,11 +65737,8 @@ decode_org_csapi_mmm_IpMailbox_getFoldersReq(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -78630,11 +65750,8 @@ decode_org_csapi_mmm_IpMailbox_getFoldersReq(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -78646,27 +65763,18 @@ decode_org_csapi_mmm_IpMailbox_getFoldersReq(tvbuff_t *tvb _U_, packet_info *pin
/*
* 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_)
+decode_org_csapi_mmm_IpMailbox_deleteFolderReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_deleteFolderReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "folderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_deleteFolderReq_folderID");
break;
@@ -78676,9 +65784,7 @@ decode_org_csapi_mmm_IpMailbox_deleteFolderReq(tvbuff_t *tvb _U_, packet_info *p
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_deleteFolderReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -78688,11 +65794,8 @@ decode_org_csapi_mmm_IpMailbox_deleteFolderReq(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -78704,11 +65807,8 @@ decode_org_csapi_mmm_IpMailbox_deleteFolderReq(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -78720,29 +65820,20 @@ decode_org_csapi_mmm_IpMailbox_deleteFolderReq(tvbuff_t *tvb _U_, packet_info *p
/*
* 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_)
+decode_org_csapi_mmm_IpMailbox_copyFolderReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_copyFolderReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "sourceFolderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_copyFolderReq_sourceFolderID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "destinationFolderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_copyFolderReq_destinationFolderID");
break;
@@ -78752,9 +65843,7 @@ decode_org_csapi_mmm_IpMailbox_copyFolderReq(tvbuff_t *tvb _U_, packet_info *pin
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_copyFolderReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -78764,11 +65853,8 @@ decode_org_csapi_mmm_IpMailbox_copyFolderReq(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -78780,11 +65866,8 @@ decode_org_csapi_mmm_IpMailbox_copyFolderReq(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -78796,29 +65879,20 @@ decode_org_csapi_mmm_IpMailbox_copyFolderReq(tvbuff_t *tvb _U_, packet_info *pin
/*
* 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_)
+decode_org_csapi_mmm_IpMailbox_moveFolderReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_moveFolderReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "sourceFolderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_moveFolderReq_sourceFolderID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "destinationFolderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_moveFolderReq_destinationFolderID");
break;
@@ -78828,9 +65902,7 @@ decode_org_csapi_mmm_IpMailbox_moveFolderReq(tvbuff_t *tvb _U_, packet_info *pin
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_moveFolderReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -78840,11 +65912,8 @@ decode_org_csapi_mmm_IpMailbox_moveFolderReq(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -78856,11 +65925,8 @@ decode_org_csapi_mmm_IpMailbox_moveFolderReq(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -78872,17 +65938,13 @@ decode_org_csapi_mmm_IpMailbox_moveFolderReq(tvbuff_t *tvb _U_, packet_info *pin
/*
* 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_)
+decode_org_csapi_mmm_IpMailbox_putMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_message;
- guint32 i_message;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpMailbox_putMessageReq_message;
+ guint32 i_org_csapi_mmm_IpMailbox_putMessageReq_message;
/* Operation specific Variable declarations End */
@@ -78890,22 +65952,16 @@ decode_org_csapi_mmm_IpMailbox_putMessageReq(tvbuff_t *tvb _U_, packet_info *pin
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_putMessageReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "folderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_putMessageReq_folderID");
- u_octet4_loop_message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of message = %u",u_octet4_loop_message);
- }
+ u_octet4_loop_org_csapi_mmm_IpMailbox_putMessageReq_message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_putMessageReq_message, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpMailbox_putMessageReq_message);
- for (i_message=0; i_message < u_octet4_loop_message; i_message++) {
+ for (i_org_csapi_mmm_IpMailbox_putMessageReq_message=0; i_org_csapi_mmm_IpMailbox_putMessageReq_message < u_octet4_loop_org_csapi_mmm_IpMailbox_putMessageReq_message; i_org_csapi_mmm_IpMailbox_putMessageReq_message++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"message = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_putMessageReq_message, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -78917,9 +65973,7 @@ decode_org_csapi_mmm_IpMailbox_putMessageReq(tvbuff_t *tvb _U_, packet_info *pin
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_putMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -78929,11 +65983,8 @@ decode_org_csapi_mmm_IpMailbox_putMessageReq(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -78945,11 +65996,8 @@ decode_org_csapi_mmm_IpMailbox_putMessageReq(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -78961,31 +66009,22 @@ decode_org_csapi_mmm_IpMailbox_putMessageReq(tvbuff_t *tvb _U_, packet_info *pin
/*
* 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_)
+decode_org_csapi_mmm_IpMailbox_copyMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_copyMessageReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "fromFolderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_copyMessageReq_fromFolderID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "toFolderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_copyMessageReq_toFolderID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "messageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_copyMessageReq_messageID");
break;
@@ -78995,9 +66034,7 @@ decode_org_csapi_mmm_IpMailbox_copyMessageReq(tvbuff_t *tvb _U_, packet_info *pi
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_copyMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -79007,11 +66044,8 @@ decode_org_csapi_mmm_IpMailbox_copyMessageReq(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -79023,11 +66057,8 @@ decode_org_csapi_mmm_IpMailbox_copyMessageReq(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -79039,31 +66070,22 @@ decode_org_csapi_mmm_IpMailbox_copyMessageReq(tvbuff_t *tvb _U_, packet_info *pi
/*
* 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_)
+decode_org_csapi_mmm_IpMailbox_moveMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_moveMessageReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "fromFolderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_moveMessageReq_fromFolderID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "toFolderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_moveMessageReq_toFolderID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "messageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_moveMessageReq_messageID");
break;
@@ -79073,9 +66095,7 @@ decode_org_csapi_mmm_IpMailbox_moveMessageReq(tvbuff_t *tvb _U_, packet_info *pi
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_moveMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -79085,11 +66105,8 @@ decode_org_csapi_mmm_IpMailbox_moveMessageReq(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -79101,11 +66118,8 @@ decode_org_csapi_mmm_IpMailbox_moveMessageReq(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -79117,29 +66131,20 @@ decode_org_csapi_mmm_IpMailbox_moveMessageReq(tvbuff_t *tvb _U_, packet_info *pi
/*
* 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_)
+decode_org_csapi_mmm_IpMailbox_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_deleteMessageReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "fromFolderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_deleteMessageReq_fromFolderID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "messageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_deleteMessageReq_messageID");
break;
@@ -79149,9 +66154,7 @@ decode_org_csapi_mmm_IpMailbox_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_deleteMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -79161,11 +66164,8 @@ decode_org_csapi_mmm_IpMailbox_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -79177,11 +66177,8 @@ decode_org_csapi_mmm_IpMailbox_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -79193,39 +66190,23 @@ decode_org_csapi_mmm_IpMailbox_deleteMessageReq(tvbuff_t *tvb _U_, packet_info *
/*
* 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_)
+decode_org_csapi_mmm_IpMailbox_listMessagesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_listMessagesReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "folderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_listMessagesReq_folderID");
/* Begin struct "org_csapi_mmm_TpListMessagesCriteria" */
-
-
-
decode_org_csapi_mmm_TpListMessagesCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpListMessagesCriteria" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mmm_IpMailbox_listMessagesReq_reset, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
break;
@@ -79235,9 +66216,7 @@ decode_org_csapi_mmm_IpMailbox_listMessagesReq(tvbuff_t *tvb _U_, packet_info *p
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_listMessagesReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -79247,11 +66226,8 @@ decode_org_csapi_mmm_IpMailbox_listMessagesReq(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -79263,11 +66239,8 @@ decode_org_csapi_mmm_IpMailbox_listMessagesReq(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -79279,33 +66252,22 @@ decode_org_csapi_mmm_IpMailbox_listMessagesReq(tvbuff_t *tvb _U_, packet_info *p
/*
* 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_)
+decode_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "folderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_folderID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "messageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_messageID");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"maxNestingLevel = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_maxNestingLevel, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -79315,9 +66277,7 @@ decode_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq(tvbuff_t *tvb _U_, packet
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -79327,11 +66287,8 @@ decode_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -79343,11 +66300,8 @@ decode_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq(tvbuff_t *tvb _U_, packet
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -79359,17 +66313,13 @@ decode_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq(tvbuff_t *tvb _U_, packet
/*
* 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_)
+decode_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_partIDs;
- guint32 i_partIDs;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs;
+ guint32 i_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs;
/* Operation specific Variable declarations End */
@@ -79377,22 +66327,18 @@ decode_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq(tvbuff_t *tvb _U_, packet_
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "folderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_folderID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "messageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_messageID");
- u_octet4_loop_partIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of partIDs = %u",u_octet4_loop_partIDs);
- }
+ u_octet4_loop_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs);
- for (i_partIDs=0; i_partIDs < u_octet4_loop_partIDs; i_partIDs++) {
+ for (i_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs=0; i_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs < u_octet4_loop_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs; i_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "partIDs");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs");
}
@@ -79404,9 +66350,7 @@ decode_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq(tvbuff_t *tvb _U_, packet_
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -79416,11 +66360,8 @@ decode_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -79432,11 +66373,8 @@ decode_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq(tvbuff_t *tvb _U_, packet_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -79448,29 +66386,20 @@ decode_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq(tvbuff_t *tvb _U_, packet_
/*
* 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_)
+decode_org_csapi_mmm_IpMailbox_getMessageHeadersReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "folderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_getMessageHeadersReq_folderID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "messageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_getMessageHeadersReq_messageID");
break;
@@ -79480,9 +66409,7 @@ decode_org_csapi_mmm_IpMailbox_getMessageHeadersReq(tvbuff_t *tvb _U_, packet_in
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -79492,11 +66419,8 @@ decode_org_csapi_mmm_IpMailbox_getMessageHeadersReq(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -79508,11 +66432,8 @@ decode_org_csapi_mmm_IpMailbox_getMessageHeadersReq(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -79524,29 +66445,20 @@ decode_org_csapi_mmm_IpMailbox_getMessageHeadersReq(tvbuff_t *tvb _U_, packet_in
/*
* 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_)
+decode_org_csapi_mmm_IpMailbox_getMessageContentReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_getMessageContentReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "folderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_getMessageContentReq_folderID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "messageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_getMessageContentReq_messageID");
break;
@@ -79556,9 +66468,7 @@ decode_org_csapi_mmm_IpMailbox_getMessageContentReq(tvbuff_t *tvb _U_, packet_in
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_getMessageContentReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -79568,11 +66478,8 @@ decode_org_csapi_mmm_IpMailbox_getMessageContentReq(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -79584,11 +66491,8 @@ decode_org_csapi_mmm_IpMailbox_getMessageContentReq(tvbuff_t *tvb _U_, packet_in
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -79600,29 +66504,20 @@ decode_org_csapi_mmm_IpMailbox_getMessageContentReq(tvbuff_t *tvb _U_, packet_in
/*
* 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_)
+decode_org_csapi_mmm_IpMailbox_getFullMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_getFullMessageReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "folderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_getFullMessageReq_folderID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "messageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_getFullMessageReq_messageID");
break;
@@ -79632,9 +66527,7 @@ decode_org_csapi_mmm_IpMailbox_getFullMessageReq(tvbuff_t *tvb _U_, packet_info
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_getFullMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -79644,11 +66537,8 @@ decode_org_csapi_mmm_IpMailbox_getFullMessageReq(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -79660,11 +66550,8 @@ decode_org_csapi_mmm_IpMailbox_getFullMessageReq(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -79676,25 +66563,16 @@ decode_org_csapi_mmm_IpMailbox_getFullMessageReq(tvbuff_t *tvb _U_, packet_info
/*
* 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_)
+decode_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -79704,9 +66582,7 @@ decode_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq(tvbuff_t *tvb _U_, pa
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -79716,11 +66592,8 @@ decode_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -79732,11 +66605,8 @@ decode_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -79748,27 +66618,18 @@ decode_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq(tvbuff_t *tvb _U_, pa
/*
* 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_)
+decode_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "folderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_folderID");
break;
@@ -79778,9 +66639,7 @@ decode_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq(tvbuff_t *tvb _U_, pac
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -79790,11 +66649,8 @@ decode_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -79806,11 +66662,8 @@ decode_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -79822,27 +66675,18 @@ decode_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "messageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_messageID");
break;
@@ -79852,9 +66696,7 @@ decode_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq(tvbuff_t *tvb _U_, pa
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -79864,11 +66706,8 @@ decode_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -79880,11 +66719,8 @@ decode_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -79896,17 +66732,13 @@ decode_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq(tvbuff_t *tvb _U_, pa
/*
* 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_)
+decode_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_properties;
- guint32 i_properties;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties;
+ guint32 i_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties;
/* Operation specific Variable declarations End */
@@ -79914,26 +66746,20 @@ decode_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq(tvbuff_t *tvb _U_, pa
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"mailboxSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_mailboxSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "messageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_messageID");
- u_octet4_loop_properties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of properties = %u",u_octet4_loop_properties);
- }
+ u_octet4_loop_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties);
- for (i_properties=0; i_properties < u_octet4_loop_properties; i_properties++) {
+ for (i_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties=0; i_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties < u_octet4_loop_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties; i_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties++) {
/* Begin union "org_csapi_mmm_TpMessageInfoProperty" */
-
decode_org_csapi_mmm_TpMessageInfoProperty_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_mmm_TpMessageInfoProperty" */
-
}
break;
@@ -79944,9 +66770,7 @@ decode_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq(tvbuff_t *tvb _U_, pa
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -79956,11 +66780,8 @@ decode_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -79972,11 +66793,8 @@ decode_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq(tvbuff_t *tvb _U_, pa
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -79988,29 +66806,18 @@ decode_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq(tvbuff_t *tvb _U_, pa
/*
* 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_)
+decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -80030,11 +66837,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -80046,11 +66850,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -80062,16 +66863,12 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -80079,21 +66876,15 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_errorDetails");
break;
@@ -80113,11 +66904,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -80129,11 +66917,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -80145,29 +66930,18 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -80187,11 +66961,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -80203,11 +66974,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -80219,16 +66987,12 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -80236,21 +67000,15 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr(tvbuff_t *tvb _U_
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_errorDetails");
break;
@@ -80270,11 +67028,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -80286,11 +67041,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr(tvbuff_t *tvb _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -80302,17 +67054,13 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr(tvbuff_t *tvb _U_
/*
* 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_)
+decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_result;
- guint32 i_result;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result;
+ guint32 i_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result;
/* Operation specific Variable declarations End */
@@ -80320,29 +67068,18 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_result = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of result = %u",u_octet4_loop_result);
- }
+ u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result);
- for (i_result=0; i_result < u_octet4_loop_result; i_result++) {
+ for (i_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result=0; i_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result < u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result; i_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result++) {
/* Begin struct "org_csapi_mmm_TpQueryStatusReport" */
-
-
-
decode_org_csapi_mmm_TpQueryStatusReport_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpQueryStatusReport" */
-
}
break;
@@ -80363,11 +67100,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -80379,11 +67113,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -80395,16 +67126,12 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -80412,21 +67139,15 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_error, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "errorDetails");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_errorDetails");
break;
@@ -80446,11 +67167,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -80462,11 +67180,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -80478,43 +67193,25 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_deliveryReportType, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"deliveryReportType = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "deliveryReportInfo");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_deliveryReportInfo");
break;
@@ -80534,11 +67231,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -80550,11 +67244,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport(tvbuff_t *tvb
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -80566,19 +67257,15 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport(tvbuff_t *tvb
/*
* 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_)
+decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_message;
- guint32 i_message;
- guint32 u_octet4_loop_headers;
- guint32 i_headers;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message;
+ guint32 i_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message;
+ guint32 u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers;
+ guint32 i_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers;
/* Operation specific Variable declarations End */
@@ -80586,37 +67273,27 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived(tvbuff_t *tvb _U_,
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of message = %u",u_octet4_loop_message);
- }
+ u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message);
- for (i_message=0; i_message < u_octet4_loop_message; i_message++) {
+ for (i_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message=0; i_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message < u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message; i_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"message = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
- u_octet4_loop_headers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of headers = %u",u_octet4_loop_headers);
- }
+ u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers);
- for (i_headers=0; i_headers < u_octet4_loop_headers; i_headers++) {
+ for (i_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers=0; i_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers < u_octet4_loop_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers; i_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers++) {
/* Begin union "org_csapi_mmm_TpMessageHeaderField" */
-
decode_org_csapi_mmm_TpMessageHeaderField_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_mmm_TpMessageHeaderField" */
-
}
break;
@@ -80637,11 +67314,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -80653,11 +67327,8 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived(tvbuff_t *tvb _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -80669,21 +67340,17 @@ decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived(tvbuff_t *tvb _U_,
/*
* 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_)
+decode_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_messageTreatment;
- guint32 i_messageTreatment;
- guint32 u_octet4_loop_message;
- guint32 i_message;
- guint32 u_octet4_loop_additionalHeaders;
- guint32 i_additionalHeaders;
-
+ guint32 u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment;
+ guint32 i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment;
+ guint32 u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message;
+ guint32 i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message;
+ guint32 u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders;
+ guint32 i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders;
/* Operation specific Variable declarations End */
@@ -80691,71 +67358,47 @@ decode_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq(tvbuff_t *tvb _U_, pac
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
/* Begin struct "org_csapi_mmm_TpTerminatingAddressList" */
-
-
-
decode_org_csapi_mmm_TpTerminatingAddressList_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpTerminatingAddressList" */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_deliveryType");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "deliveryType");
+ u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment);
- u_octet4_loop_messageTreatment = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of messageTreatment = %u",u_octet4_loop_messageTreatment);
- }
-
- for (i_messageTreatment=0; i_messageTreatment < u_octet4_loop_messageTreatment; i_messageTreatment++) {
+ for (i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment=0; i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment < u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment; i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment++) {
/* Begin union "org_csapi_mmm_TpMessageTreatment" */
-
decode_org_csapi_mmm_TpMessageTreatment_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_mmm_TpMessageTreatment" */
-
}
- u_octet4_loop_message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of message = %u",u_octet4_loop_message);
- }
+ u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message);
- for (i_message=0; i_message < u_octet4_loop_message; i_message++) {
+ for (i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message=0; i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message < u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message; i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"message = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
- u_octet4_loop_additionalHeaders = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of additionalHeaders = %u",u_octet4_loop_additionalHeaders);
- }
+ u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders);
- for (i_additionalHeaders=0; i_additionalHeaders < u_octet4_loop_additionalHeaders; i_additionalHeaders++) {
+ for (i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders=0; i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders < u_octet4_loop_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders; i_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders++) {
/* Begin union "org_csapi_mmm_TpMessageHeaderField" */
-
decode_org_csapi_mmm_TpMessageHeaderField_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_mmm_TpMessageHeaderField" */
-
}
break;
@@ -80766,9 +67409,7 @@ decode_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq(tvbuff_t *tvb _U_, pac
case NO_EXCEPTION:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_return, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -80778,11 +67419,8 @@ decode_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -80794,11 +67432,8 @@ decode_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -80810,29 +67445,18 @@ decode_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -80852,11 +67476,8 @@ decode_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -80868,11 +67489,8 @@ decode_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq(tvbuff_t *tvb _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -80884,29 +67502,18 @@ decode_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq(tvbuff_t *tvb _U_, p
/*
* 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_)
+decode_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"assignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq_assignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -80926,11 +67533,8 @@ decode_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -80942,11 +67546,8 @@ decode_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq(tvbuff_t *tvb _U_, pac
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -80958,25 +67559,16 @@ decode_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq(tvbuff_t *tvb _U_, pac
/*
* 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_)
+decode_org_csapi_mmm_IpMultiMediaMessaging_close(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"sessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_IpMultiMediaMessaging_close_sessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -80996,11 +67588,8 @@ decode_org_csapi_mmm_IpMultiMediaMessaging_close(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -81012,11 +67601,8 @@ decode_org_csapi_mmm_IpMultiMediaMessaging_close(tvbuff_t *tvb _U_, packet_info
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -81030,36 +67616,27 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAddress_Plan = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_TpAddressPlan,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpAddress_Plan, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpAddress_AddrString");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_TpAddress_AddrString");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpAddress_Name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_TpAddress_Name");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAddress_Presentation = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_TpAddressPresentation,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpAddress_Presentation, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAddress_Screening = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_TpAddressScreening,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpAddress_Screening, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpAddress_SubAddressString");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_TpAddress_SubAddressString");
}
@@ -81068,24 +67645,19 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAddressRange_Plan = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_TpAddressPlan,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpAddressRange_Plan, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpAddressRange_AddrString");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_TpAddressRange_AddrString");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpAddressRange_Name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_TpAddressRange_Name");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpAddressRange_SubAddressString");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_TpAddressRange_SubAddressString");
}
@@ -81094,39 +67666,19 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_UnitsPerInterval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpCAIElements_UnitsPerInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_SecondsPerTimeInterval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpCAIElements_SecondsPerTimeInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_ScalingFactor = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpCAIElements_ScalingFactor, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_UnitIncrement = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpCAIElements_UnitIncrement, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_UnitsPerDataInterval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpCAIElements_UnitsPerDataInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_SegmentsPerDataInterval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpCAIElements_SegmentsPerDataInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCAIElements_InitialSecsPerTimeInterval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpCAIElements_InitialSecsPerTimeInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -81135,28 +67687,12 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_TpCAIElements" */
-
-
-
decode_org_csapi_TpCAIElements_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpCAIElements" */
-
/* Begin struct "org_csapi_TpCAIElements" */
-
-
-
decode_org_csapi_TpCAIElements_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpCAIElements" */
-
}
/* Struct = IDL:org/csapi/TpChargePerTime:1.0 */
@@ -81164,23 +67700,11 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargePerTime_InitialCharge = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpChargePerTime_InitialCharge, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargePerTime_CurrentChargePerMinute = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpChargePerTime_CurrentChargePerMinute, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargePerTime_NextChargePerMinute = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpChargePerTime_NextChargePerMinute, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -81189,20 +67713,12 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin union "org_csapi_TpAoCOrder" */
-
decode_org_csapi_TpAoCOrder_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_TpAoCOrder" */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpAoCInfo_Currency");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_TpAoCInfo_Currency");
}
@@ -81211,15 +67727,9 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_TpTimeInterval_StartTime");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpTimeInterval_StartTime");
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpTimeInterval_StopTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_TpTimeInterval_StopTime");
}
@@ -81228,13 +67738,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpStructuredAttributeValue_Type");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_TpStructuredAttributeValue_Type");
get_CDR_any(tvb,tree,offset,stream_is_big_endian, boundary, header);
@@ -81245,21 +67749,13 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpAttribute_AttributeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_TpAttribute_AttributeName");
/* Begin union "org_csapi_TpAttributeValue" */
-
decode_org_csapi_TpAttributeValue_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_TpAttributeValue" */
-
}
/* Struct = IDL:org/csapi/fw/TpFaultStats:1.0 */
@@ -81267,34 +67763,21 @@ 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;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpFaultStats_Fault, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpFaultStats_Occurrences = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpFaultStats_Occurrences, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpFaultStats_MaxDuration = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpFaultStats_MaxDuration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpFaultStats_TotalDuration = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpFaultStats_TotalDuration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpFaultStats_NumberOfClientsAffected = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpFaultStats_NumberOfClientsAffected, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -81303,37 +67786,22 @@ 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 */
-
- guint32 u_octet4_loop_TpFaultStatsRecord_FaultStatsSet;
- guint32 i_TpFaultStatsRecord_FaultStatsSet;
-
+ guint32 u_octet4_loop_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet;
+ guint32 i_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet;
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_TpTimeInterval" */
-
-
-
decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpTimeInterval" */
+ u_octet4_loop_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet);
- u_octet4_loop_TpFaultStatsRecord_FaultStatsSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpFaultStatsRecord_FaultStatsSet = %u",u_octet4_loop_TpFaultStatsRecord_FaultStatsSet);
- }
-
- for (i_TpFaultStatsRecord_FaultStatsSet=0; i_TpFaultStatsRecord_FaultStatsSet < u_octet4_loop_TpFaultStatsRecord_FaultStatsSet; i_TpFaultStatsRecord_FaultStatsSet++) {
+ for (i_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet=0; i_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet < u_octet4_loop_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet; i_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet++) {
/* Begin struct "org_csapi_fw_TpFaultStats" */
-
-
-
decode_org_csapi_fw_TpFaultStats_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpFaultStats" */
-
}
}
@@ -81343,13 +67811,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpLoadPolicy_LoadPolicy");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpLoadPolicy_LoadPolicy");
}
@@ -81358,22 +67820,15 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLoadStatisticData_LoadValue = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_float(tree, hf_org_csapi_fw_TpLoadStatisticData_LoadValue, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLoadStatisticData_LoadLevel = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpLoadLevel,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpLoadStatisticData_LoadLevel, tvb, *offset-4, 4, u_octet4);
}
@@ -81382,15 +67837,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLoadThreshold_LoadThreshold = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_float(tree, hf_org_csapi_fw_TpLoadThreshold_LoadThreshold, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
}
@@ -81399,27 +67846,17 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLoadInitVal_LoadLevel = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpLoadLevel,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpLoadInitVal_LoadLevel, tvb, *offset-4, 4, u_octet4);
/* Begin struct "org_csapi_fw_TpLoadThreshold" */
-
-
-
decode_org_csapi_fw_TpLoadThreshold_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpLoadThreshold" */
-
}
/* Struct = IDL:org/csapi/fw/TpProperty:1.0 */
@@ -81427,15 +67864,9 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpProperty_PropertyName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpProperty_PropertyName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpProperty_PropertyValue");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpProperty_PropertyValue");
}
@@ -81444,40 +67875,26 @@ 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 */
-
- guint32 u_octet4_loop_TpClientAppDescription_ClientAppProperties;
- guint32 i_TpClientAppDescription_ClientAppProperties;
-
+ guint32 u_octet4_loop_org_csapi_fw_TpClientAppDescription_ClientAppProperties;
+ guint32 i_org_csapi_fw_TpClientAppDescription_ClientAppProperties;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpClientAppDescription_ClientAppID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpClientAppDescription_ClientAppID");
- u_octet4_loop_TpClientAppDescription_ClientAppProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpClientAppDescription_ClientAppProperties = %u",u_octet4_loop_TpClientAppDescription_ClientAppProperties);
- }
+ u_octet4_loop_org_csapi_fw_TpClientAppDescription_ClientAppProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpClientAppDescription_ClientAppProperties, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpClientAppDescription_ClientAppProperties);
- for (i_TpClientAppDescription_ClientAppProperties=0; i_TpClientAppDescription_ClientAppProperties < u_octet4_loop_TpClientAppDescription_ClientAppProperties; i_TpClientAppDescription_ClientAppProperties++) {
+ for (i_org_csapi_fw_TpClientAppDescription_ClientAppProperties=0; i_org_csapi_fw_TpClientAppDescription_ClientAppProperties < u_octet4_loop_org_csapi_fw_TpClientAppDescription_ClientAppProperties; i_org_csapi_fw_TpClientAppDescription_ClientAppProperties++) {
/* Begin struct "org_csapi_fw_TpProperty" */
-
-
-
decode_org_csapi_fw_TpProperty_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpProperty" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpClientAppDescription_HasAccessSession = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_fw_TpClientAppDescription_HasAccessSession, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpClientAppDescription_HasServiceInstances = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_fw_TpClientAppDescription_HasServiceInstances, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
}
@@ -81486,31 +67903,21 @@ 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 */
-
- guint32 u_octet4_loop_TpEntOp_EntOpProperties;
- guint32 i_TpEntOp_EntOpProperties;
-
+ guint32 u_octet4_loop_org_csapi_fw_TpEntOp_EntOpProperties;
+ guint32 i_org_csapi_fw_TpEntOp_EntOpProperties;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpEntOp_EntOpID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpEntOp_EntOpID");
- u_octet4_loop_TpEntOp_EntOpProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpEntOp_EntOpProperties = %u",u_octet4_loop_TpEntOp_EntOpProperties);
- }
+ u_octet4_loop_org_csapi_fw_TpEntOp_EntOpProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpEntOp_EntOpProperties, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpEntOp_EntOpProperties);
- for (i_TpEntOp_EntOpProperties=0; i_TpEntOp_EntOpProperties < u_octet4_loop_TpEntOp_EntOpProperties; i_TpEntOp_EntOpProperties++) {
+ for (i_org_csapi_fw_TpEntOp_EntOpProperties=0; i_org_csapi_fw_TpEntOp_EntOpProperties < u_octet4_loop_org_csapi_fw_TpEntOp_EntOpProperties; i_org_csapi_fw_TpEntOp_EntOpProperties++) {
/* Begin struct "org_csapi_fw_TpProperty" */
-
-
-
decode_org_csapi_fw_TpProperty_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpProperty" */
-
}
}
@@ -81520,15 +67927,9 @@ 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 */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpSag_SagID");
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpSag_SagID");
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpSag_SagDescription");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpSag_SagDescription");
}
@@ -81537,24 +67938,19 @@ 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 */
-
- guint32 u_octet4_loop_TpServiceProperty_ServicePropertyValueList;
- guint32 i_TpServiceProperty_ServicePropertyValueList;
-
+ guint32 u_octet4_loop_org_csapi_fw_TpServiceProperty_ServicePropertyValueList;
+ guint32 i_org_csapi_fw_TpServiceProperty_ServicePropertyValueList;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceProperty_ServicePropertyName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpServiceProperty_ServicePropertyName");
- u_octet4_loop_TpServiceProperty_ServicePropertyValueList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpServiceProperty_ServicePropertyValueList = %u",u_octet4_loop_TpServiceProperty_ServicePropertyValueList);
- }
+ u_octet4_loop_org_csapi_fw_TpServiceProperty_ServicePropertyValueList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceProperty_ServicePropertyValueList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpServiceProperty_ServicePropertyValueList);
- for (i_TpServiceProperty_ServicePropertyValueList=0; i_TpServiceProperty_ServicePropertyValueList < u_octet4_loop_TpServiceProperty_ServicePropertyValueList; i_TpServiceProperty_ServicePropertyValueList++) {
+ for (i_org_csapi_fw_TpServiceProperty_ServicePropertyValueList=0; i_org_csapi_fw_TpServiceProperty_ServicePropertyValueList < u_octet4_loop_org_csapi_fw_TpServiceProperty_ServicePropertyValueList; i_org_csapi_fw_TpServiceProperty_ServicePropertyValueList++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceProperty_ServicePropertyValueList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpServiceProperty_ServicePropertyValueList");
}
@@ -81565,31 +67961,21 @@ 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 */
-
- guint32 u_octet4_loop_TpServiceDescription_ServicePropertyList;
- guint32 i_TpServiceDescription_ServicePropertyList;
-
+ guint32 u_octet4_loop_org_csapi_fw_TpServiceDescription_ServicePropertyList;
+ guint32 i_org_csapi_fw_TpServiceDescription_ServicePropertyList;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceDescription_ServiceTypeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpServiceDescription_ServiceTypeName");
- u_octet4_loop_TpServiceDescription_ServicePropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpServiceDescription_ServicePropertyList = %u",u_octet4_loop_TpServiceDescription_ServicePropertyList);
- }
+ u_octet4_loop_org_csapi_fw_TpServiceDescription_ServicePropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceDescription_ServicePropertyList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpServiceDescription_ServicePropertyList);
- for (i_TpServiceDescription_ServicePropertyList=0; i_TpServiceDescription_ServicePropertyList < u_octet4_loop_TpServiceDescription_ServicePropertyList; i_TpServiceDescription_ServicePropertyList++) {
+ for (i_org_csapi_fw_TpServiceDescription_ServicePropertyList=0; i_org_csapi_fw_TpServiceDescription_ServicePropertyList < u_octet4_loop_org_csapi_fw_TpServiceDescription_ServicePropertyList; i_org_csapi_fw_TpServiceDescription_ServicePropertyList++) {
/* Begin struct "org_csapi_fw_TpServiceProperty" */
-
-
-
decode_org_csapi_fw_TpServiceProperty_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceProperty" */
-
}
}
@@ -81599,22 +67985,11 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpService_ServiceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpService_ServiceID");
/* Begin struct "org_csapi_fw_TpServiceDescription" */
-
-
-
decode_org_csapi_fw_TpServiceDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceDescription" */
-
}
/* Struct = IDL:org/csapi/fw/TpServiceProfileDescription:1.0 */
@@ -81622,44 +67997,32 @@ 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 */
-
- guint32 u_octet4_loop_TpServiceProfileDescription_ServiceSubscriptionProperties;
- guint32 i_TpServiceProfileDescription_ServiceSubscriptionProperties;
-
+ guint32 u_octet4_loop_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties;
+ guint32 i_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceProfileDescription_ServiceContractID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpServiceProfileDescription_ServiceContractID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceProfileDescription_ServiceStartDate");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpServiceProfileDescription_ServiceStartDate");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceProfileDescription_ServiceEndDate");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpServiceProfileDescription_ServiceEndDate");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceProfileDescription_ServiceTypeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpServiceProfileDescription_ServiceTypeName");
- u_octet4_loop_TpServiceProfileDescription_ServiceSubscriptionProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpServiceProfileDescription_ServiceSubscriptionProperties = %u",u_octet4_loop_TpServiceProfileDescription_ServiceSubscriptionProperties);
- }
+ u_octet4_loop_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties);
- for (i_TpServiceProfileDescription_ServiceSubscriptionProperties=0; i_TpServiceProfileDescription_ServiceSubscriptionProperties < u_octet4_loop_TpServiceProfileDescription_ServiceSubscriptionProperties; i_TpServiceProfileDescription_ServiceSubscriptionProperties++) {
+ for (i_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties=0; i_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties < u_octet4_loop_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties; i_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties++) {
/* Begin struct "org_csapi_fw_TpServiceProperty" */
-
-
-
decode_org_csapi_fw_TpServiceProperty_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceProperty" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpServiceProfileDescription_InUse = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_fw_TpServiceProfileDescription_InUse, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceProfileDescription_ServiceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpServiceProfileDescription_ServiceID");
}
@@ -81668,22 +68031,17 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceTypeProperty_ServicePropertyName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpServiceTypeProperty_ServicePropertyName");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpServiceTypeProperty_ServiceTypePropertyMode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpServiceTypePropertyMode,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceTypeProperty_ServiceTypePropertyMode, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceTypeProperty_ServicePropertyTypeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpServiceTypeProperty_ServicePropertyTypeName");
}
@@ -81692,47 +68050,33 @@ 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 */
-
- guint32 u_octet4_loop_TpServiceTypeDescription_ServiceTypePropertyList;
- guint32 i_TpServiceTypeDescription_ServiceTypePropertyList;
- guint32 u_octet4_loop_TpServiceTypeDescription_ServiceTypeNameList;
- guint32 i_TpServiceTypeDescription_ServiceTypeNameList;
-
+ guint32 u_octet4_loop_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList;
+ guint32 i_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList;
+ guint32 u_octet4_loop_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList;
+ guint32 i_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpServiceTypeDescription_ServiceTypePropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpServiceTypeDescription_ServiceTypePropertyList = %u",u_octet4_loop_TpServiceTypeDescription_ServiceTypePropertyList);
- }
+ u_octet4_loop_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList);
- for (i_TpServiceTypeDescription_ServiceTypePropertyList=0; i_TpServiceTypeDescription_ServiceTypePropertyList < u_octet4_loop_TpServiceTypeDescription_ServiceTypePropertyList; i_TpServiceTypeDescription_ServiceTypePropertyList++) {
+ for (i_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList=0; i_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList < u_octet4_loop_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList; i_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList++) {
/* Begin struct "org_csapi_fw_TpServiceTypeProperty" */
-
-
-
decode_org_csapi_fw_TpServiceTypeProperty_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceTypeProperty" */
-
}
- u_octet4_loop_TpServiceTypeDescription_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 TpServiceTypeDescription_ServiceTypeNameList = %u",u_octet4_loop_TpServiceTypeDescription_ServiceTypeNameList);
- }
+ u_octet4_loop_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList);
- for (i_TpServiceTypeDescription_ServiceTypeNameList=0; i_TpServiceTypeDescription_ServiceTypeNameList < u_octet4_loop_TpServiceTypeDescription_ServiceTypeNameList; i_TpServiceTypeDescription_ServiceTypeNameList++) {
+ for (i_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList=0; i_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList < u_octet4_loop_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList; i_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceTypeDescription_ServiceTypeNameList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList");
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpServiceTypeDescription_AvailableOrUnavailable = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_fw_TpServiceTypeDescription_AvailableOrUnavailable, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
}
@@ -81741,24 +68085,17 @@ 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;
-
+ guint32 u_octet4_loop_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature;
+ guint32 i_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpSignatureAndServiceMgr_DigitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpSignatureAndServiceMgr_DigitalSignature = %u",u_octet4_loop_TpSignatureAndServiceMgr_DigitalSignature);
- }
+ u_octet4_loop_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature);
- for (i_TpSignatureAndServiceMgr_DigitalSignature=0; i_TpSignatureAndServiceMgr_DigitalSignature < u_octet4_loop_TpSignatureAndServiceMgr_DigitalSignature; i_TpSignatureAndServiceMgr_DigitalSignature++) {
+ for (i_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature=0; i_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature < u_octet4_loop_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature; i_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpSignatureAndServiceMgr_DigitalSignature = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -81772,39 +68109,29 @@ 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 */
-
- guint32 u_octet4_loop_TpPerson_PersonProperties;
- guint32 i_TpPerson_PersonProperties;
-
+ guint32 u_octet4_loop_org_csapi_fw_TpPerson_PersonProperties;
+ guint32 i_org_csapi_fw_TpPerson_PersonProperties;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPerson_PersonName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpPerson_PersonName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPerson_PostalAddress");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpPerson_PostalAddress");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPerson_TelephoneNumber");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpPerson_TelephoneNumber");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPerson_Email");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpPerson_Email");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPerson_HomePage");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpPerson_HomePage");
- u_octet4_loop_TpPerson_PersonProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPerson_PersonProperties = %u",u_octet4_loop_TpPerson_PersonProperties);
- }
+ u_octet4_loop_org_csapi_fw_TpPerson_PersonProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpPerson_PersonProperties, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpPerson_PersonProperties);
- for (i_TpPerson_PersonProperties=0; i_TpPerson_PersonProperties < u_octet4_loop_TpPerson_PersonProperties; i_TpPerson_PersonProperties++) {
+ for (i_org_csapi_fw_TpPerson_PersonProperties=0; i_org_csapi_fw_TpPerson_PersonProperties < u_octet4_loop_org_csapi_fw_TpPerson_PersonProperties; i_org_csapi_fw_TpPerson_PersonProperties++) {
/* Begin struct "org_csapi_fw_TpProperty" */
-
-
-
decode_org_csapi_fw_TpProperty_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpProperty" */
-
}
}
@@ -81814,58 +68141,36 @@ 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 */
-
- guint32 u_octet4_loop_TpServiceContractDescription_ServiceSubscriptionProperties;
- guint32 i_TpServiceContractDescription_ServiceSubscriptionProperties;
-
+ guint32 u_octet4_loop_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties;
+ guint32 i_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties;
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_fw_TpPerson" */
-
-
-
decode_org_csapi_fw_TpPerson_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpPerson" */
-
/* Begin struct "org_csapi_fw_TpPerson" */
-
-
-
decode_org_csapi_fw_TpPerson_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpPerson" */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpServiceContractDescription_ServiceStartDate");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceContractDescription_ServiceStartDate");
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceContractDescription_ServiceEndDate");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpServiceContractDescription_ServiceEndDate");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceContractDescription_ServiceTypeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpServiceContractDescription_ServiceTypeName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceContractDescription_ServiceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpServiceContractDescription_ServiceID");
- u_octet4_loop_TpServiceContractDescription_ServiceSubscriptionProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpServiceContractDescription_ServiceSubscriptionProperties = %u",u_octet4_loop_TpServiceContractDescription_ServiceSubscriptionProperties);
- }
+ u_octet4_loop_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties);
- for (i_TpServiceContractDescription_ServiceSubscriptionProperties=0; i_TpServiceContractDescription_ServiceSubscriptionProperties < u_octet4_loop_TpServiceContractDescription_ServiceSubscriptionProperties; i_TpServiceContractDescription_ServiceSubscriptionProperties++) {
+ for (i_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties=0; i_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties < u_octet4_loop_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties; i_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties++) {
/* Begin struct "org_csapi_fw_TpServiceProperty" */
-
-
-
decode_org_csapi_fw_TpServiceProperty_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceProperty" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpServiceContractDescription_InUse = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_fw_TpServiceContractDescription_InUse, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
}
@@ -81874,28 +68179,18 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin union "org_csapi_fw_TpLoadStatisticEntityID" */
-
decode_org_csapi_fw_TpLoadStatisticEntityID_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_fw_TpLoadStatisticEntityID" */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpLoadStatistic_TimeStamp");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpLoadStatistic_TimeStamp");
/* Begin union "org_csapi_fw_TpLoadStatisticInfo" */
-
decode_org_csapi_fw_TpLoadStatisticInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_fw_TpLoadStatisticInfo" */
-
}
/* Struct = IDL:org/csapi/fw/TpServiceContract:1.0 */
@@ -81903,22 +68198,11 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceContract_ServiceContractID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpServiceContract_ServiceContractID");
/* Begin struct "org_csapi_fw_TpServiceContractDescription" */
-
-
-
decode_org_csapi_fw_TpServiceContractDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceContractDescription" */
-
}
/* Struct = IDL:org/csapi/fw/TpServiceProfile:1.0 */
@@ -81926,22 +68210,11 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceProfile_ServiceProfileID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpServiceProfile_ServiceProfileID");
/* Begin struct "org_csapi_fw_TpServiceProfileDescription" */
-
-
-
decode_org_csapi_fw_TpServiceProfileDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpServiceProfileDescription" */
-
}
/* Struct = IDL:org/csapi/fw/TpAuthDomain:1.0 */
@@ -81949,19 +68222,11 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin union "org_csapi_fw_TpDomainID" */
-
decode_org_csapi_fw_TpDomainID_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_fw_TpDomainID" */
-
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -81972,15 +68237,9 @@ 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 */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpSagProfilePair_Sag");
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpSagProfilePair_Sag");
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpSagProfilePair_ServiceProfile");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpSagProfilePair_ServiceProfile");
}
@@ -81989,31 +68248,15 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpAddSagMembersConflict_ClientApplication");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpAddSagMembersConflict_ClientApplication");
/* Begin struct "org_csapi_fw_TpSagProfilePair" */
-
-
-
decode_org_csapi_fw_TpSagProfilePair_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpSagProfilePair" */
-
/* Begin struct "org_csapi_fw_TpSagProfilePair" */
-
-
-
decode_org_csapi_fw_TpSagProfilePair_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpSagProfilePair" */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpAddSagMembersConflict_Service");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpAddSagMembersConflict_Service");
}
@@ -82022,23 +68265,12 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpAssignSagToServiceProfileConflict_ClientApplication");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpAssignSagToServiceProfileConflict_ClientApplication");
/* Begin struct "org_csapi_fw_TpSagProfilePair" */
-
-
-
decode_org_csapi_fw_TpSagProfilePair_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpSagProfilePair" */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpAssignSagToServiceProfileConflict_Service");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpAssignSagToServiceProfileConflict_Service");
}
@@ -82047,33 +68279,26 @@ 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 */
-
guint32 u_octet4;
- guint32 u_octet4_loop_TpServiceTypePropertyValue_ServicePropertyValueList;
- guint32 i_TpServiceTypePropertyValue_ServicePropertyValueList;
-
+ guint32 u_octet4_loop_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList;
+ guint32 i_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceTypePropertyValue_ServicePropertyName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyName");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpServiceTypePropertyValue_ServiceTypePropertyMode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpServiceTypePropertyMode,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceTypePropertyValue_ServiceTypePropertyMode, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceTypePropertyValue_ServicePropertyTypeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyTypeName");
- u_octet4_loop_TpServiceTypePropertyValue_ServicePropertyValueList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpServiceTypePropertyValue_ServicePropertyValueList = %u",u_octet4_loop_TpServiceTypePropertyValue_ServicePropertyValueList);
- }
+ u_octet4_loop_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList);
- for (i_TpServiceTypePropertyValue_ServicePropertyValueList=0; i_TpServiceTypePropertyValue_ServicePropertyValueList < u_octet4_loop_TpServiceTypePropertyValue_ServicePropertyValueList; i_TpServiceTypePropertyValue_ServicePropertyValueList++) {
+ for (i_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList=0; i_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList < u_octet4_loop_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList; i_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpServiceTypePropertyValue_ServicePropertyValueList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList");
}
@@ -82084,48 +68309,35 @@ 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_loop_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo;
- guint32 i_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo;
-
+ guint32 u_octet4_loop_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo;
+ guint32 i_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpFwMigrationServiceAvailableInfo_ServiceType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwMigrationServiceAvailableInfo_ServiceType");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpFwMigrationServiceAvailableInfo_ServiceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwMigrationServiceAvailableInfo_ServiceID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpFwMigrationServiceAvailableInfo_CompatibleServiceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwMigrationServiceAvailableInfo_CompatibleServiceID");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpFwMigrationServiceAvailableInfo_BackwardCompatibilityLevel = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_BackwardCompatibilityLevel, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpFwMigrationServiceAvailableInfo_MigrationRequired = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationRequired, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpFwMigrationServiceAvailableInfo_DataMigrated = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_DataMigrated, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpFwMigrationServiceAvailableInfo_MigrationDataAndTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationDataAndTime");
- u_octet4_loop_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo = %u",u_octet4_loop_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo);
- }
+ u_octet4_loop_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo);
- for (i_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo=0; i_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo < u_octet4_loop_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo; i_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo++) {
+ for (i_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo=0; i_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo < u_octet4_loop_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo; i_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo++) {
/* Begin union "org_csapi_fw_TpMigrationAdditionalInfo" */
-
decode_org_csapi_fw_TpMigrationAdditionalInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_fw_TpMigrationAdditionalInfo" */
-
}
}
@@ -82135,19 +68347,13 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwAgreementInfo_ClientApplicationID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpFwAgreementInfo_ClientApplicationID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwAgreementInfo_ServiceID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpFwAgreementInfo_ServiceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwAgreementInfo_ServiceContractID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpFwAgreementInfo_ServiceContractID");
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpFwAgreementInfo_ServiceProfileID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwAgreementInfo_ServiceProfileID");
}
@@ -82156,21 +68362,11 @@ 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 */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUIMessageCriteria_EndSequence");
-
- /* Operation specific Variable declarations End */
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIMessageCriteria_MaxMessageTime, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUIMessageCriteria_EndSequence");
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUIMessageCriteria_MaxMessageTime = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUIMessageCriteria_MaxMessageSize = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIMessageCriteria_MaxMessageSize, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -82179,38 +68375,23 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUIEventInfo_ServiceCode");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUIEventInfo_ServiceCode");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUIEventInfo_DataTypeIndication = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_ui_TpUIEventInfoDataType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIEventInfo_DataTypeIndication, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUIEventInfo_DataString");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUIEventInfo_DataString");
}
@@ -82219,29 +68400,13 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_TpAddressRange" */
-
-
-
decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddressRange" */
-
/* Begin struct "org_csapi_TpAddressRange" */
-
-
-
decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddressRange" */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUIEventCriteria_ServiceCode");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUIEventCriteria_ServiceCode");
}
@@ -82250,23 +68415,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_ui_TpUIEventCriteria" */
-
-
-
decode_org_csapi_ui_TpUIEventCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_ui_TpUIEventCriteria" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUIEventCriteriaResult_AssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIEventCriteriaResult_AssignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -82275,49 +68427,30 @@ 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 */
-
guint32 u_octet4;
- guint32 u_octet4_loop_TpUIEventNotificationInfo_UIEventData;
- guint32 i_TpUIEventNotificationInfo_UIEventData;
-
+ guint32 u_octet4_loop_org_csapi_ui_TpUIEventNotificationInfo_UIEventData;
+ guint32 i_org_csapi_ui_TpUIEventNotificationInfo_UIEventData;
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUIEventNotificationInfo_ServiceCode");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUIEventNotificationInfo_ServiceCode");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUIEventNotificationInfo_DataTypeIndication = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_ui_TpUIEventInfoDataType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIEventNotificationInfo_DataTypeIndication, tvb, *offset-4, 4, u_octet4);
- u_octet4_loop_TpUIEventNotificationInfo_UIEventData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpUIEventNotificationInfo_UIEventData = %u",u_octet4_loop_TpUIEventNotificationInfo_UIEventData);
- }
+ u_octet4_loop_org_csapi_ui_TpUIEventNotificationInfo_UIEventData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIEventNotificationInfo_UIEventData, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIEventNotificationInfo_UIEventData);
- for (i_TpUIEventNotificationInfo_UIEventData=0; i_TpUIEventNotificationInfo_UIEventData < u_octet4_loop_TpUIEventNotificationInfo_UIEventData; i_TpUIEventNotificationInfo_UIEventData++) {
+ for (i_org_csapi_ui_TpUIEventNotificationInfo_UIEventData=0; i_org_csapi_ui_TpUIEventNotificationInfo_UIEventData < u_octet4_loop_org_csapi_ui_TpUIEventNotificationInfo_UIEventData; i_org_csapi_ui_TpUIEventNotificationInfo_UIEventData++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUIEventNotificationInfo_UIEventData = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIEventNotificationInfo_UIEventData, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -82328,15 +68461,9 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUIRecognitionProperty_PropertyName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUIRecognitionProperty_PropertyName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUIRecognitionProperty_PropertyValue");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUIRecognitionProperty_PropertyValue");
}
@@ -82345,34 +68472,24 @@ 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 */
-
- guint32 u_octet4_loop_TpUIRecognitionCriteria_Properties;
- guint32 i_TpUIRecognitionCriteria_Properties;
-
+ guint32 u_octet4_loop_org_csapi_ui_TpUIRecognitionCriteria_Properties;
+ guint32 i_org_csapi_ui_TpUIRecognitionCriteria_Properties;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUIRecognitionCriteria_SpeakerID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUIRecognitionCriteria_SpeakerID");
- u_octet4_loop_TpUIRecognitionCriteria_Properties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpUIRecognitionCriteria_Properties = %u",u_octet4_loop_TpUIRecognitionCriteria_Properties);
- }
+ u_octet4_loop_org_csapi_ui_TpUIRecognitionCriteria_Properties = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIRecognitionCriteria_Properties, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIRecognitionCriteria_Properties);
- for (i_TpUIRecognitionCriteria_Properties=0; i_TpUIRecognitionCriteria_Properties < u_octet4_loop_TpUIRecognitionCriteria_Properties; i_TpUIRecognitionCriteria_Properties++) {
+ for (i_org_csapi_ui_TpUIRecognitionCriteria_Properties=0; i_org_csapi_ui_TpUIRecognitionCriteria_Properties < u_octet4_loop_org_csapi_ui_TpUIRecognitionCriteria_Properties; i_org_csapi_ui_TpUIRecognitionCriteria_Properties++) {
/* Begin struct "org_csapi_ui_TpUIRecognitionProperty" */
-
-
-
decode_org_csapi_ui_TpUIRecognitionProperty_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_ui_TpUIRecognitionProperty" */
-
}
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUIRecognitionCriteria_Grammar");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUIRecognitionCriteria_Grammar");
}
@@ -82381,45 +68498,27 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUICollectCriteria_MinLength = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUICollectCriteria_MinLength, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUICollectCriteria_MaxLength = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUICollectCriteria_MaxLength, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUICollectCriteria_EndSequence");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUICollectCriteria_EndSequence");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUICollectCriteria_StartTimeout = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUICollectCriteria_StartTimeout, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUICollectCriteria_InterCharTimeout = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUICollectCriteria_InterCharTimeout, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUICollectCriteria_CollectMode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_ui_TpUICollectMode,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUICollectCriteria_CollectMode, tvb, *offset-4, 4, u_octet4);
/* Begin struct "org_csapi_ui_TpUIRecognitionCriteria" */
-
-
-
decode_org_csapi_ui_TpUIRecognitionCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_ui_TpUIRecognitionCriteria" */
-
}
/* Struct = IDL:org/csapi/ui/TpUIWordOverride:1.0 */
@@ -82427,22 +68526,17 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUIWordOverride_Spelling");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUIWordOverride_Spelling");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUIWordOverride_PronounceType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_ui_TpUIPronounceType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIWordOverride_PronounceType, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUIWordOverride_PronounceAs");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUIWordOverride_PronounceAs");
}
@@ -82451,56 +68545,38 @@ 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 */
-
guint32 u_octet4;
- guint32 u_octet4_loop_TpUISynthesisInfoData_WordOverrideSet;
- guint32 i_TpUISynthesisInfoData_WordOverrideSet;
-
+ guint32 u_octet4_loop_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet;
+ guint32 i_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet;
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUISynthesisInfoData_SpeakerGender = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_ui_TpUISynthesisGender,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerGender, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUISynthesisInfoData_SpeakerAge = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_ui_TpUISynthesisAge,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerAge, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUISynthesisInfoData_SpeakerRate = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_ui_TpUISynthesisRate,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerRate, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUISynthesisInfoData_SpeakerRange = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_ui_TpUISynthesisRange,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerRange, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUISynthesisInfoData_TextData");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUISynthesisInfoData_TextData");
- u_octet4_loop_TpUISynthesisInfoData_WordOverrideSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpUISynthesisInfoData_WordOverrideSet = %u",u_octet4_loop_TpUISynthesisInfoData_WordOverrideSet);
- }
+ u_octet4_loop_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet);
- for (i_TpUISynthesisInfoData_WordOverrideSet=0; i_TpUISynthesisInfoData_WordOverrideSet < u_octet4_loop_TpUISynthesisInfoData_WordOverrideSet; i_TpUISynthesisInfoData_WordOverrideSet++) {
+ for (i_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet=0; i_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet < u_octet4_loop_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet; i_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet++) {
/* Begin struct "org_csapi_ui_TpUIWordOverride" */
-
-
-
decode_org_csapi_ui_TpUIWordOverride_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_ui_TpUIWordOverride" */
-
}
}
@@ -82510,28 +68586,21 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpCallError_ErrorTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_TpCallError_ErrorTime");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallError_ErrorType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallErrorType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallError_ErrorType, tvb, *offset-4, 4, u_octet4);
/* Begin union "org_csapi_cc_TpCallAdditionalErrorInfo" */
-
decode_org_csapi_cc_TpCallAdditionalErrorInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_TpCallAdditionalErrorInfo" */
-
}
/* Struct = IDL:org/csapi/cc/TpCallEndedReport:1.0 */
@@ -82539,22 +68608,15 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEndedReport_CallLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallEndedReport_CallLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEndedReport_Cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpReleaseCause,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallEndedReport_Cause, tvb, *offset-4, 4, u_octet4);
}
@@ -82563,30 +68625,23 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallInfoReport_CallInfoType = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallInfoReport_CallInfoType, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpCallInfoReport_CallInitiationStartTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_TpCallInfoReport_CallInitiationStartTime");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpCallInfoReport_CallConnectedToResourceTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_TpCallInfoReport_CallConnectedToResourceTime");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpCallInfoReport_CallConnectedToDestinationTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_TpCallInfoReport_CallConnectedToDestinationTime");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpCallInfoReport_CallEndTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_TpCallInfoReport_CallEndTime");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallInfoReport_Cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpReleaseCause,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallInfoReport_Cause, tvb, *offset-4, 4, u_octet4);
}
@@ -82595,20 +68650,15 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallServiceCode_CallServiceCodeType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallServiceCodeType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallServiceCode_CallServiceCodeType, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpCallServiceCode_ServiceCodeValue");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_TpCallServiceCode_ServiceCodeValue");
}
@@ -82617,32 +68667,23 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallTreatment_CallTreatmentType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallTreatmentType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallTreatment_CallTreatmentType, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallTreatment_ReleaseCause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpReleaseCause,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallTreatment_ReleaseCause, tvb, *offset-4, 4, u_octet4);
/* Begin union "org_csapi_cc_TpCallAdditionalTreatmentInfo" */
-
decode_org_csapi_cc_TpCallAdditionalTreatmentInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_TpCallAdditionalTreatmentInfo" */
-
}
/* Struct = IDL:org/csapi/cc/TpCallChargePlan:1.0 */
@@ -82650,66 +68691,47 @@ 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 */
-
guint32 u_octet4;
- guint32 u_octet4_loop_TpCallChargePlan_TransparentCharge;
- guint32 i_TpCallChargePlan_TransparentCharge;
- guint32 u_octet4_loop_TpCallChargePlan_AdditionalInfo;
- guint32 i_TpCallChargePlan_AdditionalInfo;
-
+ guint32 u_octet4_loop_org_csapi_cc_TpCallChargePlan_TransparentCharge;
+ guint32 i_org_csapi_cc_TpCallChargePlan_TransparentCharge;
+ guint32 u_octet4_loop_org_csapi_cc_TpCallChargePlan_AdditionalInfo;
+ guint32 i_org_csapi_cc_TpCallChargePlan_AdditionalInfo;
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallChargePlan_ChargeOrderType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallChargeOrderCategory,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallChargePlan_ChargeOrderType, tvb, *offset-4, 4, u_octet4);
- u_octet4_loop_TpCallChargePlan_TransparentCharge = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpCallChargePlan_TransparentCharge = %u",u_octet4_loop_TpCallChargePlan_TransparentCharge);
- }
+ u_octet4_loop_org_csapi_cc_TpCallChargePlan_TransparentCharge = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallChargePlan_TransparentCharge, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpCallChargePlan_TransparentCharge);
- for (i_TpCallChargePlan_TransparentCharge=0; i_TpCallChargePlan_TransparentCharge < u_octet4_loop_TpCallChargePlan_TransparentCharge; i_TpCallChargePlan_TransparentCharge++) {
+ for (i_org_csapi_cc_TpCallChargePlan_TransparentCharge=0; i_org_csapi_cc_TpCallChargePlan_TransparentCharge < u_octet4_loop_org_csapi_cc_TpCallChargePlan_TransparentCharge; i_org_csapi_cc_TpCallChargePlan_TransparentCharge++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpCallChargePlan_TransparentCharge = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallChargePlan_TransparentCharge, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallChargePlan_ChargePlan = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallChargePlan_ChargePlan, tvb, *offset-4, 4, 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);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpCallChargePlan_AdditionalInfo = %u",u_octet4_loop_TpCallChargePlan_AdditionalInfo);
- }
+ u_octet4_loop_org_csapi_cc_TpCallChargePlan_AdditionalInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallChargePlan_AdditionalInfo, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpCallChargePlan_AdditionalInfo);
- for (i_TpCallChargePlan_AdditionalInfo=0; i_TpCallChargePlan_AdditionalInfo < u_octet4_loop_TpCallChargePlan_AdditionalInfo; i_TpCallChargePlan_AdditionalInfo++) {
+ for (i_org_csapi_cc_TpCallChargePlan_AdditionalInfo=0; i_org_csapi_cc_TpCallChargePlan_AdditionalInfo < u_octet4_loop_org_csapi_cc_TpCallChargePlan_AdditionalInfo; i_org_csapi_cc_TpCallChargePlan_AdditionalInfo++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpCallChargePlan_AdditionalInfo = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallChargePlan_AdditionalInfo, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallChargePlan_PartyToCharge = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallPartyToChargeType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallChargePlan_PartyToCharge, tvb, *offset-4, 4, u_octet4);
/* Begin union "org_csapi_cc_TpCallPartyToChargeAdditionalInfo" */
-
decode_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_TpCallPartyToChargeAdditionalInfo" */
-
}
/* Struct = IDL:org/csapi/cc/gccs/TpCallEventCriteria:1.0 */
@@ -82717,44 +68739,25 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_TpAddressRange" */
-
-
-
decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddressRange" */
-
/* Begin struct "org_csapi_TpAddressRange" */
-
-
-
decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddressRange" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEventCriteria_CallEventName = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallEventCriteria_CallEventName, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEventCriteria_CallNotificationType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_gccs_TpCallNotificationType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallEventCriteria_CallNotificationType, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEventCriteria_MonitorMode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallMonitorMode,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallEventCriteria_MonitorMode, tvb, *offset-4, 4, u_octet4);
}
@@ -82763,23 +68766,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_cc_gccs_TpCallEventCriteria" */
-
-
-
decode_org_csapi_cc_gccs_TpCallEventCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallEventCriteria" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEventCriteriaResult_AssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallEventCriteriaResult_AssignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -82788,19 +68778,9 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallReleaseCause_Value = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallReleaseCause_Value, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallReleaseCause_Location = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallReleaseCause_Location, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -82809,34 +68789,25 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallReport_MonitorMode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallMonitorMode,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallReport_MonitorMode, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpCallReport_CallEventTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_gccs_TpCallReport_CallEventTime");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallReport_CallReportType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_gccs_TpCallReportType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallReport_CallReportType, tvb, *offset-4, 4, u_octet4);
/* Begin union "org_csapi_cc_gccs_TpCallAdditionalReportInfo" */
-
decode_org_csapi_cc_gccs_TpCallAdditionalReportInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_gccs_TpCallAdditionalReportInfo" */
-
}
/* Struct = IDL:org/csapi/cc/gccs/TpCallReportRequest:1.0 */
@@ -82844,32 +68815,23 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallReportRequest_MonitorMode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallMonitorMode,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallReportRequest_MonitorMode, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallReportRequest_CallReportType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_gccs_TpCallReportType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallReportRequest_CallReportType, tvb, *offset-4, 4, u_octet4);
/* Begin union "org_csapi_cc_gccs_TpCallAdditionalReportCriteria" */
-
decode_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_gccs_TpCallAdditionalReportCriteria" */
-
}
/* Struct = IDL:org/csapi/cc/gccs/TpCallEventInfo:1.0 */
@@ -82877,78 +68839,45 @@ 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;
+ guint32 u_octet4_loop_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo;
+ guint32 i_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo;
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
+ u_octet4_loop_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo);
- u_octet4_loop_TpCallEventInfo_CallAppInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpCallEventInfo_CallAppInfo = %u",u_octet4_loop_TpCallEventInfo_CallAppInfo);
- }
-
- for (i_TpCallEventInfo_CallAppInfo=0; i_TpCallEventInfo_CallAppInfo < u_octet4_loop_TpCallEventInfo_CallAppInfo; i_TpCallEventInfo_CallAppInfo++) {
+ for (i_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo=0; i_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo < u_octet4_loop_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo; i_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo++) {
/* Begin union "org_csapi_cc_gccs_TpCallAppInfo" */
-
decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_gccs_TpCallAppInfo" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEventInfo_CallEventName = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallEventInfo_CallEventName, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEventInfo_CallNotificationType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_gccs_TpCallNotificationType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallEventInfo_CallNotificationType, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEventInfo_MonitorMode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallMonitorMode,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallEventInfo_MonitorMode, tvb, *offset-4, 4, u_octet4);
}
@@ -82957,24 +68886,11 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEndedReport_CallLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallEndedReport_CallLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_cc_gccs_TpCallReleaseCause" */
-
-
-
decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallReleaseCause" */
-
}
/* Struct = IDL:org/csapi/cc/gccs/TpCallInfoReport:1.0 */
@@ -82982,32 +68898,19 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallInfoReport_CallInfoType = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallInfoReport_CallInfoType, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpCallInfoReport_CallInitiationStartTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_gccs_TpCallInfoReport_CallInitiationStartTime");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpCallInfoReport_CallConnectedToResourceTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_gccs_TpCallInfoReport_CallConnectedToResourceTime");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpCallInfoReport_CallConnectedToDestinationTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_gccs_TpCallInfoReport_CallConnectedToDestinationTime");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpCallInfoReport_CallEndTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_gccs_TpCallInfoReport_CallEndTime");
/* Begin struct "org_csapi_cc_gccs_TpCallReleaseCause" */
-
-
-
decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallReleaseCause" */
-
}
/* Struct = IDL:org/csapi/cc/gccs/TpCallTreatment:1.0 */
@@ -83015,34 +68918,22 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallTreatment_CallTreatmentType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallTreatmentType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallTreatment_CallTreatmentType, tvb, *offset-4, 4, u_octet4);
/* Begin struct "org_csapi_cc_gccs_TpCallReleaseCause" */
-
-
-
decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallReleaseCause" */
-
/* Begin union "org_csapi_cc_TpCallAdditionalTreatmentInfo" */
-
decode_org_csapi_cc_TpCallAdditionalTreatmentInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_TpCallAdditionalTreatmentInfo" */
-
}
/* Struct = IDL:org/csapi/cc/gccs/TpCallIdentifier:1.0 */
@@ -83050,18 +68941,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallIdentifier_CallSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallIdentifier_CallSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -83070,28 +68953,12 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_TpAddressRange" */
-
-
-
decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddressRange" */
-
/* Begin struct "org_csapi_TpAddressRange" */
-
-
-
decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddressRange" */
-
}
/* Struct = IDL:org/csapi/cc/TpCallNotificationReportScope:1.0 */
@@ -83099,28 +68966,12 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
/* Struct = IDL:org/csapi/cc/TpCallEventRequest:1.0 */
@@ -83128,31 +68979,22 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEventRequest_CallEventType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallEventType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallEventRequest_CallEventType, tvb, *offset-4, 4, u_octet4);
/* Begin union "org_csapi_cc_TpAdditionalCallEventCriteria" */
-
decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_TpAdditionalCallEventCriteria" */
-
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEventRequest_CallMonitorMode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallMonitorMode,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallEventRequest_CallMonitorMode, tvb, *offset-4, 4, u_octet4);
}
@@ -83161,37 +69003,22 @@ 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 */
-
- guint32 u_octet4_loop_TpCallNotificationRequest_CallEventsRequested;
- guint32 i_TpCallNotificationRequest_CallEventsRequested;
-
+ guint32 u_octet4_loop_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested;
+ guint32 i_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested;
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_cc_TpCallNotificationScope" */
-
-
-
decode_org_csapi_cc_TpCallNotificationScope_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallNotificationScope" */
+ u_octet4_loop_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested);
- u_octet4_loop_TpCallNotificationRequest_CallEventsRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpCallNotificationRequest_CallEventsRequested = %u",u_octet4_loop_TpCallNotificationRequest_CallEventsRequested);
- }
-
- for (i_TpCallNotificationRequest_CallEventsRequested=0; i_TpCallNotificationRequest_CallEventsRequested < u_octet4_loop_TpCallNotificationRequest_CallEventsRequested; i_TpCallNotificationRequest_CallEventsRequested++) {
+ for (i_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested=0; i_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested < u_octet4_loop_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested; i_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested++) {
/* Begin struct "org_csapi_cc_TpCallEventRequest" */
-
-
-
decode_org_csapi_cc_TpCallEventRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallEventRequest" */
-
}
}
@@ -83201,23 +69028,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_cc_TpCallNotificationRequest" */
-
-
-
decode_org_csapi_cc_TpCallNotificationRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallNotificationRequest" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpNotificationRequested_AssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpNotificationRequested_AssignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -83226,18 +69040,13 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallLegConnectionProperties_AttachMechanism = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallLegAttachMechanism,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallLegConnectionProperties_AttachMechanism, tvb, *offset-4, 4, u_octet4);
}
@@ -83246,33 +69055,24 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEventInfo_CallEventType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallEventType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallEventInfo_CallEventType, tvb, *offset-4, 4, u_octet4);
/* Begin union "org_csapi_cc_TpCallAdditionalEventInfo" */
-
decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_TpCallAdditionalEventInfo" */
-
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallEventInfo_CallMonitorMode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallMonitorMode,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallEventInfo_CallMonitorMode, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpCallEventInfo_CallEventTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_TpCallEventInfo_CallEventTime");
}
@@ -83281,34 +69081,22 @@ 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;
-
+ guint32 u_octet4_loop_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet;
+ guint32 i_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpNotificationRequestedSetEntry_NotificationRequestSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpNotificationRequestedSetEntry_NotificationRequestSet = %u",u_octet4_loop_TpNotificationRequestedSetEntry_NotificationRequestSet);
- }
+ u_octet4_loop_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet);
- for (i_TpNotificationRequestedSetEntry_NotificationRequestSet=0; i_TpNotificationRequestedSetEntry_NotificationRequestSet < u_octet4_loop_TpNotificationRequestedSetEntry_NotificationRequestSet; i_TpNotificationRequestedSetEntry_NotificationRequestSet++) {
+ for (i_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet=0; i_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet < u_octet4_loop_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet; i_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet++) {
/* Begin struct "org_csapi_cc_TpNotificationRequested" */
-
-
-
decode_org_csapi_cc_TpNotificationRequested_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpNotificationRequested" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpNotificationRequestedSetEntry_Final = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_cc_TpNotificationRequestedSetEntry_Final, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
}
@@ -83317,33 +69105,24 @@ 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;
+ guint32 u_octet4_loop_org_csapi_cc_TpCarrier_CarrierID;
+ guint32 i_org_csapi_cc_TpCarrier_CarrierID;
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- u_octet4_loop_TpCarrier_CarrierID = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpCarrier_CarrierID = %u",u_octet4_loop_TpCarrier_CarrierID);
- }
+ u_octet4_loop_org_csapi_cc_TpCarrier_CarrierID = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCarrier_CarrierID, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpCarrier_CarrierID);
- for (i_TpCarrier_CarrierID=0; i_TpCarrier_CarrierID < u_octet4_loop_TpCarrier_CarrierID; i_TpCarrier_CarrierID++) {
+ for (i_org_csapi_cc_TpCarrier_CarrierID=0; i_org_csapi_cc_TpCarrier_CarrierID < u_octet4_loop_org_csapi_cc_TpCarrier_CarrierID; i_org_csapi_cc_TpCarrier_CarrierID++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpCarrier_CarrierID = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCarrier_CarrierID, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCarrier_CarrierSelectionField = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCarrierSelectionField,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCarrier_CarrierSelectionField, tvb, *offset-4, 4, u_octet4);
}
@@ -83352,46 +69131,29 @@ 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 */
-
- guint32 u_octet4_loop_TpCallNotificationInfo_CallAppInfo;
- guint32 i_TpCallNotificationInfo_CallAppInfo;
-
+ guint32 u_octet4_loop_org_csapi_cc_TpCallNotificationInfo_CallAppInfo;
+ guint32 i_org_csapi_cc_TpCallNotificationInfo_CallAppInfo;
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_cc_TpCallNotificationReportScope" */
-
-
-
decode_org_csapi_cc_TpCallNotificationReportScope_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallNotificationReportScope" */
+ u_octet4_loop_org_csapi_cc_TpCallNotificationInfo_CallAppInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallNotificationInfo_CallAppInfo, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpCallNotificationInfo_CallAppInfo);
- u_octet4_loop_TpCallNotificationInfo_CallAppInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpCallNotificationInfo_CallAppInfo = %u",u_octet4_loop_TpCallNotificationInfo_CallAppInfo);
- }
-
- for (i_TpCallNotificationInfo_CallAppInfo=0; i_TpCallNotificationInfo_CallAppInfo < u_octet4_loop_TpCallNotificationInfo_CallAppInfo; i_TpCallNotificationInfo_CallAppInfo++) {
+ for (i_org_csapi_cc_TpCallNotificationInfo_CallAppInfo=0; i_org_csapi_cc_TpCallNotificationInfo_CallAppInfo < u_octet4_loop_org_csapi_cc_TpCallNotificationInfo_CallAppInfo; i_org_csapi_cc_TpCallNotificationInfo_CallAppInfo++) {
/* Begin union "org_csapi_cc_TpCallAppInfo" */
-
decode_org_csapi_cc_TpCallAppInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_TpCallAppInfo" */
-
}
/* Begin struct "org_csapi_cc_TpCallEventInfo" */
-
-
-
decode_org_csapi_cc_TpCallEventInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallEventInfo" */
-
}
/* Struct = IDL:org/csapi/cc/TpCallLegInfoReport:1.0 */
@@ -83399,55 +69161,39 @@ 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 */
-
guint32 u_octet4;
- guint32 u_octet4_loop_TpCallLegInfoReport_CallAppInfo;
- guint32 i_TpCallLegInfoReport_CallAppInfo;
-
+ guint32 u_octet4_loop_org_csapi_cc_TpCallLegInfoReport_CallAppInfo;
+ guint32 i_org_csapi_cc_TpCallLegInfoReport_CallAppInfo;
/* Operation specific Variable declarations End */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallLegInfoReport_CallLegInfoType = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallLegInfoReport_CallLegInfoType, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpCallLegInfoReport_CallLegStartTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_TpCallLegInfoReport_CallLegStartTime");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpCallLegInfoReport_CallLegConnectedToResourceTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_TpCallLegInfoReport_CallLegConnectedToResourceTime");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpCallLegInfoReport_CallLegConnectedToAddressTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_TpCallLegInfoReport_CallLegConnectedToAddressTime");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpCallLegInfoReport_CallLegEndTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_TpCallLegInfoReport_CallLegEndTime");
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallLegInfoReport_CallLegReleaseCause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpReleaseCause,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallLegInfoReport_CallLegReleaseCause, tvb, *offset-4, 4, u_octet4);
- u_octet4_loop_TpCallLegInfoReport_CallAppInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpCallLegInfoReport_CallAppInfo = %u",u_octet4_loop_TpCallLegInfoReport_CallAppInfo);
- }
+ u_octet4_loop_org_csapi_cc_TpCallLegInfoReport_CallAppInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallLegInfoReport_CallAppInfo, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpCallLegInfoReport_CallAppInfo);
- for (i_TpCallLegInfoReport_CallAppInfo=0; i_TpCallLegInfoReport_CallAppInfo < u_octet4_loop_TpCallLegInfoReport_CallAppInfo; i_TpCallLegInfoReport_CallAppInfo++) {
+ for (i_org_csapi_cc_TpCallLegInfoReport_CallAppInfo=0; i_org_csapi_cc_TpCallLegInfoReport_CallAppInfo < u_octet4_loop_org_csapi_cc_TpCallLegInfoReport_CallAppInfo; i_org_csapi_cc_TpCallLegInfoReport_CallAppInfo++) {
/* Begin union "org_csapi_cc_TpCallAppInfo" */
-
decode_org_csapi_cc_TpCallAppInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_TpCallAppInfo" */
-
}
}
@@ -83457,15 +69203,9 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_TpCallLegProperty_CallLegPropertyName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpCallLegProperty_CallLegPropertyName");
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpCallLegProperty_CallLegPropertyValue");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_TpCallLegProperty_CallLegPropertyValue");
}
@@ -83474,18 +69214,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMultiPartyCallIdentifier_CallSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_CallSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -83494,18 +69226,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallLegIdentifier_CallLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_TpCallLegIdentifier_CallLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -83514,23 +69238,18 @@ 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 */
-
- guint32 u_octet4_loop_TpAppCallLegCallBack_AppCallLegSet;
- guint32 i_TpAppCallLegCallBack_AppCallLegSet;
-
+ guint32 u_octet4_loop_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet;
+ guint32 i_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet;
/* Operation specific Variable declarations End */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- u_octet4_loop_TpAppCallLegCallBack_AppCallLegSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpAppCallLegCallBack_AppCallLegSet = %u",u_octet4_loop_TpAppCallLegCallBack_AppCallLegSet);
- }
+ u_octet4_loop_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet);
- for (i_TpAppCallLegCallBack_AppCallLegSet=0; i_TpAppCallLegCallBack_AppCallLegSet < u_octet4_loop_TpAppCallLegCallBack_AppCallLegSet; i_TpAppCallLegCallBack_AppCallLegSet++) {
+ for (i_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet=0; i_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet < u_octet4_loop_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet; i_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet++) {
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -83544,19 +69263,9 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallSuperviseVolume_VolumeQuantity = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpCallSuperviseVolume_VolumeQuantity, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallSuperviseVolume_VolumeUnit = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpCallSuperviseVolume_VolumeUnit, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -83565,37 +69274,26 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMediaStreamRequest_Direction = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_mmccs_TpMediaStreamDirection,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpMediaStreamRequest_Direction, tvb, *offset-4, 4, u_octet4);
/* Begin union "org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest" */
-
decode_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest" */
-
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMediaStreamRequest_MediaMonitorMode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallMonitorMode,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpMediaStreamRequest_MediaMonitorMode, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMediaStreamRequest_EventType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_mmccs_TpMediaStreamEventType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpMediaStreamRequest_EventType, tvb, *offset-4, 4, u_octet4);
}
@@ -83604,29 +69302,20 @@ 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;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMediaStream_Direction = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_mmccs_TpMediaStreamDirection,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpMediaStream_Direction, tvb, *offset-4, 4, u_octet4);
/* Begin union "org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest" */
-
decode_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMediaStream_ChannelSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpMediaStream_ChannelSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -83638,37 +69327,22 @@ 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 */
-
- guint32 u_octet4_loop_TpNotificationMediaRequest_MediaStreamsRequested;
- guint32 i_TpNotificationMediaRequest_MediaStreamsRequested;
-
+ guint32 u_octet4_loop_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested;
+ guint32 i_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested;
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_cc_TpCallNotificationScope" */
-
-
-
decode_org_csapi_cc_TpCallNotificationScope_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallNotificationScope" */
+ u_octet4_loop_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested);
- u_octet4_loop_TpNotificationMediaRequest_MediaStreamsRequested = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpNotificationMediaRequest_MediaStreamsRequested = %u",u_octet4_loop_TpNotificationMediaRequest_MediaStreamsRequested);
- }
-
- for (i_TpNotificationMediaRequest_MediaStreamsRequested=0; i_TpNotificationMediaRequest_MediaStreamsRequested < u_octet4_loop_TpNotificationMediaRequest_MediaStreamsRequested; i_TpNotificationMediaRequest_MediaStreamsRequested++) {
+ for (i_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested=0; i_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested < u_octet4_loop_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested; i_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested++) {
/* Begin struct "org_csapi_cc_mmccs_TpMediaStreamRequest" */
-
-
-
decode_org_csapi_cc_mmccs_TpMediaStreamRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mmccs_TpMediaStreamRequest" */
-
}
}
@@ -83678,23 +69352,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_cc_mmccs_TpNotificationMediaRequest" */
-
-
-
decode_org_csapi_cc_mmccs_TpNotificationMediaRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mmccs_TpNotificationMediaRequest" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMediaNotificationRequested_AssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpMediaNotificationRequested_AssignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -83703,18 +69364,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMultiMediaCallIdentifier_MMCallSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpMultiMediaCallIdentifier_MMCallSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -83723,18 +69376,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMultiMediaCallLegIdentifier_MMCallLegSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier_MMCallLegSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -83743,23 +69388,18 @@ 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 */
-
- guint32 u_octet4_loop_TpAppMultiMediaCallLegCallBack_AppCallLegSet;
- guint32 i_TpAppMultiMediaCallLegCallBack_AppCallLegSet;
-
+ guint32 u_octet4_loop_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet;
+ guint32 i_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet;
/* Operation specific Variable declarations End */
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- u_octet4_loop_TpAppMultiMediaCallLegCallBack_AppCallLegSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpAppMultiMediaCallLegCallBack_AppCallLegSet = %u",u_octet4_loop_TpAppMultiMediaCallLegCallBack_AppCallLegSet);
- }
+ u_octet4_loop_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet);
- for (i_TpAppMultiMediaCallLegCallBack_AppCallLegSet=0; i_TpAppMultiMediaCallLegCallBack_AppCallLegSet < u_octet4_loop_TpAppMultiMediaCallLegCallBack_AppCallLegSet; i_TpAppMultiMediaCallLegCallBack_AppCallLegSet++) {
+ for (i_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet=0; i_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet < u_octet4_loop_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet; i_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet++) {
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
@@ -83773,15 +69413,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpMonoMediaConfPolicy_JoinAllowed = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_cc_cccs_TpMonoMediaConfPolicy_JoinAllowed, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
}
@@ -83790,44 +69422,27 @@ 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 */
-
- guint32 u_octet4_loop_TpJoinEventInfo_CallAppInfo;
- guint32 i_TpJoinEventInfo_CallAppInfo;
-
+ guint32 u_octet4_loop_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo;
+ guint32 i_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo;
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
+ u_octet4_loop_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo);
- u_octet4_loop_TpJoinEventInfo_CallAppInfo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpJoinEventInfo_CallAppInfo = %u",u_octet4_loop_TpJoinEventInfo_CallAppInfo);
- }
-
- for (i_TpJoinEventInfo_CallAppInfo=0; i_TpJoinEventInfo_CallAppInfo < u_octet4_loop_TpJoinEventInfo_CallAppInfo; i_TpJoinEventInfo_CallAppInfo++) {
+ for (i_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo=0; i_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo < u_octet4_loop_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo; i_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo++) {
/* Begin union "org_csapi_cc_TpCallAppInfo" */
-
decode_org_csapi_cc_TpCallAppInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cc_TpCallAppInfo" */
-
}
}
@@ -83837,23 +69452,13 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpConfSearchCriteria_StartSearch");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_cccs_TpConfSearchCriteria_StartSearch");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpConfSearchCriteria_StopSearch");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_cccs_TpConfSearchCriteria_StopSearch");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpConfSearchCriteria_RequestedResources = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_TpConfSearchCriteria_RequestedResources, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpConfSearchCriteria_RequestedDuration = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_TpConfSearchCriteria_RequestedDuration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -83862,25 +69467,13 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpConfSearchResult_MatchFound = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_cc_cccs_TpConfSearchResult_MatchFound, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpConfSearchResult_ActualStartTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_cccs_TpConfSearchResult_ActualStartTime");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpConfSearchResult_ActualResources = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_TpConfSearchResult_ActualResources, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpConfSearchResult_ActualDuration = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_TpConfSearchResult_ActualDuration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -83889,30 +69482,19 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpMultiMediaConfPolicy_JoinAllowed = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_JoinAllowed, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMultiMediaConfPolicy_MediaAllowed = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_MediaAllowed, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpMultiMediaConfPolicy_Chaired = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_Chaired, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMultiMediaConfPolicy_VideoHandling = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_cccs_TpVideoHandlingType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_VideoHandling, tvb, *offset-4, 4, u_octet4);
}
@@ -83921,23 +69503,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpResourceReservation_ReservationID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_TpResourceReservation_ReservationID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -83946,18 +69515,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpConfCallIdentifier_ConfCallSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_TpConfCallIdentifier_ConfCallSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -83966,18 +69527,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpSubConfCallIdentifier_SubConfCallSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_TpSubConfCallIdentifier_SubConfCallSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -83986,18 +69539,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUIIdentifier_UserInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIIdentifier_UserInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -84006,18 +69551,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUICallIdentifier_UserInteractionSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUICallIdentifier_UserInteractionSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -84026,22 +69563,15 @@ 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;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpLocationResponseTime_ResponseTime, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationResponseTime_TimerValue = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpLocationResponseTime_TimerValue, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -84050,42 +69580,25 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationTrigger_Longitude = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_float(tree, hf_org_csapi_mm_TpLocationTrigger_Longitude, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationTrigger_Latitude = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_float(tree, hf_org_csapi_mm_TpLocationTrigger_Latitude, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationTrigger_AreaSemiMajor = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_float(tree, hf_org_csapi_mm_TpLocationTrigger_AreaSemiMajor, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationTrigger_AreaSemiMinor = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_float(tree, hf_org_csapi_mm_TpLocationTrigger_AreaSemiMinor, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationTrigger_AngleOfSemiMajor = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpLocationTrigger_AngleOfSemiMajor, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpLocationTrigger_Criterion, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationTrigger_ReportingInterval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpLocationTrigger_ReportingInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -84094,42 +69607,26 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationRequest_RequestedAccuracy = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_float(tree, hf_org_csapi_mm_TpLocationRequest_RequestedAccuracy, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_mm_TpLocationResponseTime" */
-
-
-
decode_org_csapi_mm_TpLocationResponseTime_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpLocationResponseTime" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpLocationRequest_AltitudeRequested = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpLocationRequest_AltitudeRequested, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationRequest_Type = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpLocationType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpLocationRequest_Type, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLocationRequest_Priority = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpLocationPriority,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpLocationRequest_Priority, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpLocationRequest_RequestedLocationMethod");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpLocationRequest_RequestedLocationMethod");
}
@@ -84138,54 +69635,31 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_Longitude = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_float(tree, hf_org_csapi_mm_TpGeographicalPosition_Longitude, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_Latitude = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_float(tree, hf_org_csapi_mm_TpGeographicalPosition_Latitude, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpGeographicalPosition_TypeOfUncertaintyShape, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_UncertaintyInnerSemiMajor = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_float(tree, hf_org_csapi_mm_TpGeographicalPosition_UncertaintyInnerSemiMajor, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_UncertaintyOuterSemiMajor = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_float(tree, hf_org_csapi_mm_TpGeographicalPosition_UncertaintyOuterSemiMajor, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_UncertaintyInnerSemiMinor = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_float(tree, hf_org_csapi_mm_TpGeographicalPosition_UncertaintyInnerSemiMinor, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_UncertaintyOuterSemiMinor = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_float(tree, hf_org_csapi_mm_TpGeographicalPosition_UncertaintyOuterSemiMinor, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_AngleOfSemiMajor = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpGeographicalPosition_AngleOfSemiMajor, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_SegmentStartAngle = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpGeographicalPosition_SegmentStartAngle, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpGeographicalPosition_SegmentEndAngle = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpGeographicalPosition_SegmentEndAngle, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -84194,40 +69668,26 @@ 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 */
-
guint32 u_octet4;
- guint32 u_octet4_loop_TpMobilityStopAssignmentData_Users;
- guint32 i_TpMobilityStopAssignmentData_Users;
-
+ guint32 u_octet4_loop_org_csapi_mm_TpMobilityStopAssignmentData_Users;
+ guint32 i_org_csapi_mm_TpMobilityStopAssignmentData_Users;
/* Operation specific Variable declarations End */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMobilityStopAssignmentData_AssignmentId = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpMobilityStopAssignmentData_AssignmentId, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMobilityStopAssignmentData_StopScope = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityStopScope,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpMobilityStopAssignmentData_StopScope, tvb, *offset-4, 4, u_octet4);
- u_octet4_loop_TpMobilityStopAssignmentData_Users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpMobilityStopAssignmentData_Users = %u",u_octet4_loop_TpMobilityStopAssignmentData_Users);
- }
+ u_octet4_loop_org_csapi_mm_TpMobilityStopAssignmentData_Users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpMobilityStopAssignmentData_Users, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_TpMobilityStopAssignmentData_Users);
- for (i_TpMobilityStopAssignmentData_Users=0; i_TpMobilityStopAssignmentData_Users < u_octet4_loop_TpMobilityStopAssignmentData_Users; i_TpMobilityStopAssignmentData_Users++) {
+ for (i_org_csapi_mm_TpMobilityStopAssignmentData_Users=0; i_org_csapi_mm_TpMobilityStopAssignmentData_Users < u_octet4_loop_org_csapi_mm_TpMobilityStopAssignmentData_Users; i_org_csapi_mm_TpMobilityStopAssignmentData_Users++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
}
@@ -84237,46 +69697,28 @@ 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;
-
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_mm_TpGeographicalPosition" */
-
-
-
decode_org_csapi_mm_TpGeographicalPosition_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpGeographicalPosition" */
-
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpUlExtendedData_TerminalType, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUlExtendedData_AltitudePresent = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUlExtendedData_AltitudePresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUlExtendedData_Altitude = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_float(tree, hf_org_csapi_mm_TpUlExtendedData_Altitude, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUlExtendedData_UncertaintyAltitude = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_float(tree, hf_org_csapi_mm_TpUlExtendedData_UncertaintyAltitude, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUlExtendedData_TimestampPresent = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUlExtendedData_TimestampPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUlExtendedData_Timestamp");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpUlExtendedData_Timestamp");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUlExtendedData_UsedLocationMethod");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpUlExtendedData_UsedLocationMethod");
}
@@ -84285,35 +69727,20 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUserLocation_StatusCode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserLocation_StatusCode, tvb, *offset-4, 4, u_octet4);
/* Begin struct "org_csapi_mm_TpGeographicalPosition" */
-
-
-
decode_org_csapi_mm_TpGeographicalPosition_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpGeographicalPosition" */
-
}
/* Struct = IDL:org/csapi/mm/TpUserLocationExtended:1.0 */
@@ -84321,44 +69748,27 @@ 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 */
-
guint32 u_octet4;
- guint32 u_octet4_loop_TpUserLocationExtended_Locations;
- guint32 i_TpUserLocationExtended_Locations;
-
+ guint32 u_octet4_loop_org_csapi_mm_TpUserLocationExtended_Locations;
+ guint32 i_org_csapi_mm_TpUserLocationExtended_Locations;
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUserLocationExtended_StatusCode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserLocationExtended_StatusCode, tvb, *offset-4, 4, u_octet4);
- u_octet4_loop_TpUserLocationExtended_Locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpUserLocationExtended_Locations = %u",u_octet4_loop_TpUserLocationExtended_Locations);
- }
+ u_octet4_loop_org_csapi_mm_TpUserLocationExtended_Locations = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserLocationExtended_Locations, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_TpUserLocationExtended_Locations);
- for (i_TpUserLocationExtended_Locations=0; i_TpUserLocationExtended_Locations < u_octet4_loop_TpUserLocationExtended_Locations; i_TpUserLocationExtended_Locations++) {
+ for (i_org_csapi_mm_TpUserLocationExtended_Locations=0; i_org_csapi_mm_TpUserLocationExtended_Locations < u_octet4_loop_org_csapi_mm_TpUserLocationExtended_Locations; i_org_csapi_mm_TpUserLocationExtended_Locations++) {
/* Begin struct "org_csapi_mm_TpUlExtendedData" */
-
-
-
decode_org_csapi_mm_TpUlExtendedData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpUlExtendedData" */
-
}
}
@@ -84368,19 +69778,9 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpLocationTriggerCamel_UpdateInsideVlr = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpLocationTriggerCamel_UpdateInsideVlr, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpLocationTriggerCamel_UpdateOutsideVlr = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpLocationTriggerCamel_UpdateOutsideVlr, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
}
@@ -84389,74 +69789,39 @@ 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;
-
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserLocationCamel_StatusCode, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationCamel_GeographicalPositionPresent = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationCamel_GeographicalPositionPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
/* Begin struct "org_csapi_mm_TpGeographicalPosition" */
-
-
-
decode_org_csapi_mm_TpGeographicalPosition_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpGeographicalPosition" */
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationCamel_TimestampPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationCamel_TimestampPresent = %u",get_CDR_boolean(tvb,offset));
- }
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUserLocationCamel_Timestamp");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpUserLocationCamel_Timestamp");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationCamel_VlrNumberPresent = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationCamel_VlrNumberPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationCamel_LocationNumberPresent = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationCamel_LocationNumberPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationCamel_CellIdOrLaiPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationCamel_CellIdOrLaiPresent = %u",get_CDR_boolean(tvb,offset));
- }
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUserLocationCamel_CellIdOrLai");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpUserLocationCamel_CellIdOrLai");
}
@@ -84465,50 +69830,26 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergencyRequest_UserAddressPresent = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergencyRequest_UserAddressPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrdPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergencyRequest_NaEsrdPresent = %u",get_CDR_boolean(tvb,offset));
- }
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrd");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUserLocationEmergencyRequest_NaEsrd");
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrkPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergencyRequest_NaEsrkPresent = %u",get_CDR_boolean(tvb,offset));
- }
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrk");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUserLocationEmergencyRequest_NaEsrk");
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergencyRequest_ImeiPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergencyRequest_ImeiPresent = %u",get_CDR_boolean(tvb,offset));
- }
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUserLocationEmergencyRequest_Imei");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpUserLocationEmergencyRequest_Imei");
/* Begin struct "org_csapi_mm_TpLocationRequest" */
-
-
-
decode_org_csapi_mm_TpLocationRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpLocationRequest" */
-
}
/* Struct = IDL:org/csapi/mm/TpUserLocationEmergency:1.0 */
@@ -84516,86 +69857,51 @@ 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;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserLocationEmergency_StatusCode, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_UserIdPresent = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergency_UserIdPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergency_NaEsrdPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_NaEsrdPresent = %u",get_CDR_boolean(tvb,offset));
- }
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUserLocationEmergency_NaEsrd");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpUserLocationEmergency_NaEsrd");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_NaEsrkPresent = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergency_NaEsrkPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUserLocationEmergency_NaEsrk");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpUserLocationEmergency_NaEsrk");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_ImeiPresent = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergency_ImeiPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUserLocationEmergency_Imei");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpUserLocationEmergency_Imei");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserLocationEmergency_TriggeringEvent, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_GeographicalPositionPresent = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergency_GeographicalPositionPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
/* Begin struct "org_csapi_mm_TpGeographicalPosition" */
-
-
-
decode_org_csapi_mm_TpGeographicalPosition_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpGeographicalPosition" */
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergency_AltitudePresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_AltitudePresent = %u",get_CDR_boolean(tvb,offset));
- }
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUserLocationEmergency_Altitude = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_float(tree, hf_org_csapi_mm_TpUserLocationEmergency_Altitude, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUserLocationEmergency_UncertaintyAltitude = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_float(tree, hf_org_csapi_mm_TpUserLocationEmergency_UncertaintyAltitude, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserLocationEmergency_TimestampPresent = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserLocationEmergency_TimestampPresent, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUserLocationEmergency_Timestamp");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpUserLocationEmergency_Timestamp");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUserLocationEmergency_UsedLocationMethod");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpUserLocationEmergency_UsedLocationMethod");
}
@@ -84604,38 +69910,24 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUserStatus_StatusCode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserStatus_StatusCode, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUserStatus_Status = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpUserStatusIndicator,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserStatus_Status, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUserStatus_TerminalType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpTerminalType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserStatus_TerminalType, tvb, *offset-4, 4, u_octet4);
}
@@ -84644,34 +69936,22 @@ 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;
-
+ guint32 u_octet4_loop_org_csapi_mm_TpTriggeredStatusRequest_Users;
+ guint32 i_org_csapi_mm_TpTriggeredStatusRequest_Users;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpTriggeredStatusRequest_Users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpTriggeredStatusRequest_Users = %u",u_octet4_loop_TpTriggeredStatusRequest_Users);
- }
+ u_octet4_loop_org_csapi_mm_TpTriggeredStatusRequest_Users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpTriggeredStatusRequest_Users, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_TpTriggeredStatusRequest_Users);
- for (i_TpTriggeredStatusRequest_Users=0; i_TpTriggeredStatusRequest_Users < u_octet4_loop_TpTriggeredStatusRequest_Users; i_TpTriggeredStatusRequest_Users++) {
+ for (i_org_csapi_mm_TpTriggeredStatusRequest_Users=0; i_org_csapi_mm_TpTriggeredStatusRequest_Users < u_octet4_loop_org_csapi_mm_TpTriggeredStatusRequest_Users; i_org_csapi_mm_TpTriggeredStatusRequest_Users++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpTriggeredStatusRequest_AssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpTriggeredStatusRequest_AssignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -84680,34 +69960,22 @@ 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;
-
+ guint32 u_octet4_loop_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests;
+ guint32 i_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpTriggeredStatusRequestSetEntry_Requests = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpTriggeredStatusRequestSetEntry_Requests = %u",u_octet4_loop_TpTriggeredStatusRequestSetEntry_Requests);
- }
+ u_octet4_loop_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests);
- for (i_TpTriggeredStatusRequestSetEntry_Requests=0; i_TpTriggeredStatusRequestSetEntry_Requests < u_octet4_loop_TpTriggeredStatusRequestSetEntry_Requests; i_TpTriggeredStatusRequestSetEntry_Requests++) {
+ for (i_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests=0; i_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests < u_octet4_loop_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests; i_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests++) {
/* Begin struct "org_csapi_mm_TpTriggeredStatusRequest" */
-
-
-
decode_org_csapi_mm_TpTriggeredStatusRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpTriggeredStatusRequest" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpTriggeredStatusRequestSetEntry_Final = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Final, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
}
@@ -84716,46 +69984,27 @@ 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;
-
+ guint32 u_octet4_loop_org_csapi_mm_TpPeriodicLocationRequest_Users;
+ guint32 i_org_csapi_mm_TpPeriodicLocationRequest_Users;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPeriodicLocationRequest_Users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPeriodicLocationRequest_Users = %u",u_octet4_loop_TpPeriodicLocationRequest_Users);
- }
+ u_octet4_loop_org_csapi_mm_TpPeriodicLocationRequest_Users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpPeriodicLocationRequest_Users, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_TpPeriodicLocationRequest_Users);
- for (i_TpPeriodicLocationRequest_Users=0; i_TpPeriodicLocationRequest_Users < u_octet4_loop_TpPeriodicLocationRequest_Users; i_TpPeriodicLocationRequest_Users++) {
+ for (i_org_csapi_mm_TpPeriodicLocationRequest_Users=0; i_org_csapi_mm_TpPeriodicLocationRequest_Users < u_octet4_loop_org_csapi_mm_TpPeriodicLocationRequest_Users; i_org_csapi_mm_TpPeriodicLocationRequest_Users++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
/* Begin struct "org_csapi_mm_TpLocationRequest" */
-
-
-
decode_org_csapi_mm_TpLocationRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpLocationRequest" */
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpPeriodicLocationRequest_ReportingInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPeriodicLocationRequest_ReportingInterval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPeriodicLocationRequest_AssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpPeriodicLocationRequest_AssignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -84764,34 +70013,22 @@ 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;
-
+ guint32 u_octet4_loop_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests;
+ guint32 i_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPeriodicLocationRequestSetEntry_Requests = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPeriodicLocationRequestSetEntry_Requests = %u",u_octet4_loop_TpPeriodicLocationRequestSetEntry_Requests);
- }
+ u_octet4_loop_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests);
- for (i_TpPeriodicLocationRequestSetEntry_Requests=0; i_TpPeriodicLocationRequestSetEntry_Requests < u_octet4_loop_TpPeriodicLocationRequestSetEntry_Requests; i_TpPeriodicLocationRequestSetEntry_Requests++) {
+ for (i_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests=0; i_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests < u_octet4_loop_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests; i_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests++) {
/* Begin struct "org_csapi_mm_TpPeriodicLocationRequest" */
-
-
-
decode_org_csapi_mm_TpPeriodicLocationRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpPeriodicLocationRequest" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpPeriodicLocationRequestSetEntry_Final = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Final, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
}
@@ -84800,42 +70037,25 @@ 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;
-
+ guint32 u_octet4_loop_org_csapi_mm_TpTriggeredLocationRequest_Users;
+ guint32 i_org_csapi_mm_TpTriggeredLocationRequest_Users;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpTriggeredLocationRequest_Users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpTriggeredLocationRequest_Users = %u",u_octet4_loop_TpTriggeredLocationRequest_Users);
- }
+ u_octet4_loop_org_csapi_mm_TpTriggeredLocationRequest_Users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpTriggeredLocationRequest_Users, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_TpTriggeredLocationRequest_Users);
- for (i_TpTriggeredLocationRequest_Users=0; i_TpTriggeredLocationRequest_Users < u_octet4_loop_TpTriggeredLocationRequest_Users; i_TpTriggeredLocationRequest_Users++) {
+ for (i_org_csapi_mm_TpTriggeredLocationRequest_Users=0; i_org_csapi_mm_TpTriggeredLocationRequest_Users < u_octet4_loop_org_csapi_mm_TpTriggeredLocationRequest_Users; i_org_csapi_mm_TpTriggeredLocationRequest_Users++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
/* Begin struct "org_csapi_mm_TpLocationRequest" */
-
-
-
decode_org_csapi_mm_TpLocationRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpLocationRequest" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpTriggeredLocationRequest_AssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpTriggeredLocationRequest_AssignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -84844,34 +70064,22 @@ 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;
-
+ guint32 u_octet4_loop_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests;
+ guint32 i_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpTriggeredLocationRequestSetEntry_Requests = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpTriggeredLocationRequestSetEntry_Requests = %u",u_octet4_loop_TpTriggeredLocationRequestSetEntry_Requests);
- }
+ u_octet4_loop_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests);
- for (i_TpTriggeredLocationRequestSetEntry_Requests=0; i_TpTriggeredLocationRequestSetEntry_Requests < u_octet4_loop_TpTriggeredLocationRequestSetEntry_Requests; i_TpTriggeredLocationRequestSetEntry_Requests++) {
+ for (i_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests=0; i_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests < u_octet4_loop_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests; i_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests++) {
/* Begin struct "org_csapi_mm_TpTriggeredLocationRequest" */
-
-
-
decode_org_csapi_mm_TpTriggeredLocationRequest_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpTriggeredLocationRequest" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpTriggeredLocationRequestSetEntry_Final = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Final, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
}
@@ -84880,22 +70088,15 @@ 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;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserStatusIndicatorExtended_UserStatusIndicator, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpUserStatusIndicatorExtended_PDPContextActive = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mm_TpUserStatusIndicatorExtended_PDPContextActive, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
}
@@ -84904,15 +70105,9 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUserInfo_UserName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpUserInfo_UserName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUserInfo_Password");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpUserInfo_Password");
}
@@ -84921,28 +70116,21 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNetworkStatusIndicator_CountryCode");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpNetworkStatusIndicator_CountryCode");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNetworkStatusIndicator_MobileNetworkCode");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpNetworkStatusIndicator_MobileNetworkCode");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpNetworkStatusIndicator_AccessTechnology = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpAccessTechnology,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpNetworkStatusIndicator_AccessTechnology, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpNetworkStatusIndicator_RoamingStatus = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpRoamingStatus,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpNetworkStatusIndicator_RoamingStatus, tvb, *offset-4, 4, u_octet4);
}
@@ -84951,64 +70139,40 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUserStatusExtended_UserID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpUserStatusExtended_UserID");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUserStatusExtended_StatusCode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpMobilityError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserStatusExtended_StatusCode, tvb, *offset-4, 4, u_octet4);
/* Begin struct "org_csapi_mm_TpUserStatusIndicatorExtended" */
-
-
-
decode_org_csapi_mm_TpUserStatusIndicatorExtended_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpUserStatusIndicatorExtended" */
-
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUserStatusExtended_TerminalType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpTerminalType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserStatusExtended_TerminalType, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUserStatusExtended_AuthenticationStatus = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpAuthStatusIndicator,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpUserStatusExtended_AuthenticationStatus, tvb, *offset-4, 4, u_octet4);
/* Begin struct "org_csapi_mm_TpNetworkStatusIndicator" */
-
-
-
decode_org_csapi_mm_TpNetworkStatusIndicator_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpNetworkStatusIndicator" */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpUserStatusExtended_UserIPAddress");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUserStatusExtended_UserIPAddress");
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUserStatusExtended_UserMSISDN");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpUserStatusExtended_UserMSISDN");
/* Begin struct "org_csapi_mm_TpUserInfo" */
-
-
-
decode_org_csapi_mm_TpUserInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mm_TpUserInfo" */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpUserStatusExtended_UserConnectionID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUserStatusExtended_UserConnectionID");
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpUserStatusExtended_AccessPointName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mm_TpUserStatusExtended_AccessPointName");
}
@@ -85017,33 +70181,21 @@ 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 */
-
- guint32 u_octet4_loop_TpBindingNotificationCriteria_ContactAddressSet;
- guint32 i_TpBindingNotificationCriteria_ContactAddressSet;
-
+ guint32 u_octet4_loop_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet;
+ guint32 i_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet;
/* Operation specific Variable declarations End */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpBindingNotificationCriteria_NotificationCriteriaType = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpBindingNotificationCriteria_NotificationCriteriaType, tvb, *offset-4, 4, 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);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpBindingNotificationCriteria_ContactAddressSet = %u",u_octet4_loop_TpBindingNotificationCriteria_ContactAddressSet);
- }
+ u_octet4_loop_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet);
- for (i_TpBindingNotificationCriteria_ContactAddressSet=0; i_TpBindingNotificationCriteria_ContactAddressSet < u_octet4_loop_TpBindingNotificationCriteria_ContactAddressSet; i_TpBindingNotificationCriteria_ContactAddressSet++) {
+ for (i_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet=0; i_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet < u_octet4_loop_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet; i_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
}
@@ -85053,17 +70205,9 @@ 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 */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_termcap_TpTerminalCapabilities_TerminalCapabilities");
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpTerminalCapabilities_TerminalCapabilities");
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpTerminalCapabilities_StatusCode = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_termcap_TpTerminalCapabilities_StatusCode, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
}
@@ -85072,20 +70216,15 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpTerminalCapabilityScope_ScopeType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_termcap_TpTerminalCapabilityScopeType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_termcap_TpTerminalCapabilityScope_ScopeType, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpTerminalCapabilityScope_Scope");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_termcap_TpTerminalCapabilityScope_Scope");
}
@@ -85094,23 +70233,11 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargePerVolume_InitialCharge = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpChargePerVolume_InitialCharge, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargePerVolume_CurrentChargePerKilobyte = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpChargePerVolume_CurrentChargePerKilobyte, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargePerVolume_NextChargePerKilobyte = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpChargePerVolume_NextChargePerKilobyte, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -85119,22 +70246,14 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin union "org_csapi_dsc_TpDataSessionChargeOrder" */
-
decode_org_csapi_dsc_TpDataSessionChargeOrder_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_dsc_TpDataSessionChargeOrder" */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_dsc_TpDataSessionChargePlan_Currency");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpDataSessionChargePlan_Currency");
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpDataSessionChargePlan_AdditionalInfo");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_dsc_TpDataSessionChargePlan_AdditionalInfo");
}
@@ -85143,28 +70262,21 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpDataSessionError_ErrorTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_dsc_TpDataSessionError_ErrorTime");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionError_ErrorType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_dsc_TpDataSessionErrorType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionError_ErrorType, tvb, *offset-4, 4, u_octet4);
/* Begin union "org_csapi_dsc_TpDataSessionAdditionalErrorInfo" */
-
decode_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_dsc_TpDataSessionAdditionalErrorInfo" */
-
}
/* Struct = IDL:org/csapi/dsc/TpDataSessionEventCriteria:1.0 */
@@ -85172,38 +70284,21 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_TpAddressRange" */
-
-
-
decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddressRange" */
-
/* Begin struct "org_csapi_TpAddressRange" */
-
-
-
decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddressRange" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionEventCriteria_DataSessionEventName = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionEventCriteria_DataSessionEventName, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionEventCriteria_MonitorMode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_dsc_TpDataSessionMonitorMode,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionEventCriteria_MonitorMode, tvb, *offset-4, 4, u_octet4);
}
@@ -85212,44 +70307,25 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionEventInfo_DataSessionEventName = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionEventInfo_DataSessionEventName, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionEventInfo_MonitorMode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_dsc_TpDataSessionMonitorMode,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionEventInfo_MonitorMode, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionEventInfo_QoSClass = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_TpDataSessionQosClass,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionEventInfo_QoSClass, tvb, *offset-4, 4, u_octet4);
}
@@ -85258,19 +70334,9 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionReleaseCause_Value = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionReleaseCause_Value, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionReleaseCause_Location = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionReleaseCause_Location, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -85279,34 +70345,25 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionReport_MonitorMode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_dsc_TpDataSessionMonitorMode,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionReport_MonitorMode, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpDataSessionReport_DataSessionEventTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_dsc_TpDataSessionReport_DataSessionEventTime");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionReport_DataSessionReportType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_dsc_TpDataSessionReportType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionReport_DataSessionReportType, tvb, *offset-4, 4, u_octet4);
/* Begin union "org_csapi_dsc_TpDataSessionAdditionalReportInfo" */
-
decode_org_csapi_dsc_TpDataSessionAdditionalReportInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_dsc_TpDataSessionAdditionalReportInfo" */
-
}
/* Struct = IDL:org/csapi/dsc/TpDataSessionReportRequest:1.0 */
@@ -85314,24 +70371,17 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionReportRequest_MonitorMode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_dsc_TpDataSessionMonitorMode,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionReportRequest_MonitorMode, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionReportRequest_DataSessionReportType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_dsc_TpDataSessionReportType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionReportRequest_DataSessionReportType, tvb, *offset-4, 4, u_octet4);
}
@@ -85340,19 +70390,9 @@ 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 */
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionSuperviseVolume_VolumeQuantity, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionSuperviseVolume_VolumeQuantity = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionSuperviseVolume_VolumeUnit = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionSuperviseVolume_VolumeUnit, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -85361,23 +70401,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_dsc_TpDataSessionEventCriteria" */
-
-
-
decode_org_csapi_dsc_TpDataSessionEventCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_dsc_TpDataSessionEventCriteria" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionEventCriteriaResult_AssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionEventCriteriaResult_AssignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -85386,18 +70413,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionIdentifier_DataSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionIdentifier_DataSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -85406,27 +70425,14 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_TpGMSNewMessageArrivedInfo_FolderID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpGMSNewMessageArrivedInfo_FolderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_TpGMSNewMessageArrivedInfo_MessageID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpGMSNewMessageArrivedInfo_MessageID");
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpGMSNewMessageArrivedInfo_NumberOfProperties = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_TpGMSNewMessageArrivedInfo_NumberOfProperties, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -85435,21 +70441,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpGMSNewMessageArrivedCriteria_AuthenticationInfo");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_TpGMSNewMessageArrivedCriteria_AuthenticationInfo");
}
@@ -85458,18 +70453,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMailboxIdentifier_SessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_TpMailboxIdentifier_SessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -85478,18 +70465,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMailboxFolderIdentifier_SessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_TpMailboxFolderIdentifier_SessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -85498,15 +70477,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagTimePeriod_duration = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagTimePeriod_duration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -85515,24 +70486,19 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNameDescrpTagTimeOfDay_name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpNameDescrpTagTimeOfDay_name");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNameDescrpTagTimeOfDay_description");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpNameDescrpTagTimeOfDay_description");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagTimeOfDay_tag = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cm_TpTagValue,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_tag, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNameDescrpTagTimeOfDay_value");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpNameDescrpTagTimeOfDay_value");
}
@@ -85541,24 +70507,19 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNameDescrpTagString_name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpNameDescrpTagString_name");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNameDescrpTagString_description");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpNameDescrpTagString_description");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagString_tag = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cm_TpTagValue,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagString_tag, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNameDescrpTagString_value");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpNameDescrpTagString_value");
}
@@ -85567,26 +70528,19 @@ 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;
-
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNameDescrpTagMonth_name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpNameDescrpTagMonth_name");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNameDescrpTagMonth_description");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpNameDescrpTagMonth_description");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagMonth_tag, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagMonth_value = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagMonth_value, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -85595,26 +70549,19 @@ 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;
-
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNameDescrpTagInt_name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpNameDescrpTagInt_name");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNameDescrpTagInt_description");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpNameDescrpTagInt_description");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagInt_tag, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagInt_value = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagInt_value, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -85623,28 +70570,21 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNameDescrpTagDir_name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpNameDescrpTagDir_name");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNameDescrpTagDir_description");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpNameDescrpTagDir_description");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagDir_tag = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cm_TpTagValue,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagDir_tag, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagDir_value = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cm_TpTrafficDirection,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagDir_value, tvb, *offset-4, 4, u_octet4);
}
@@ -85653,26 +70593,19 @@ 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;
-
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNameDescrpTagDayOfWeek_name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpNameDescrpTagDayOfWeek_name");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNameDescrpTagDayOfWeek_description");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpNameDescrpTagDayOfWeek_description");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- 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"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_tag, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagDayOfWeek_value = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_value, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -85681,24 +70614,19 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNameDescrpTagDateTime_name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpNameDescrpTagDateTime_name");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNameDescrpTagDateTime_description");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpNameDescrpTagDateTime_description");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagDateTime_tag = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cm_TpTagValue,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagDateTime_tag, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNameDescrpTagDateTime_value");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpNameDescrpTagDateTime_value");
}
@@ -85707,60 +70635,24 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagString" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagString_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagString" */
-
}
/* Struct = IDL:org/csapi/cm/TpLoadDescriptor:1.0 */
@@ -85768,76 +70660,30 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagString" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagString_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagString" */
-
}
/* Struct = IDL:org/csapi/cm/TpJitterDescriptor:1.0 */
@@ -85845,60 +70691,24 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagString" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagString_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagString" */
-
}
/* Struct = IDL:org/csapi/cm/TpEndpoint:1.0 */
@@ -85906,20 +70716,15 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpEndpoint_type = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cm_TpSiteOrSap,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cm_TpEndpoint_type, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpEndpoint_id");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpEndpoint_id");
}
@@ -85928,60 +70733,24 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagInt" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagInt_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagInt" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagString" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagString_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagString" */
-
}
/* Struct = IDL:org/csapi/cm/TpNameDescrpTagExcessLoadAction:1.0 */
@@ -85989,28 +70758,21 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNameDescrpTagExcessLoadAction_name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpNameDescrpTagExcessLoadAction_name");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNameDescrpTagExcessLoadAction_description");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpNameDescrpTagExcessLoadAction_description");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagExcessLoadAction_tag = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cm_TpTagValue,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_tag, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpNameDescrpTagExcessLoadAction_value = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cm_TpAction,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_value, tvb, *offset-4, 4, u_octet4);
}
@@ -86019,68 +70781,27 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagDateTime" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagDateTime_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagDateTime" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagTimePeriod" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagTimePeriod_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagTimePeriod" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagTimeOfDay" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagTimeOfDay_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagTimeOfDay" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagTimePeriod" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagTimePeriod_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagTimePeriod" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagDayOfWeek" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagDayOfWeek_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagDayOfWeek" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagMonth" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagMonth_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagMonth" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagString" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagString_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagString" */
-
}
/* Struct = IDL:org/csapi/cm/TpProvisionedQoSInfo:1.0 */
@@ -86088,52 +70809,21 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_cm_TpDelayDescriptor" */
-
-
-
decode_org_csapi_cm_TpDelayDescriptor_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpDelayDescriptor" */
-
/* Begin struct "org_csapi_cm_TpLossDescriptor" */
-
-
-
decode_org_csapi_cm_TpLossDescriptor_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpLossDescriptor" */
-
/* Begin struct "org_csapi_cm_TpJitterDescriptor" */
-
-
-
decode_org_csapi_cm_TpJitterDescriptor_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpJitterDescriptor" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagExcessLoadAction" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagExcessLoadAction_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagExcessLoadAction" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagString" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagString_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagString" */
-
}
/* Struct = IDL:org/csapi/cm/TpPipeQoSInfo:1.0 */
@@ -86141,60 +70831,24 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagDir" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagDir_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagDir" */
-
/* Begin struct "org_csapi_cm_TpEndpoint" */
-
-
-
decode_org_csapi_cm_TpEndpoint_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpEndpoint" */
-
/* Begin struct "org_csapi_cm_TpEndpoint" */
-
-
-
decode_org_csapi_cm_TpEndpoint_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpEndpoint" */
-
/* Begin struct "org_csapi_cm_TpLoadDescriptor" */
-
-
-
decode_org_csapi_cm_TpLoadDescriptor_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpLoadDescriptor" */
-
/* Begin struct "org_csapi_cm_TpLoadDescriptor" */
-
-
-
decode_org_csapi_cm_TpLoadDescriptor_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpLoadDescriptor" */
-
/* Begin struct "org_csapi_cm_TpNameDescrpTagString" */
-
-
-
decode_org_csapi_cm_TpNameDescrpTagString_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cm_TpNameDescrpTagString" */
-
}
/* Struct = IDL:org/csapi/cm/TpDsCodepoint:1.0 */
@@ -86202,15 +70856,9 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpDsCodepoint_match");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpDsCodepoint_match");
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpDsCodepoint_mask");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpDsCodepoint_mask");
}
@@ -86219,28 +70867,21 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpIPSubnet_subnetNumber");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpIPSubnet_subnetNumber");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpIPSubnet_subnetMask");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cm_TpIPSubnet_subnetMask");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpIPSubnet_addressType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cm_TpIPv4AddType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cm_TpIPSubnet_addressType, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpIPSubnet_IPVersionSupport = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cm_TpIPVersion,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cm_TpIPSubnet_IPVersionSupport, tvb, *offset-4, 4, u_octet4);
}
@@ -86249,27 +70890,15 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_am_TpBalanceInfo_Currency");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpBalanceInfo_Currency");
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpBalanceInfo_ValuePartA = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_TpBalanceInfo_ValuePartA, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpBalanceInfo_ValuePartB = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_TpBalanceInfo_ValuePartB, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpBalanceInfo_Exponent = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_TpBalanceInfo_Exponent, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpBalanceInfo_AdditionalInfo");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_am_TpBalanceInfo_AdditionalInfo");
}
@@ -86278,28 +70907,18 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargingEventInfo_ChargingEventName = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_am_TpChargingEventName,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_TpChargingEventInfo_ChargingEventName, tvb, *offset-4, 4, u_octet4);
/* Begin struct "org_csapi_am_TpBalanceInfo" */
-
-
-
decode_org_csapi_am_TpBalanceInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_am_TpBalanceInfo" */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpChargingEventInfo_ChargingEventTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_am_TpChargingEventInfo_ChargingEventTime");
}
@@ -86308,35 +70927,20 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpBalance_StatusCode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_am_TpBalanceQueryError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_TpBalance_StatusCode, tvb, *offset-4, 4, u_octet4);
/* Begin struct "org_csapi_am_TpBalanceInfo" */
-
-
-
decode_org_csapi_am_TpBalanceInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_am_TpBalanceInfo" */
-
}
/* Struct = IDL:org/csapi/am/TpTransactionHistory:1.0 */
@@ -86344,19 +70948,11 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpTransactionHistory_TransactionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_TpTransactionHistory_TransactionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpTransactionHistory_TimeStamp");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_am_TpTransactionHistory_TimeStamp");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpTransactionHistory_AdditionalInfo");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_am_TpTransactionHistory_AdditionalInfo");
}
@@ -86365,47 +70961,33 @@ 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 */
-
- guint32 u_octet4_loop_TpChargingEventCriteria_ChargingEvents;
- guint32 i_TpChargingEventCriteria_ChargingEvents;
+ guint32 u_octet4_loop_org_csapi_am_TpChargingEventCriteria_ChargingEvents;
+ guint32 i_org_csapi_am_TpChargingEventCriteria_ChargingEvents;
guint32 u_octet4;
- guint32 u_octet4_loop_TpChargingEventCriteria_Users;
- guint32 i_TpChargingEventCriteria_Users;
-
+ guint32 u_octet4_loop_org_csapi_am_TpChargingEventCriteria_Users;
+ guint32 i_org_csapi_am_TpChargingEventCriteria_Users;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpChargingEventCriteria_ChargingEvents = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpChargingEventCriteria_ChargingEvents = %u",u_octet4_loop_TpChargingEventCriteria_ChargingEvents);
- }
+ u_octet4_loop_org_csapi_am_TpChargingEventCriteria_ChargingEvents = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_am_TpChargingEventCriteria_ChargingEvents, tvb,*offset-4, 4, u_octet4_loop_org_csapi_am_TpChargingEventCriteria_ChargingEvents);
- for (i_TpChargingEventCriteria_ChargingEvents=0; i_TpChargingEventCriteria_ChargingEvents < u_octet4_loop_TpChargingEventCriteria_ChargingEvents; i_TpChargingEventCriteria_ChargingEvents++) {
+ for (i_org_csapi_am_TpChargingEventCriteria_ChargingEvents=0; i_org_csapi_am_TpChargingEventCriteria_ChargingEvents < u_octet4_loop_org_csapi_am_TpChargingEventCriteria_ChargingEvents; i_org_csapi_am_TpChargingEventCriteria_ChargingEvents++) {
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargingEventCriteria_ChargingEvents = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_am_TpChargingEventName,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_TpChargingEventCriteria_ChargingEvents, tvb, *offset-4, 4, u_octet4);
}
- u_octet4_loop_TpChargingEventCriteria_Users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpChargingEventCriteria_Users = %u",u_octet4_loop_TpChargingEventCriteria_Users);
- }
+ u_octet4_loop_org_csapi_am_TpChargingEventCriteria_Users = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_am_TpChargingEventCriteria_Users, tvb,*offset-4, 4, u_octet4_loop_org_csapi_am_TpChargingEventCriteria_Users);
- for (i_TpChargingEventCriteria_Users=0; i_TpChargingEventCriteria_Users < u_octet4_loop_TpChargingEventCriteria_Users; i_TpChargingEventCriteria_Users++) {
+ for (i_org_csapi_am_TpChargingEventCriteria_Users=0; i_org_csapi_am_TpChargingEventCriteria_Users < u_octet4_loop_org_csapi_am_TpChargingEventCriteria_Users; i_org_csapi_am_TpChargingEventCriteria_Users++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
}
@@ -86415,23 +70997,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_am_TpChargingEventCriteria" */
-
-
-
decode_org_csapi_am_TpChargingEventCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_am_TpChargingEventCriteria" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargingEventCriteriaResult_AssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_TpChargingEventCriteriaResult_AssignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -86440,28 +71009,18 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpBalanceExpiryDate_StatusCode = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_am_TpBalanceQueryError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_TpBalanceExpiryDate_StatusCode, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpBalanceExpiryDate_ExpiryDate");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_am_TpBalanceExpiryDate_ExpiryDate");
}
@@ -86470,32 +71029,14 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpVoucher_VoucherID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_am_TpVoucher_VoucherID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
/* Begin struct "org_csapi_am_TpBalanceInfo" */
-
-
-
decode_org_csapi_am_TpBalanceInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_am_TpBalanceInfo" */
-
}
/* Struct = IDL:org/csapi/cs/TpMerchantAccountID:1.0 */
@@ -86503,17 +71044,9 @@ 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 */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cs_TpMerchantAccountID_MerchantID");
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpMerchantAccountID_MerchantID");
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMerchantAccountID_AccountID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_TpMerchantAccountID_AccountID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -86522,19 +71055,9 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCorrelationID_CorrelationID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_TpCorrelationID_CorrelationID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCorrelationID_CorrelationType = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_TpCorrelationID_CorrelationType, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -86543,19 +71066,9 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAmount_Number = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_TpAmount_Number, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAmount_Exponent = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_TpAmount_Exponent, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -86564,22 +71077,11 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpChargingPrice_Currency");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cs_TpChargingPrice_Currency");
/* Begin struct "org_csapi_cs_TpAmount" */
-
-
-
decode_org_csapi_cs_TpAmount_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpAmount" */
-
}
/* Struct = IDL:org/csapi/cs/TpVolume:1.0 */
@@ -86587,23 +71089,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_cs_TpAmount" */
-
-
-
decode_org_csapi_cs_TpAmount_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpAmount" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpVolume_Unit = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_TpVolume_Unit, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -86612,22 +71101,12 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargingSessionID_ChargingSessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_TpChargingSessionID_ChargingSessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargingSessionID_RequestNumberFirstRequest = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_TpChargingSessionID_RequestNumberFirstRequest, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -86636,28 +71115,12 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_cs_TpChargingPrice" */
-
-
-
decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpChargingPrice" */
-
/* Begin struct "org_csapi_cs_TpVolume" */
-
-
-
decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cs_TpVolume" */
-
}
/* Struct = IDL:org/csapi/cs/TpApplicationDescription:1.0 */
@@ -86665,30 +71128,23 @@ 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 */
-
- guint32 u_octet4_loop_TpApplicationDescription_AppInformation;
- guint32 i_TpApplicationDescription_AppInformation;
-
+ guint32 u_octet4_loop_org_csapi_cs_TpApplicationDescription_AppInformation;
+ guint32 i_org_csapi_cs_TpApplicationDescription_AppInformation;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpApplicationDescription_Text");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cs_TpApplicationDescription_Text");
- u_octet4_loop_TpApplicationDescription_AppInformation = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpApplicationDescription_AppInformation = %u",u_octet4_loop_TpApplicationDescription_AppInformation);
- }
+ u_octet4_loop_org_csapi_cs_TpApplicationDescription_AppInformation = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_TpApplicationDescription_AppInformation, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_TpApplicationDescription_AppInformation);
- for (i_TpApplicationDescription_AppInformation=0; i_TpApplicationDescription_AppInformation < u_octet4_loop_TpApplicationDescription_AppInformation; i_TpApplicationDescription_AppInformation++) {
+ for (i_org_csapi_cs_TpApplicationDescription_AppInformation=0; i_org_csapi_cs_TpApplicationDescription_AppInformation < u_octet4_loop_org_csapi_cs_TpApplicationDescription_AppInformation; i_org_csapi_cs_TpApplicationDescription_AppInformation++) {
/* Begin union "org_csapi_cs_TpAppInformation" */
-
decode_org_csapi_cs_TpAppInformation_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cs_TpAppInformation" */
-
}
}
@@ -86698,23 +71154,13 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargingParameter_ParameterID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_TpChargingParameter_ParameterID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
/* Begin union "org_csapi_cs_TpChargingParameterValue" */
-
decode_org_csapi_cs_TpChargingParameterValue_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_cs_TpChargingParameterValue" */
-
}
/* Struct = IDL:org/csapi/policy/TpPolicyEvent:1.0 */
@@ -86722,40 +71168,28 @@ 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 */
-
- guint32 u_octet4_loop_TpPolicyEvent_Attributes;
- guint32 i_TpPolicyEvent_Attributes;
-
+ guint32 u_octet4_loop_org_csapi_policy_TpPolicyEvent_Attributes;
+ guint32 i_org_csapi_policy_TpPolicyEvent_Attributes;
/* Operation specific Variable declarations End */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPolicyEvent_EventID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_TpPolicyEvent_EventID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPolicyEvent_TimeGenerated");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_TpPolicyEvent_TimeGenerated");
- u_octet4_loop_TpPolicyEvent_Attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPolicyEvent_Attributes = %u",u_octet4_loop_TpPolicyEvent_Attributes);
- }
+ u_octet4_loop_org_csapi_policy_TpPolicyEvent_Attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_TpPolicyEvent_Attributes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_TpPolicyEvent_Attributes);
- for (i_TpPolicyEvent_Attributes=0; i_TpPolicyEvent_Attributes < u_octet4_loop_TpPolicyEvent_Attributes; i_TpPolicyEvent_Attributes++) {
+ for (i_org_csapi_policy_TpPolicyEvent_Attributes=0; i_org_csapi_policy_TpPolicyEvent_Attributes < u_octet4_loop_org_csapi_policy_TpPolicyEvent_Attributes; i_org_csapi_policy_TpPolicyEvent_Attributes++) {
/* Begin struct "org_csapi_TpAttribute" */
-
-
-
decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAttribute" */
-
}
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPolicyEvent_EventDefinitionName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_TpPolicyEvent_EventDefinitionName");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPolicyEvent_EventDomainName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_TpPolicyEvent_EventDomainName");
}
@@ -86764,13 +71198,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPolicyNameValue_Name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_TpPolicyNameValue_Name");
get_CDR_any(tvb,tree,offset,stream_is_big_endian, boundary, header);
@@ -86781,41 +71209,32 @@ 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 */
-
- guint32 u_octet4_loop_TpPolicyRecordType_Names;
- guint32 i_TpPolicyRecordType_Names;
- guint32 u_octet4_loop_TpPolicyRecordType_Types;
- guint32 i_TpPolicyRecordType_Types;
-
+ guint32 u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names;
+ guint32 i_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names;
+ guint32 u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types;
+ guint32 i_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPolicyRecordType_Names = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPolicyRecordType_Names = %u",u_octet4_loop_TpPolicyRecordType_Names);
- }
+ u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names);
- for (i_TpPolicyRecordType_Names=0; i_TpPolicyRecordType_Names < u_octet4_loop_TpPolicyRecordType_Names; i_TpPolicyRecordType_Names++) {
+ for (i_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names=0; i_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names < u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names; i_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPolicyRecordType_Names");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names");
}
- u_octet4_loop_TpPolicyRecordType_Types = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPolicyRecordType_Types = %u",u_octet4_loop_TpPolicyRecordType_Types);
- }
+ u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types);
- for (i_TpPolicyRecordType_Types=0; i_TpPolicyRecordType_Types < u_octet4_loop_TpPolicyRecordType_Types; i_TpPolicyRecordType_Types++) {
+ for (i_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types=0; i_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types < u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types; i_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types++) {
/* Begin union "org_csapi_policy_TpPolicyType" */
-
decode_org_csapi_policy_TpPolicyType_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_policy_TpPolicyType" */
-
}
}
@@ -86825,28 +71244,21 @@ 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 */
-
- guint32 u_octet4_loop_TpPolicyListType_ElementType;
- guint32 i_TpPolicyListType_ElementType;
-
+ guint32 u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType;
+ guint32 i_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPolicyListType_ElementType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPolicyListType_ElementType = %u",u_octet4_loop_TpPolicyListType_ElementType);
- }
+ u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType);
- for (i_TpPolicyListType_ElementType=0; i_TpPolicyListType_ElementType < u_octet4_loop_TpPolicyListType_ElementType; i_TpPolicyListType_ElementType++) {
+ for (i_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType=0; i_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType < u_octet4_loop_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType; i_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType++) {
/* Begin union "org_csapi_policy_TpPolicyType" */
-
decode_org_csapi_policy_TpPolicyType_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_policy_TpPolicyType" */
-
}
}
@@ -86856,21 +71268,13 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPolicyVar_VarName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_TpPolicyVar_VarName");
/* Begin union "org_csapi_policy_TpPolicyType" */
-
decode_org_csapi_policy_TpPolicyType_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_policy_TpPolicyType" */
-
get_CDR_any(tvb,tree,offset,stream_is_big_endian, boundary, header);
}
@@ -86880,22 +71284,12 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPolicyConditionListElement_GroupNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_TpPolicyConditionListElement_GroupNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpPolicyConditionListElement_Negated = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_policy_TpPolicyConditionListElement_Negated, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
}
@@ -86904,18 +71298,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPolicyActionListElement_SequenceNumber = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_TpPolicyActionListElement_SequenceNumber, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -86924,23 +71310,13 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAttributeDef_Name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAttributeDef_Name");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAttributeDef_Type");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAttributeDef_Type");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpPAMAttributeDef_IsStatic = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_pam_TpPAMAttributeDef_IsStatic, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpPAMAttributeDef_IsRevertOnExpiration = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_pam_TpPAMAttributeDef_IsRevertOnExpiration, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
get_CDR_any(tvb,tree,offset,stream_is_big_endian, boundary, header);
@@ -86951,24 +71327,14 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAttribute_AttributeName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAttribute_AttributeName");
/* Begin union "org_csapi_TpAttributeValue" */
-
decode_org_csapi_TpAttributeValue_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_TpAttributeValue" */
-
- if (tree) {
- 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));
- }
+ proto_tree_add_uint64(tree, hf_org_csapi_pam_TpPAMAttribute_ExpiresIn, tvb, *offset-8, 8, get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -86977,37 +71343,24 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMPresenceData_Name");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMPresenceData_Name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMPresenceData_subscriberStatus");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMPresenceData_subscriberStatus");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMPresenceData_networkStatus");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMPresenceData_networkStatus");
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMPresenceData_communicationMeans");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMPresenceData_communicationMeans");
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMPresenceData_subscriberProvidedLocation");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMPresenceData_subscriberProvidedLocation");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMPresenceData_networkProvidedLocation");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMPresenceData_networkProvidedLocation");
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPAMPresenceData_Priority = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMPresenceData_Priority, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMPresenceData_otherInfo");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMPresenceData_otherInfo");
}
@@ -87016,22 +71369,11 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAvailabilityProfile_PrivacyCode");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAvailabilityProfile_PrivacyCode");
/* Begin struct "org_csapi_pam_TpPAMPresenceData" */
-
-
-
decode_org_csapi_pam_TpPAMPresenceData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMPresenceData" */
-
}
/* Struct = IDL:org/csapi/pam/TpPAMCommunicationContext:1.0 */
@@ -87039,13 +71381,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMCommunicationContext_CommunicationCapability");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMCommunicationContext_CommunicationCapability");
}
@@ -87054,36 +71390,24 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMContext_AskerData;
- guint32 i_TpPAMContext_AskerData;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMContext_AskerData;
+ guint32 i_org_csapi_pam_TpPAMContext_AskerData;
/* Operation specific Variable declarations End */
/* Begin union "org_csapi_pam_TpPAMContextData" */
-
decode_org_csapi_pam_TpPAMContextData_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_pam_TpPAMContextData" */
+ u_octet4_loop_org_csapi_pam_TpPAMContext_AskerData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMContext_AskerData, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMContext_AskerData);
- u_octet4_loop_TpPAMContext_AskerData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMContext_AskerData = %u",u_octet4_loop_TpPAMContext_AskerData);
- }
-
- for (i_TpPAMContext_AskerData=0; i_TpPAMContext_AskerData < u_octet4_loop_TpPAMContext_AskerData; i_TpPAMContext_AskerData++) {
+ for (i_org_csapi_pam_TpPAMContext_AskerData=0; i_org_csapi_pam_TpPAMContext_AskerData < u_octet4_loop_org_csapi_pam_TpPAMContext_AskerData; i_org_csapi_pam_TpPAMContext_AskerData++) {
/* Begin struct "org_csapi_TpAttribute" */
-
-
-
decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAttribute" */
-
}
}
@@ -87093,42 +71417,33 @@ 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 */
-
guint32 u_octet4;
- guint32 u_octet4_loop_TpPAMAccessControlData_AllowList;
- guint32 i_TpPAMAccessControlData_AllowList;
- guint32 u_octet4_loop_TpPAMAccessControlData_DenyList;
- guint32 i_TpPAMAccessControlData_DenyList;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_AllowList;
+ guint32 i_org_csapi_pam_TpPAMAccessControlData_AllowList;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_DenyList;
+ guint32 i_org_csapi_pam_TpPAMAccessControlData_DenyList;
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPAMAccessControlData_DefaultPolicy = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_pam_TpPAMACLDefault,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAccessControlData_DefaultPolicy, tvb, *offset-4, 4, u_octet4);
- u_octet4_loop_TpPAMAccessControlData_AllowList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAccessControlData_AllowList = %u",u_octet4_loop_TpPAMAccessControlData_AllowList);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_AllowList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAccessControlData_AllowList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_AllowList);
- for (i_TpPAMAccessControlData_AllowList=0; i_TpPAMAccessControlData_AllowList < u_octet4_loop_TpPAMAccessControlData_AllowList; i_TpPAMAccessControlData_AllowList++) {
+ for (i_org_csapi_pam_TpPAMAccessControlData_AllowList=0; i_org_csapi_pam_TpPAMAccessControlData_AllowList < u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_AllowList; i_org_csapi_pam_TpPAMAccessControlData_AllowList++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAccessControlData_AllowList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAccessControlData_AllowList");
}
- u_octet4_loop_TpPAMAccessControlData_DenyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAccessControlData_DenyList = %u",u_octet4_loop_TpPAMAccessControlData_DenyList);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_DenyList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAccessControlData_DenyList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_DenyList);
- for (i_TpPAMAccessControlData_DenyList=0; i_TpPAMAccessControlData_DenyList < u_octet4_loop_TpPAMAccessControlData_DenyList; i_TpPAMAccessControlData_DenyList++) {
+ for (i_org_csapi_pam_TpPAMAccessControlData_DenyList=0; i_org_csapi_pam_TpPAMAccessControlData_DenyList < u_octet4_loop_org_csapi_pam_TpPAMAccessControlData_DenyList; i_org_csapi_pam_TpPAMAccessControlData_DenyList++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAccessControlData_DenyList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAccessControlData_DenyList");
}
@@ -87139,22 +71454,17 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMICEventData_IdentityType;
- guint32 i_TpPAMICEventData_IdentityType;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMICEventData_IdentityType;
+ guint32 i_org_csapi_pam_TpPAMICEventData_IdentityType;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPAMICEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMICEventData_IdentityType = %u",u_octet4_loop_TpPAMICEventData_IdentityType);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMICEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMICEventData_IdentityType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMICEventData_IdentityType);
- for (i_TpPAMICEventData_IdentityType=0; i_TpPAMICEventData_IdentityType < u_octet4_loop_TpPAMICEventData_IdentityType; i_TpPAMICEventData_IdentityType++) {
+ for (i_org_csapi_pam_TpPAMICEventData_IdentityType=0; i_org_csapi_pam_TpPAMICEventData_IdentityType < u_octet4_loop_org_csapi_pam_TpPAMICEventData_IdentityType; i_org_csapi_pam_TpPAMICEventData_IdentityType++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMICEventData_IdentityType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMICEventData_IdentityType");
}
@@ -87165,22 +71475,17 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMICNotificationData_Identities;
- guint32 i_TpPAMICNotificationData_Identities;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMICNotificationData_Identities;
+ guint32 i_org_csapi_pam_TpPAMICNotificationData_Identities;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPAMICNotificationData_Identities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMICNotificationData_Identities = %u",u_octet4_loop_TpPAMICNotificationData_Identities);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMICNotificationData_Identities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMICNotificationData_Identities, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMICNotificationData_Identities);
- for (i_TpPAMICNotificationData_Identities=0; i_TpPAMICNotificationData_Identities < u_octet4_loop_TpPAMICNotificationData_Identities; i_TpPAMICNotificationData_Identities++) {
+ for (i_org_csapi_pam_TpPAMICNotificationData_Identities=0; i_org_csapi_pam_TpPAMICNotificationData_Identities < u_octet4_loop_org_csapi_pam_TpPAMICNotificationData_Identities; i_org_csapi_pam_TpPAMICNotificationData_Identities++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMICNotificationData_Identities");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMICNotificationData_Identities");
}
@@ -87191,35 +71496,28 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMIDEventData_IdentityName;
- guint32 i_TpPAMIDEventData_IdentityName;
- guint32 u_octet4_loop_TpPAMIDEventData_IdentityType;
- guint32 i_TpPAMIDEventData_IdentityType;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityName;
+ guint32 i_org_csapi_pam_TpPAMIDEventData_IdentityName;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityType;
+ guint32 i_org_csapi_pam_TpPAMIDEventData_IdentityType;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPAMIDEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMIDEventData_IdentityName = %u",u_octet4_loop_TpPAMIDEventData_IdentityName);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIDEventData_IdentityName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityName);
- for (i_TpPAMIDEventData_IdentityName=0; i_TpPAMIDEventData_IdentityName < u_octet4_loop_TpPAMIDEventData_IdentityName; i_TpPAMIDEventData_IdentityName++) {
+ for (i_org_csapi_pam_TpPAMIDEventData_IdentityName=0; i_org_csapi_pam_TpPAMIDEventData_IdentityName < u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityName; i_org_csapi_pam_TpPAMIDEventData_IdentityName++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMIDEventData_IdentityName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMIDEventData_IdentityName");
}
- u_octet4_loop_TpPAMIDEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMIDEventData_IdentityType = %u",u_octet4_loop_TpPAMIDEventData_IdentityType);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIDEventData_IdentityType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityType);
- for (i_TpPAMIDEventData_IdentityType=0; i_TpPAMIDEventData_IdentityType < u_octet4_loop_TpPAMIDEventData_IdentityType; i_TpPAMIDEventData_IdentityType++) {
+ for (i_org_csapi_pam_TpPAMIDEventData_IdentityType=0; i_org_csapi_pam_TpPAMIDEventData_IdentityType < u_octet4_loop_org_csapi_pam_TpPAMIDEventData_IdentityType; i_org_csapi_pam_TpPAMIDEventData_IdentityType++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMIDEventData_IdentityType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMIDEventData_IdentityType");
}
@@ -87230,22 +71528,17 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMIDNotificationData_Identities;
- guint32 i_TpPAMIDNotificationData_Identities;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMIDNotificationData_Identities;
+ guint32 i_org_csapi_pam_TpPAMIDNotificationData_Identities;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPAMIDNotificationData_Identities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMIDNotificationData_Identities = %u",u_octet4_loop_TpPAMIDNotificationData_Identities);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMIDNotificationData_Identities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIDNotificationData_Identities, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIDNotificationData_Identities);
- for (i_TpPAMIDNotificationData_Identities=0; i_TpPAMIDNotificationData_Identities < u_octet4_loop_TpPAMIDNotificationData_Identities; i_TpPAMIDNotificationData_Identities++) {
+ for (i_org_csapi_pam_TpPAMIDNotificationData_Identities=0; i_org_csapi_pam_TpPAMIDNotificationData_Identities < u_octet4_loop_org_csapi_pam_TpPAMIDNotificationData_Identities; i_org_csapi_pam_TpPAMIDNotificationData_Identities++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMIDNotificationData_Identities");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMIDNotificationData_Identities");
}
@@ -87256,35 +71549,28 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMGMCEventData_GroupName;
- guint32 i_TpPAMGMCEventData_GroupName;
- guint32 u_octet4_loop_TpPAMGMCEventData_GroupType;
- guint32 i_TpPAMGMCEventData_GroupType;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupName;
+ guint32 i_org_csapi_pam_TpPAMGMCEventData_GroupName;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupType;
+ guint32 i_org_csapi_pam_TpPAMGMCEventData_GroupType;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPAMGMCEventData_GroupName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMGMCEventData_GroupName = %u",u_octet4_loop_TpPAMGMCEventData_GroupName);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMGMCEventData_GroupName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupName);
- for (i_TpPAMGMCEventData_GroupName=0; i_TpPAMGMCEventData_GroupName < u_octet4_loop_TpPAMGMCEventData_GroupName; i_TpPAMGMCEventData_GroupName++) {
+ for (i_org_csapi_pam_TpPAMGMCEventData_GroupName=0; i_org_csapi_pam_TpPAMGMCEventData_GroupName < u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupName; i_org_csapi_pam_TpPAMGMCEventData_GroupName++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMGMCEventData_GroupName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMGMCEventData_GroupName");
}
- u_octet4_loop_TpPAMGMCEventData_GroupType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMGMCEventData_GroupType = %u",u_octet4_loop_TpPAMGMCEventData_GroupType);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMGMCEventData_GroupType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupType);
- for (i_TpPAMGMCEventData_GroupType=0; i_TpPAMGMCEventData_GroupType < u_octet4_loop_TpPAMGMCEventData_GroupType; i_TpPAMGMCEventData_GroupType++) {
+ for (i_org_csapi_pam_TpPAMGMCEventData_GroupType=0; i_org_csapi_pam_TpPAMGMCEventData_GroupType < u_octet4_loop_org_csapi_pam_TpPAMGMCEventData_GroupType; i_org_csapi_pam_TpPAMGMCEventData_GroupType++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMGMCEventData_GroupType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMGMCEventData_GroupType");
}
@@ -87295,22 +71581,17 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMGMCNotificationData_Groups;
- guint32 i_TpPAMGMCNotificationData_Groups;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMGMCNotificationData_Groups;
+ guint32 i_org_csapi_pam_TpPAMGMCNotificationData_Groups;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPAMGMCNotificationData_Groups = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMGMCNotificationData_Groups = %u",u_octet4_loop_TpPAMGMCNotificationData_Groups);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMGMCNotificationData_Groups = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMGMCNotificationData_Groups, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMGMCNotificationData_Groups);
- for (i_TpPAMGMCNotificationData_Groups=0; i_TpPAMGMCNotificationData_Groups < u_octet4_loop_TpPAMGMCNotificationData_Groups; i_TpPAMGMCNotificationData_Groups++) {
+ for (i_org_csapi_pam_TpPAMGMCNotificationData_Groups=0; i_org_csapi_pam_TpPAMGMCNotificationData_Groups < u_octet4_loop_org_csapi_pam_TpPAMGMCNotificationData_Groups; i_org_csapi_pam_TpPAMGMCNotificationData_Groups++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMGMCNotificationData_Groups");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMGMCNotificationData_Groups");
}
@@ -87321,22 +71602,17 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMACEventData_AgentType;
- guint32 i_TpPAMACEventData_AgentType;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMACEventData_AgentType;
+ guint32 i_org_csapi_pam_TpPAMACEventData_AgentType;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPAMACEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMACEventData_AgentType = %u",u_octet4_loop_TpPAMACEventData_AgentType);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMACEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACEventData_AgentType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACEventData_AgentType);
- for (i_TpPAMACEventData_AgentType=0; i_TpPAMACEventData_AgentType < u_octet4_loop_TpPAMACEventData_AgentType; i_TpPAMACEventData_AgentType++) {
+ for (i_org_csapi_pam_TpPAMACEventData_AgentType=0; i_org_csapi_pam_TpPAMACEventData_AgentType < u_octet4_loop_org_csapi_pam_TpPAMACEventData_AgentType; i_org_csapi_pam_TpPAMACEventData_AgentType++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMACEventData_AgentType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMACEventData_AgentType");
}
@@ -87347,22 +71623,17 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMACNotificationData_Agents;
- guint32 i_TpPAMACNotificationData_Agents;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMACNotificationData_Agents;
+ guint32 i_org_csapi_pam_TpPAMACNotificationData_Agents;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPAMACNotificationData_Agents = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMACNotificationData_Agents = %u",u_octet4_loop_TpPAMACNotificationData_Agents);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMACNotificationData_Agents = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACNotificationData_Agents, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACNotificationData_Agents);
- for (i_TpPAMACNotificationData_Agents=0; i_TpPAMACNotificationData_Agents < u_octet4_loop_TpPAMACNotificationData_Agents; i_TpPAMACNotificationData_Agents++) {
+ for (i_org_csapi_pam_TpPAMACNotificationData_Agents=0; i_org_csapi_pam_TpPAMACNotificationData_Agents < u_octet4_loop_org_csapi_pam_TpPAMACNotificationData_Agents; i_org_csapi_pam_TpPAMACNotificationData_Agents++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMACNotificationData_Agents");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMACNotificationData_Agents");
}
@@ -87373,35 +71644,28 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMADEventData_AgentName;
- guint32 i_TpPAMADEventData_AgentName;
- guint32 u_octet4_loop_TpPAMADEventData_AgentType;
- guint32 i_TpPAMADEventData_AgentType;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentName;
+ guint32 i_org_csapi_pam_TpPAMADEventData_AgentName;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentType;
+ guint32 i_org_csapi_pam_TpPAMADEventData_AgentType;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPAMADEventData_AgentName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMADEventData_AgentName = %u",u_octet4_loop_TpPAMADEventData_AgentName);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMADEventData_AgentName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentName);
- for (i_TpPAMADEventData_AgentName=0; i_TpPAMADEventData_AgentName < u_octet4_loop_TpPAMADEventData_AgentName; i_TpPAMADEventData_AgentName++) {
+ for (i_org_csapi_pam_TpPAMADEventData_AgentName=0; i_org_csapi_pam_TpPAMADEventData_AgentName < u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentName; i_org_csapi_pam_TpPAMADEventData_AgentName++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMADEventData_AgentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMADEventData_AgentName");
}
- u_octet4_loop_TpPAMADEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMADEventData_AgentType = %u",u_octet4_loop_TpPAMADEventData_AgentType);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMADEventData_AgentType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentType);
- for (i_TpPAMADEventData_AgentType=0; i_TpPAMADEventData_AgentType < u_octet4_loop_TpPAMADEventData_AgentType; i_TpPAMADEventData_AgentType++) {
+ for (i_org_csapi_pam_TpPAMADEventData_AgentType=0; i_org_csapi_pam_TpPAMADEventData_AgentType < u_octet4_loop_org_csapi_pam_TpPAMADEventData_AgentType; i_org_csapi_pam_TpPAMADEventData_AgentType++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMADEventData_AgentType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMADEventData_AgentType");
}
@@ -87412,22 +71676,17 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMADNotificationData_Agents;
- guint32 i_TpPAMADNotificationData_Agents;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMADNotificationData_Agents;
+ guint32 i_org_csapi_pam_TpPAMADNotificationData_Agents;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPAMADNotificationData_Agents = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMADNotificationData_Agents = %u",u_octet4_loop_TpPAMADNotificationData_Agents);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMADNotificationData_Agents = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMADNotificationData_Agents, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMADNotificationData_Agents);
- for (i_TpPAMADNotificationData_Agents=0; i_TpPAMADNotificationData_Agents < u_octet4_loop_TpPAMADNotificationData_Agents; i_TpPAMADNotificationData_Agents++) {
+ for (i_org_csapi_pam_TpPAMADNotificationData_Agents=0; i_org_csapi_pam_TpPAMADNotificationData_Agents < u_octet4_loop_org_csapi_pam_TpPAMADNotificationData_Agents; i_org_csapi_pam_TpPAMADNotificationData_Agents++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMADNotificationData_Agents");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMADNotificationData_Agents");
}
@@ -87438,61 +71697,50 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMAAEventData_IdentityName;
- guint32 i_TpPAMAAEventData_IdentityName;
- guint32 u_octet4_loop_TpPAMAAEventData_IdentityType;
- guint32 i_TpPAMAAEventData_IdentityType;
- guint32 u_octet4_loop_TpPAMAAEventData_AgentName;
- guint32 i_TpPAMAAEventData_AgentName;
- guint32 u_octet4_loop_TpPAMAAEventData_AgentType;
- guint32 i_TpPAMAAEventData_AgentType;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityName;
+ guint32 i_org_csapi_pam_TpPAMAAEventData_IdentityName;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityType;
+ guint32 i_org_csapi_pam_TpPAMAAEventData_IdentityType;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentName;
+ guint32 i_org_csapi_pam_TpPAMAAEventData_AgentName;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentType;
+ guint32 i_org_csapi_pam_TpPAMAAEventData_AgentType;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPAMAAEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAAEventData_IdentityName = %u",u_octet4_loop_TpPAMAAEventData_IdentityName);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAAEventData_IdentityName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityName);
- for (i_TpPAMAAEventData_IdentityName=0; i_TpPAMAAEventData_IdentityName < u_octet4_loop_TpPAMAAEventData_IdentityName; i_TpPAMAAEventData_IdentityName++) {
+ for (i_org_csapi_pam_TpPAMAAEventData_IdentityName=0; i_org_csapi_pam_TpPAMAAEventData_IdentityName < u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityName; i_org_csapi_pam_TpPAMAAEventData_IdentityName++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAAEventData_IdentityName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAAEventData_IdentityName");
}
- u_octet4_loop_TpPAMAAEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAAEventData_IdentityType = %u",u_octet4_loop_TpPAMAAEventData_IdentityType);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAAEventData_IdentityType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityType);
- for (i_TpPAMAAEventData_IdentityType=0; i_TpPAMAAEventData_IdentityType < u_octet4_loop_TpPAMAAEventData_IdentityType; i_TpPAMAAEventData_IdentityType++) {
+ for (i_org_csapi_pam_TpPAMAAEventData_IdentityType=0; i_org_csapi_pam_TpPAMAAEventData_IdentityType < u_octet4_loop_org_csapi_pam_TpPAMAAEventData_IdentityType; i_org_csapi_pam_TpPAMAAEventData_IdentityType++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAAEventData_IdentityType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAAEventData_IdentityType");
}
- u_octet4_loop_TpPAMAAEventData_AgentName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAAEventData_AgentName = %u",u_octet4_loop_TpPAMAAEventData_AgentName);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAAEventData_AgentName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentName);
- for (i_TpPAMAAEventData_AgentName=0; i_TpPAMAAEventData_AgentName < u_octet4_loop_TpPAMAAEventData_AgentName; i_TpPAMAAEventData_AgentName++) {
+ for (i_org_csapi_pam_TpPAMAAEventData_AgentName=0; i_org_csapi_pam_TpPAMAAEventData_AgentName < u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentName; i_org_csapi_pam_TpPAMAAEventData_AgentName++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAAEventData_AgentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAAEventData_AgentName");
}
- u_octet4_loop_TpPAMAAEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAAEventData_AgentType = %u",u_octet4_loop_TpPAMAAEventData_AgentType);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAAEventData_AgentType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentType);
- for (i_TpPAMAAEventData_AgentType=0; i_TpPAMAAEventData_AgentType < u_octet4_loop_TpPAMAAEventData_AgentType; i_TpPAMAAEventData_AgentType++) {
+ for (i_org_csapi_pam_TpPAMAAEventData_AgentType=0; i_org_csapi_pam_TpPAMAAEventData_AgentType < u_octet4_loop_org_csapi_pam_TpPAMAAEventData_AgentType; i_org_csapi_pam_TpPAMAAEventData_AgentType++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAAEventData_AgentType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAAEventData_AgentType");
}
@@ -87503,15 +71751,9 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAANotificationData_Identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAANotificationData_Identity");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAANotificationData_Agent");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAANotificationData_Agent");
}
@@ -87520,61 +71762,50 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMAUEventData_IdentityName;
- guint32 i_TpPAMAUEventData_IdentityName;
- guint32 u_octet4_loop_TpPAMAUEventData_IdentityType;
- guint32 i_TpPAMAUEventData_IdentityType;
- guint32 u_octet4_loop_TpPAMAUEventData_AgentName;
- guint32 i_TpPAMAUEventData_AgentName;
- guint32 u_octet4_loop_TpPAMAUEventData_AgentType;
- guint32 i_TpPAMAUEventData_AgentType;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityName;
+ guint32 i_org_csapi_pam_TpPAMAUEventData_IdentityName;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityType;
+ guint32 i_org_csapi_pam_TpPAMAUEventData_IdentityType;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentName;
+ guint32 i_org_csapi_pam_TpPAMAUEventData_AgentName;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentType;
+ guint32 i_org_csapi_pam_TpPAMAUEventData_AgentType;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPAMAUEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAUEventData_IdentityName = %u",u_octet4_loop_TpPAMAUEventData_IdentityName);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAUEventData_IdentityName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityName);
- for (i_TpPAMAUEventData_IdentityName=0; i_TpPAMAUEventData_IdentityName < u_octet4_loop_TpPAMAUEventData_IdentityName; i_TpPAMAUEventData_IdentityName++) {
+ for (i_org_csapi_pam_TpPAMAUEventData_IdentityName=0; i_org_csapi_pam_TpPAMAUEventData_IdentityName < u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityName; i_org_csapi_pam_TpPAMAUEventData_IdentityName++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAUEventData_IdentityName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAUEventData_IdentityName");
}
- u_octet4_loop_TpPAMAUEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAUEventData_IdentityType = %u",u_octet4_loop_TpPAMAUEventData_IdentityType);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAUEventData_IdentityType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityType);
- for (i_TpPAMAUEventData_IdentityType=0; i_TpPAMAUEventData_IdentityType < u_octet4_loop_TpPAMAUEventData_IdentityType; i_TpPAMAUEventData_IdentityType++) {
+ for (i_org_csapi_pam_TpPAMAUEventData_IdentityType=0; i_org_csapi_pam_TpPAMAUEventData_IdentityType < u_octet4_loop_org_csapi_pam_TpPAMAUEventData_IdentityType; i_org_csapi_pam_TpPAMAUEventData_IdentityType++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAUEventData_IdentityType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAUEventData_IdentityType");
}
- u_octet4_loop_TpPAMAUEventData_AgentName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAUEventData_AgentName = %u",u_octet4_loop_TpPAMAUEventData_AgentName);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAUEventData_AgentName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentName);
- for (i_TpPAMAUEventData_AgentName=0; i_TpPAMAUEventData_AgentName < u_octet4_loop_TpPAMAUEventData_AgentName; i_TpPAMAUEventData_AgentName++) {
+ for (i_org_csapi_pam_TpPAMAUEventData_AgentName=0; i_org_csapi_pam_TpPAMAUEventData_AgentName < u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentName; i_org_csapi_pam_TpPAMAUEventData_AgentName++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAUEventData_AgentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAUEventData_AgentName");
}
- u_octet4_loop_TpPAMAUEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAUEventData_AgentType = %u",u_octet4_loop_TpPAMAUEventData_AgentType);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAUEventData_AgentType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentType);
- for (i_TpPAMAUEventData_AgentType=0; i_TpPAMAUEventData_AgentType < u_octet4_loop_TpPAMAUEventData_AgentType; i_TpPAMAUEventData_AgentType++) {
+ for (i_org_csapi_pam_TpPAMAUEventData_AgentType=0; i_org_csapi_pam_TpPAMAUEventData_AgentType < u_octet4_loop_org_csapi_pam_TpPAMAUEventData_AgentType; i_org_csapi_pam_TpPAMAUEventData_AgentType++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAUEventData_AgentType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAUEventData_AgentType");
}
@@ -87585,15 +71816,9 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAUNotificationData_Identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAUNotificationData_Identity");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAUNotificationData_Agent");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAUNotificationData_Agent");
}
@@ -87602,48 +71827,39 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMCCEventData_IdentityName;
- guint32 i_TpPAMCCEventData_IdentityName;
- guint32 u_octet4_loop_TpPAMCCEventData_IdentityType;
- guint32 i_TpPAMCCEventData_IdentityType;
- guint32 u_octet4_loop_TpPAMCCEventData_Capabilities;
- guint32 i_TpPAMCCEventData_Capabilities;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityName;
+ guint32 i_org_csapi_pam_TpPAMCCEventData_IdentityName;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityType;
+ guint32 i_org_csapi_pam_TpPAMCCEventData_IdentityType;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMCCEventData_Capabilities;
+ guint32 i_org_csapi_pam_TpPAMCCEventData_Capabilities;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPAMCCEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMCCEventData_IdentityName = %u",u_octet4_loop_TpPAMCCEventData_IdentityName);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMCCEventData_IdentityName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityName);
- for (i_TpPAMCCEventData_IdentityName=0; i_TpPAMCCEventData_IdentityName < u_octet4_loop_TpPAMCCEventData_IdentityName; i_TpPAMCCEventData_IdentityName++) {
+ for (i_org_csapi_pam_TpPAMCCEventData_IdentityName=0; i_org_csapi_pam_TpPAMCCEventData_IdentityName < u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityName; i_org_csapi_pam_TpPAMCCEventData_IdentityName++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMCCEventData_IdentityName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMCCEventData_IdentityName");
}
- u_octet4_loop_TpPAMCCEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMCCEventData_IdentityType = %u",u_octet4_loop_TpPAMCCEventData_IdentityType);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMCCEventData_IdentityType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityType);
- for (i_TpPAMCCEventData_IdentityType=0; i_TpPAMCCEventData_IdentityType < u_octet4_loop_TpPAMCCEventData_IdentityType; i_TpPAMCCEventData_IdentityType++) {
+ for (i_org_csapi_pam_TpPAMCCEventData_IdentityType=0; i_org_csapi_pam_TpPAMCCEventData_IdentityType < u_octet4_loop_org_csapi_pam_TpPAMCCEventData_IdentityType; i_org_csapi_pam_TpPAMCCEventData_IdentityType++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMCCEventData_IdentityType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMCCEventData_IdentityType");
}
- u_octet4_loop_TpPAMCCEventData_Capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMCCEventData_Capabilities = %u",u_octet4_loop_TpPAMCCEventData_Capabilities);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMCCEventData_Capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMCCEventData_Capabilities, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMCCEventData_Capabilities);
- for (i_TpPAMCCEventData_Capabilities=0; i_TpPAMCCEventData_Capabilities < u_octet4_loop_TpPAMCCEventData_Capabilities; i_TpPAMCCEventData_Capabilities++) {
+ for (i_org_csapi_pam_TpPAMCCEventData_Capabilities=0; i_org_csapi_pam_TpPAMCCEventData_Capabilities < u_octet4_loop_org_csapi_pam_TpPAMCCEventData_Capabilities; i_org_csapi_pam_TpPAMCCEventData_Capabilities++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMCCEventData_Capabilities");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMCCEventData_Capabilities");
}
@@ -87654,24 +71870,19 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMCCNotificationData_Capabilities;
- guint32 i_TpPAMCCNotificationData_Capabilities;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMCCNotificationData_Capabilities;
+ guint32 i_org_csapi_pam_TpPAMCCNotificationData_Capabilities;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMCCNotificationData_Identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMCCNotificationData_Identity");
- u_octet4_loop_TpPAMCCNotificationData_Capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMCCNotificationData_Capabilities = %u",u_octet4_loop_TpPAMCCNotificationData_Capabilities);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMCCNotificationData_Capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMCCNotificationData_Capabilities, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMCCNotificationData_Capabilities);
- for (i_TpPAMCCNotificationData_Capabilities=0; i_TpPAMCCNotificationData_Capabilities < u_octet4_loop_TpPAMCCNotificationData_Capabilities; i_TpPAMCCNotificationData_Capabilities++) {
+ for (i_org_csapi_pam_TpPAMCCNotificationData_Capabilities=0; i_org_csapi_pam_TpPAMCCNotificationData_Capabilities < u_octet4_loop_org_csapi_pam_TpPAMCCNotificationData_Capabilities; i_org_csapi_pam_TpPAMCCNotificationData_Capabilities++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMCCNotificationData_Capabilities");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMCCNotificationData_Capabilities");
}
@@ -87682,67 +71893,54 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMACPSEventData_AgentName;
- guint32 i_TpPAMACPSEventData_AgentName;
- guint32 u_octet4_loop_TpPAMACPSEventData_AgentType;
- guint32 i_TpPAMACPSEventData_AgentType;
- guint32 u_octet4_loop_TpPAMACPSEventData_Capabilities;
- guint32 i_TpPAMACPSEventData_Capabilities;
- guint32 u_octet4_loop_TpPAMACPSEventData_AttributeNames;
- guint32 i_TpPAMACPSEventData_AttributeNames;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentName;
+ guint32 i_org_csapi_pam_TpPAMACPSEventData_AgentName;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentType;
+ guint32 i_org_csapi_pam_TpPAMACPSEventData_AgentType;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_Capabilities;
+ guint32 i_org_csapi_pam_TpPAMACPSEventData_Capabilities;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AttributeNames;
+ guint32 i_org_csapi_pam_TpPAMACPSEventData_AttributeNames;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPAMACPSEventData_AgentName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMACPSEventData_AgentName = %u",u_octet4_loop_TpPAMACPSEventData_AgentName);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACPSEventData_AgentName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentName);
- for (i_TpPAMACPSEventData_AgentName=0; i_TpPAMACPSEventData_AgentName < u_octet4_loop_TpPAMACPSEventData_AgentName; i_TpPAMACPSEventData_AgentName++) {
+ for (i_org_csapi_pam_TpPAMACPSEventData_AgentName=0; i_org_csapi_pam_TpPAMACPSEventData_AgentName < u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentName; i_org_csapi_pam_TpPAMACPSEventData_AgentName++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMACPSEventData_AgentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMACPSEventData_AgentName");
}
- u_octet4_loop_TpPAMACPSEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMACPSEventData_AgentType = %u",u_octet4_loop_TpPAMACPSEventData_AgentType);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACPSEventData_AgentType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentType);
- for (i_TpPAMACPSEventData_AgentType=0; i_TpPAMACPSEventData_AgentType < u_octet4_loop_TpPAMACPSEventData_AgentType; i_TpPAMACPSEventData_AgentType++) {
+ for (i_org_csapi_pam_TpPAMACPSEventData_AgentType=0; i_org_csapi_pam_TpPAMACPSEventData_AgentType < u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AgentType; i_org_csapi_pam_TpPAMACPSEventData_AgentType++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMACPSEventData_AgentType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMACPSEventData_AgentType");
}
- u_octet4_loop_TpPAMACPSEventData_Capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMACPSEventData_Capabilities = %u",u_octet4_loop_TpPAMACPSEventData_Capabilities);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_Capabilities = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACPSEventData_Capabilities, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_Capabilities);
- for (i_TpPAMACPSEventData_Capabilities=0; i_TpPAMACPSEventData_Capabilities < u_octet4_loop_TpPAMACPSEventData_Capabilities; i_TpPAMACPSEventData_Capabilities++) {
+ for (i_org_csapi_pam_TpPAMACPSEventData_Capabilities=0; i_org_csapi_pam_TpPAMACPSEventData_Capabilities < u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_Capabilities; i_org_csapi_pam_TpPAMACPSEventData_Capabilities++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMACPSEventData_Capabilities");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMACPSEventData_Capabilities");
}
- u_octet4_loop_TpPAMACPSEventData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMACPSEventData_AttributeNames = %u",u_octet4_loop_TpPAMACPSEventData_AttributeNames);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACPSEventData_AttributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AttributeNames);
- for (i_TpPAMACPSEventData_AttributeNames=0; i_TpPAMACPSEventData_AttributeNames < u_octet4_loop_TpPAMACPSEventData_AttributeNames; i_TpPAMACPSEventData_AttributeNames++) {
+ for (i_org_csapi_pam_TpPAMACPSEventData_AttributeNames=0; i_org_csapi_pam_TpPAMACPSEventData_AttributeNames < u_octet4_loop_org_csapi_pam_TpPAMACPSEventData_AttributeNames; i_org_csapi_pam_TpPAMACPSEventData_AttributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMACPSEventData_AttributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMACPSEventData_AttributeNames");
}
- if (tree) {
- 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));
- }
+ proto_tree_add_uint64(tree, hf_org_csapi_pam_TpPAMACPSEventData_ReportingPeriod, tvb, *offset-8, 8, get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -87751,26 +71949,21 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMACPSNotificationData_AttributeNames;
- guint32 i_TpPAMACPSNotificationData_AttributeNames;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames;
+ guint32 i_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMACPSNotificationData_Agent");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMACPSNotificationData_Agent");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMACPSNotificationData_Capability");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMACPSNotificationData_Capability");
- u_octet4_loop_TpPAMACPSNotificationData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMACPSNotificationData_AttributeNames = %u",u_octet4_loop_TpPAMACPSNotificationData_AttributeNames);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames);
- for (i_TpPAMACPSNotificationData_AttributeNames=0; i_TpPAMACPSNotificationData_AttributeNames < u_octet4_loop_TpPAMACPSNotificationData_AttributeNames; i_TpPAMACPSNotificationData_AttributeNames++) {
+ for (i_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames=0; i_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames < u_octet4_loop_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames; i_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMACPSNotificationData_AttributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMACPSNotificationData_AttributeNames");
}
@@ -87781,54 +71974,43 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMAPSEventData_AgentName;
- guint32 i_TpPAMAPSEventData_AgentName;
- guint32 u_octet4_loop_TpPAMAPSEventData_AgentType;
- guint32 i_TpPAMAPSEventData_AgentType;
- guint32 u_octet4_loop_TpPAMAPSEventData_AttributeNames;
- guint32 i_TpPAMAPSEventData_AttributeNames;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentName;
+ guint32 i_org_csapi_pam_TpPAMAPSEventData_AgentName;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentType;
+ guint32 i_org_csapi_pam_TpPAMAPSEventData_AgentType;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AttributeNames;
+ guint32 i_org_csapi_pam_TpPAMAPSEventData_AttributeNames;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPAMAPSEventData_AgentName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAPSEventData_AgentName = %u",u_octet4_loop_TpPAMAPSEventData_AgentName);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAPSEventData_AgentName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentName);
- for (i_TpPAMAPSEventData_AgentName=0; i_TpPAMAPSEventData_AgentName < u_octet4_loop_TpPAMAPSEventData_AgentName; i_TpPAMAPSEventData_AgentName++) {
+ for (i_org_csapi_pam_TpPAMAPSEventData_AgentName=0; i_org_csapi_pam_TpPAMAPSEventData_AgentName < u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentName; i_org_csapi_pam_TpPAMAPSEventData_AgentName++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAPSEventData_AgentName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAPSEventData_AgentName");
}
- u_octet4_loop_TpPAMAPSEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAPSEventData_AgentType = %u",u_octet4_loop_TpPAMAPSEventData_AgentType);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAPSEventData_AgentType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentType);
- for (i_TpPAMAPSEventData_AgentType=0; i_TpPAMAPSEventData_AgentType < u_octet4_loop_TpPAMAPSEventData_AgentType; i_TpPAMAPSEventData_AgentType++) {
+ for (i_org_csapi_pam_TpPAMAPSEventData_AgentType=0; i_org_csapi_pam_TpPAMAPSEventData_AgentType < u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AgentType; i_org_csapi_pam_TpPAMAPSEventData_AgentType++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAPSEventData_AgentType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAPSEventData_AgentType");
}
- u_octet4_loop_TpPAMAPSEventData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAPSEventData_AttributeNames = %u",u_octet4_loop_TpPAMAPSEventData_AttributeNames);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAPSEventData_AttributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AttributeNames);
- for (i_TpPAMAPSEventData_AttributeNames=0; i_TpPAMAPSEventData_AttributeNames < u_octet4_loop_TpPAMAPSEventData_AttributeNames; i_TpPAMAPSEventData_AttributeNames++) {
+ for (i_org_csapi_pam_TpPAMAPSEventData_AttributeNames=0; i_org_csapi_pam_TpPAMAPSEventData_AttributeNames < u_octet4_loop_org_csapi_pam_TpPAMAPSEventData_AttributeNames; i_org_csapi_pam_TpPAMAPSEventData_AttributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAPSEventData_AttributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAPSEventData_AttributeNames");
}
- if (tree) {
- 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));
- }
+ proto_tree_add_uint64(tree, hf_org_csapi_pam_TpPAMAPSEventData_ReportingPeriod, tvb, *offset-8, 8, get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -87837,24 +72019,19 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMAPSNotificationData_AttributeNames;
- guint32 i_TpPAMAPSNotificationData_AttributeNames;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames;
+ guint32 i_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAPSNotificationData_Agent");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAPSNotificationData_Agent");
- u_octet4_loop_TpPAMAPSNotificationData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAPSNotificationData_AttributeNames = %u",u_octet4_loop_TpPAMAPSNotificationData_AttributeNames);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames);
- for (i_TpPAMAPSNotificationData_AttributeNames=0; i_TpPAMAPSNotificationData_AttributeNames < u_octet4_loop_TpPAMAPSNotificationData_AttributeNames; i_TpPAMAPSNotificationData_AttributeNames++) {
+ for (i_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames=0; i_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames < u_octet4_loop_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames; i_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAPSNotificationData_AttributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAPSNotificationData_AttributeNames");
}
@@ -87865,54 +72042,43 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMIPSEventData_IdentityName;
- guint32 i_TpPAMIPSEventData_IdentityName;
- guint32 u_octet4_loop_TpPAMIPSEventData_IdentityType;
- guint32 i_TpPAMIPSEventData_IdentityType;
- guint32 u_octet4_loop_TpPAMIPSEventData_AttributeNames;
- guint32 i_TpPAMIPSEventData_AttributeNames;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityName;
+ guint32 i_org_csapi_pam_TpPAMIPSEventData_IdentityName;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityType;
+ guint32 i_org_csapi_pam_TpPAMIPSEventData_IdentityType;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_AttributeNames;
+ guint32 i_org_csapi_pam_TpPAMIPSEventData_AttributeNames;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPAMIPSEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMIPSEventData_IdentityName = %u",u_octet4_loop_TpPAMIPSEventData_IdentityName);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIPSEventData_IdentityName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityName);
- for (i_TpPAMIPSEventData_IdentityName=0; i_TpPAMIPSEventData_IdentityName < u_octet4_loop_TpPAMIPSEventData_IdentityName; i_TpPAMIPSEventData_IdentityName++) {
+ for (i_org_csapi_pam_TpPAMIPSEventData_IdentityName=0; i_org_csapi_pam_TpPAMIPSEventData_IdentityName < u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityName; i_org_csapi_pam_TpPAMIPSEventData_IdentityName++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMIPSEventData_IdentityName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMIPSEventData_IdentityName");
}
- u_octet4_loop_TpPAMIPSEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMIPSEventData_IdentityType = %u",u_octet4_loop_TpPAMIPSEventData_IdentityType);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIPSEventData_IdentityType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityType);
- for (i_TpPAMIPSEventData_IdentityType=0; i_TpPAMIPSEventData_IdentityType < u_octet4_loop_TpPAMIPSEventData_IdentityType; i_TpPAMIPSEventData_IdentityType++) {
+ for (i_org_csapi_pam_TpPAMIPSEventData_IdentityType=0; i_org_csapi_pam_TpPAMIPSEventData_IdentityType < u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_IdentityType; i_org_csapi_pam_TpPAMIPSEventData_IdentityType++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMIPSEventData_IdentityType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMIPSEventData_IdentityType");
}
- u_octet4_loop_TpPAMIPSEventData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMIPSEventData_AttributeNames = %u",u_octet4_loop_TpPAMIPSEventData_AttributeNames);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIPSEventData_AttributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_AttributeNames);
- for (i_TpPAMIPSEventData_AttributeNames=0; i_TpPAMIPSEventData_AttributeNames < u_octet4_loop_TpPAMIPSEventData_AttributeNames; i_TpPAMIPSEventData_AttributeNames++) {
+ for (i_org_csapi_pam_TpPAMIPSEventData_AttributeNames=0; i_org_csapi_pam_TpPAMIPSEventData_AttributeNames < u_octet4_loop_org_csapi_pam_TpPAMIPSEventData_AttributeNames; i_org_csapi_pam_TpPAMIPSEventData_AttributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMIPSEventData_AttributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMIPSEventData_AttributeNames");
}
- if (tree) {
- 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));
- }
+ proto_tree_add_uint64(tree, hf_org_csapi_pam_TpPAMIPSEventData_ReportingPeriod, tvb, *offset-8, 8, get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -87921,31 +72087,21 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMIPSNotificationData_Attributes;
- guint32 i_TpPAMIPSNotificationData_Attributes;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMIPSNotificationData_Attributes;
+ guint32 i_org_csapi_pam_TpPAMIPSNotificationData_Attributes;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMIPSNotificationData_Identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMIPSNotificationData_Identity");
- u_octet4_loop_TpPAMIPSNotificationData_Attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMIPSNotificationData_Attributes = %u",u_octet4_loop_TpPAMIPSNotificationData_Attributes);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMIPSNotificationData_Attributes = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMIPSNotificationData_Attributes, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMIPSNotificationData_Attributes);
- for (i_TpPAMIPSNotificationData_Attributes=0; i_TpPAMIPSNotificationData_Attributes < u_octet4_loop_TpPAMIPSNotificationData_Attributes; i_TpPAMIPSNotificationData_Attributes++) {
+ for (i_org_csapi_pam_TpPAMIPSNotificationData_Attributes=0; i_org_csapi_pam_TpPAMIPSNotificationData_Attributes < u_octet4_loop_org_csapi_pam_TpPAMIPSNotificationData_Attributes; i_org_csapi_pam_TpPAMIPSNotificationData_Attributes++) {
/* Begin struct "org_csapi_pam_TpPAMPresenceData" */
-
-
-
decode_org_csapi_pam_TpPAMPresenceData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMPresenceData" */
-
}
}
@@ -87955,73 +72111,55 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMAVCEventData_IdentityName;
- guint32 i_TpPAMAVCEventData_IdentityName;
- guint32 u_octet4_loop_TpPAMAVCEventData_IdentityType;
- guint32 i_TpPAMAVCEventData_IdentityType;
- guint32 u_octet4_loop_TpPAMAVCEventData_PAMContext;
- guint32 i_TpPAMAVCEventData_PAMContext;
- guint32 u_octet4_loop_TpPAMAVCEventData_AttributeNames;
- guint32 i_TpPAMAVCEventData_AttributeNames;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityName;
+ guint32 i_org_csapi_pam_TpPAMAVCEventData_IdentityName;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityType;
+ guint32 i_org_csapi_pam_TpPAMAVCEventData_IdentityType;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_PAMContext;
+ guint32 i_org_csapi_pam_TpPAMAVCEventData_PAMContext;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_AttributeNames;
+ guint32 i_org_csapi_pam_TpPAMAVCEventData_AttributeNames;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPAMAVCEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAVCEventData_IdentityName = %u",u_octet4_loop_TpPAMAVCEventData_IdentityName);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAVCEventData_IdentityName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityName);
- for (i_TpPAMAVCEventData_IdentityName=0; i_TpPAMAVCEventData_IdentityName < u_octet4_loop_TpPAMAVCEventData_IdentityName; i_TpPAMAVCEventData_IdentityName++) {
+ for (i_org_csapi_pam_TpPAMAVCEventData_IdentityName=0; i_org_csapi_pam_TpPAMAVCEventData_IdentityName < u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityName; i_org_csapi_pam_TpPAMAVCEventData_IdentityName++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAVCEventData_IdentityName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAVCEventData_IdentityName");
}
- u_octet4_loop_TpPAMAVCEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAVCEventData_IdentityType = %u",u_octet4_loop_TpPAMAVCEventData_IdentityType);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAVCEventData_IdentityType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityType);
- for (i_TpPAMAVCEventData_IdentityType=0; i_TpPAMAVCEventData_IdentityType < u_octet4_loop_TpPAMAVCEventData_IdentityType; i_TpPAMAVCEventData_IdentityType++) {
+ for (i_org_csapi_pam_TpPAMAVCEventData_IdentityType=0; i_org_csapi_pam_TpPAMAVCEventData_IdentityType < u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_IdentityType; i_org_csapi_pam_TpPAMAVCEventData_IdentityType++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAVCEventData_IdentityType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAVCEventData_IdentityType");
}
- u_octet4_loop_TpPAMAVCEventData_PAMContext = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAVCEventData_PAMContext = %u",u_octet4_loop_TpPAMAVCEventData_PAMContext);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_PAMContext = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAVCEventData_PAMContext, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_PAMContext);
- for (i_TpPAMAVCEventData_PAMContext=0; i_TpPAMAVCEventData_PAMContext < u_octet4_loop_TpPAMAVCEventData_PAMContext; i_TpPAMAVCEventData_PAMContext++) {
+ for (i_org_csapi_pam_TpPAMAVCEventData_PAMContext=0; i_org_csapi_pam_TpPAMAVCEventData_PAMContext < u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_PAMContext; i_org_csapi_pam_TpPAMAVCEventData_PAMContext++) {
/* Begin struct "org_csapi_pam_TpPAMContext" */
-
-
-
decode_org_csapi_pam_TpPAMContext_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMContext" */
-
}
- u_octet4_loop_TpPAMAVCEventData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAVCEventData_AttributeNames = %u",u_octet4_loop_TpPAMAVCEventData_AttributeNames);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_AttributeNames = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAVCEventData_AttributeNames, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_AttributeNames);
- for (i_TpPAMAVCEventData_AttributeNames=0; i_TpPAMAVCEventData_AttributeNames < u_octet4_loop_TpPAMAVCEventData_AttributeNames; i_TpPAMAVCEventData_AttributeNames++) {
+ for (i_org_csapi_pam_TpPAMAVCEventData_AttributeNames=0; i_org_csapi_pam_TpPAMAVCEventData_AttributeNames < u_octet4_loop_org_csapi_pam_TpPAMAVCEventData_AttributeNames; i_org_csapi_pam_TpPAMAVCEventData_AttributeNames++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAVCEventData_AttributeNames");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAVCEventData_AttributeNames");
}
- if (tree) {
- 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));
- }
+ proto_tree_add_uint64(tree, hf_org_csapi_pam_TpPAMAVCEventData_ReportingPeriod, tvb, *offset-8, 8, get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -88030,31 +72168,21 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMAVCNotificationData_Availability;
- guint32 i_TpPAMAVCNotificationData_Availability;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMAVCNotificationData_Availability;
+ guint32 i_org_csapi_pam_TpPAMAVCNotificationData_Availability;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMAVCNotificationData_Identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMAVCNotificationData_Identity");
- u_octet4_loop_TpPAMAVCNotificationData_Availability = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMAVCNotificationData_Availability = %u",u_octet4_loop_TpPAMAVCNotificationData_Availability);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMAVCNotificationData_Availability = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMAVCNotificationData_Availability, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMAVCNotificationData_Availability);
- for (i_TpPAMAVCNotificationData_Availability=0; i_TpPAMAVCNotificationData_Availability < u_octet4_loop_TpPAMAVCNotificationData_Availability; i_TpPAMAVCNotificationData_Availability++) {
+ for (i_org_csapi_pam_TpPAMAVCNotificationData_Availability=0; i_org_csapi_pam_TpPAMAVCNotificationData_Availability < u_octet4_loop_org_csapi_pam_TpPAMAVCNotificationData_Availability; i_org_csapi_pam_TpPAMAVCNotificationData_Availability++) {
/* Begin struct "org_csapi_pam_TpPAMAvailabilityProfile" */
-
-
-
decode_org_csapi_pam_TpPAMAvailabilityProfile_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAvailabilityProfile" */
-
}
}
@@ -88064,59 +72192,46 @@ 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 */
-
- guint32 u_octet4_loop_TpPAMWCEventData_Events;
- guint32 i_TpPAMWCEventData_Events;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMWCEventData_Events;
+ guint32 i_org_csapi_pam_TpPAMWCEventData_Events;
guint32 u_octet4;
- guint32 u_octet4_loop_TpPAMWCEventData_IdentityName;
- guint32 i_TpPAMWCEventData_IdentityName;
- guint32 u_octet4_loop_TpPAMWCEventData_IdentityType;
- guint32 i_TpPAMWCEventData_IdentityType;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityName;
+ guint32 i_org_csapi_pam_TpPAMWCEventData_IdentityName;
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityType;
+ guint32 i_org_csapi_pam_TpPAMWCEventData_IdentityType;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpPAMWCEventData_Events = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMWCEventData_Events = %u",u_octet4_loop_TpPAMWCEventData_Events);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMWCEventData_Events = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCEventData_Events, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMWCEventData_Events);
- for (i_TpPAMWCEventData_Events=0; i_TpPAMWCEventData_Events < u_octet4_loop_TpPAMWCEventData_Events; i_TpPAMWCEventData_Events++) {
+ for (i_org_csapi_pam_TpPAMWCEventData_Events=0; i_org_csapi_pam_TpPAMWCEventData_Events < u_octet4_loop_org_csapi_pam_TpPAMWCEventData_Events; i_org_csapi_pam_TpPAMWCEventData_Events++) {
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPAMWCEventData_Events = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_pam_TpPAMEventName,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCEventData_Events, tvb, *offset-4, 4, u_octet4);
}
- u_octet4_loop_TpPAMWCEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMWCEventData_IdentityName = %u",u_octet4_loop_TpPAMWCEventData_IdentityName);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityName = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCEventData_IdentityName, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityName);
- for (i_TpPAMWCEventData_IdentityName=0; i_TpPAMWCEventData_IdentityName < u_octet4_loop_TpPAMWCEventData_IdentityName; i_TpPAMWCEventData_IdentityName++) {
+ for (i_org_csapi_pam_TpPAMWCEventData_IdentityName=0; i_org_csapi_pam_TpPAMWCEventData_IdentityName < u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityName; i_org_csapi_pam_TpPAMWCEventData_IdentityName++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMWCEventData_IdentityName");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMWCEventData_IdentityName");
}
- u_octet4_loop_TpPAMWCEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMWCEventData_IdentityType = %u",u_octet4_loop_TpPAMWCEventData_IdentityType);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityType = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCEventData_IdentityType, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityType);
- for (i_TpPAMWCEventData_IdentityType=0; i_TpPAMWCEventData_IdentityType < u_octet4_loop_TpPAMWCEventData_IdentityType; i_TpPAMWCEventData_IdentityType++) {
+ for (i_org_csapi_pam_TpPAMWCEventData_IdentityType=0; i_org_csapi_pam_TpPAMWCEventData_IdentityType < u_octet4_loop_org_csapi_pam_TpPAMWCEventData_IdentityType; i_org_csapi_pam_TpPAMWCEventData_IdentityType++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMWCEventData_IdentityType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMWCEventData_IdentityType");
}
- if (tree) {
- 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));
- }
+ proto_tree_add_uint64(tree, hf_org_csapi_pam_TpPAMWCEventData_ReportingPeriod, tvb, *offset-8, 8, get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -88125,37 +72240,28 @@ 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 */
-
guint32 u_octet4;
- guint32 u_octet4_loop_TpPAMWCNotificationData_Watchers;
- guint32 i_TpPAMWCNotificationData_Watchers;
-
+ guint32 u_octet4_loop_org_csapi_pam_TpPAMWCNotificationData_Watchers;
+ guint32 i_org_csapi_pam_TpPAMWCNotificationData_Watchers;
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPAMWCNotificationData_Event = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_pam_TpPAMEventName,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCNotificationData_Event, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPAMWCNotificationData_ChangeType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_pam_TpPAMwatcherChangeType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCNotificationData_ChangeType, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMWCNotificationData_Identity");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMWCNotificationData_Identity");
- u_octet4_loop_TpPAMWCNotificationData_Watchers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpPAMWCNotificationData_Watchers = %u",u_octet4_loop_TpPAMWCNotificationData_Watchers);
- }
+ u_octet4_loop_org_csapi_pam_TpPAMWCNotificationData_Watchers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMWCNotificationData_Watchers, tvb,*offset-4, 4, u_octet4_loop_org_csapi_pam_TpPAMWCNotificationData_Watchers);
- for (i_TpPAMWCNotificationData_Watchers=0; i_TpPAMWCNotificationData_Watchers < u_octet4_loop_TpPAMWCNotificationData_Watchers; i_TpPAMWCNotificationData_Watchers++) {
+ for (i_org_csapi_pam_TpPAMWCNotificationData_Watchers=0; i_org_csapi_pam_TpPAMWCNotificationData_Watchers < u_octet4_loop_org_csapi_pam_TpPAMWCNotificationData_Watchers; i_org_csapi_pam_TpPAMWCNotificationData_Watchers++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpPAMWCNotificationData_Watchers");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_pam_TpPAMWCNotificationData_Watchers");
}
@@ -88166,26 +72272,19 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPAMErrorInfo_Cause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_pam_TpPAMErrorCause,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMErrorInfo_Cause, tvb, *offset-4, 4, u_octet4);
/* Begin union "org_csapi_pam_TpPAMNotificationInfo" */
-
decode_org_csapi_pam_TpPAMNotificationInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_pam_TpPAMNotificationInfo" */
-
}
/* Struct = IDL:org/csapi/mmm/TpMailboxIdentifier:1.0 */
@@ -88193,18 +72292,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMailboxIdentifier_SessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMailboxIdentifier_SessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -88213,18 +72304,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMultiMediaMessagingIdentifier_SessionID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMultiMediaMessagingIdentifier_SessionID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -88233,15 +72316,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpListMessagesCriteria_OnlyUnreadMessages = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mmm_TpListMessagesCriteria_OnlyUnreadMessages, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
}
@@ -88250,15 +72325,7 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMailboxFolderStatusInformation_TotalMessageCount = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMailboxFolderStatusInformation_TotalMessageCount, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -88267,48 +72334,31 @@ 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 */
-
- guint32 u_octet4_loop_TpMessageDescription_To;
- guint32 i_TpMessageDescription_To;
-
+ guint32 u_octet4_loop_org_csapi_mmm_TpMessageDescription_To;
+ guint32 i_org_csapi_mmm_TpMessageDescription_To;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpMessageDescription_MessageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageDescription_MessageID");
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
+ u_octet4_loop_org_csapi_mmm_TpMessageDescription_To = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageDescription_To, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageDescription_To);
- u_octet4_loop_TpMessageDescription_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 TpMessageDescription_To = %u",u_octet4_loop_TpMessageDescription_To);
- }
-
- for (i_TpMessageDescription_To=0; i_TpMessageDescription_To < u_octet4_loop_TpMessageDescription_To; i_TpMessageDescription_To++) {
+ for (i_org_csapi_mmm_TpMessageDescription_To=0; i_org_csapi_mmm_TpMessageDescription_To < u_octet4_loop_org_csapi_mmm_TpMessageDescription_To; i_org_csapi_mmm_TpMessageDescription_To++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpMessageDescription_Subject");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageDescription_Subject");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpMessageDescription_ReceivedDate");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageDescription_ReceivedDate");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMessageDescription_Size = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageDescription_Size, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -88317,31 +72367,21 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpBodyPartDescription_ContentDescription");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpBodyPartDescription_ContentDescription");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpBodyPartDescription_ContentSize = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpBodyPartDescription_ContentSize, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpBodyPartDescription_ContentType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpBodyPartDescription_ContentType");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpBodyPartDescription_ContentTransferEncoding");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpBodyPartDescription_ContentTransferEncoding");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpBodyPartDescription_ContentID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpBodyPartDescription_ContentID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpBodyPartDescription_ContentDisposition");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpBodyPartDescription_ContentDisposition");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpBodyPartDescription_PartID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpBodyPartDescription_PartID");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpBodyPartDescription_NestingLevel = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpBodyPartDescription_NestingLevel, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -88350,32 +72390,20 @@ 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;
-
+ guint32 u_octet4_loop_org_csapi_mmm_TpBodyPart_BodyPartContent;
+ guint32 i_org_csapi_mmm_TpBodyPart_BodyPartContent;
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_mmm_TpBodyPartDescription" */
-
-
-
decode_org_csapi_mmm_TpBodyPartDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpBodyPartDescription" */
+ u_octet4_loop_org_csapi_mmm_TpBodyPart_BodyPartContent = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpBodyPart_BodyPartContent, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpBodyPart_BodyPartContent);
- u_octet4_loop_TpBodyPart_BodyPartContent = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpBodyPart_BodyPartContent = %u",u_octet4_loop_TpBodyPart_BodyPartContent);
- }
-
- for (i_TpBodyPart_BodyPartContent=0; i_TpBodyPart_BodyPartContent < u_octet4_loop_TpBodyPart_BodyPartContent; i_TpBodyPart_BodyPartContent++) {
+ for (i_org_csapi_mmm_TpBodyPart_BodyPartContent=0; i_org_csapi_mmm_TpBodyPart_BodyPartContent < u_octet4_loop_org_csapi_mmm_TpBodyPart_BodyPartContent; i_org_csapi_mmm_TpBodyPart_BodyPartContent++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpBodyPart_BodyPartContent = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpBodyPart_BodyPartContent, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -88386,15 +72414,9 @@ 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 */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpGenericHeaderField_FieldName");
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpGenericHeaderField_FieldName");
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpGenericHeaderField_FieldValue");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpGenericHeaderField_FieldValue");
}
@@ -88403,24 +72425,17 @@ 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 */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMessageInfoPropertyError_MessagePropertyName = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessageInfoPropertyName,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageInfoPropertyError_MessagePropertyName, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMessageInfoPropertyError_Error = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpSetPropertyError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageInfoPropertyError_Error, tvb, *offset-4, 4, u_octet4);
}
@@ -88429,15 +72444,9 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNewMailboxMessageArrivedCriteria_MailboxID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_MailboxID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNewMailboxMessageArrivedCriteria_AuthenticationInfo");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_AuthenticationInfo");
}
@@ -88446,51 +72455,37 @@ 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 */
-
- guint32 u_octet4_loop_TpNewMailboxMessageArrivedInfo_MessageDescription;
- guint32 i_TpNewMailboxMessageArrivedInfo_MessageDescription;
- guint32 u_octet4_loop_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation;
- guint32 i_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation;
-
+ guint32 u_octet4_loop_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription;
+ guint32 i_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription;
+ guint32 u_octet4_loop_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation;
+ guint32 i_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNewMailboxMessageArrivedInfo_MailboxID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MailboxID");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "TpNewMailboxMessageArrivedInfo_FolderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpNewMailboxMessageArrivedInfo_FolderID");
- u_octet4_loop_TpNewMailboxMessageArrivedInfo_MessageDescription = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpNewMailboxMessageArrivedInfo_MessageDescription = %u",u_octet4_loop_TpNewMailboxMessageArrivedInfo_MessageDescription);
- }
+ u_octet4_loop_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription);
- for (i_TpNewMailboxMessageArrivedInfo_MessageDescription=0; i_TpNewMailboxMessageArrivedInfo_MessageDescription < u_octet4_loop_TpNewMailboxMessageArrivedInfo_MessageDescription; i_TpNewMailboxMessageArrivedInfo_MessageDescription++) {
+ for (i_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription=0; i_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription < u_octet4_loop_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription; i_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription++) {
/* Begin struct "org_csapi_mmm_TpMessageDescription" */
-
-
-
decode_org_csapi_mmm_TpMessageDescription_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpMessageDescription" */
-
}
- u_octet4_loop_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation = %u",u_octet4_loop_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation);
- }
+ u_octet4_loop_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation);
- for (i_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation=0; i_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation < u_octet4_loop_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation; i_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation++) {
+ for (i_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation=0; i_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation < u_octet4_loop_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation; i_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation++) {
/* Begin union "org_csapi_mmm_TpMessageHeaderField" */
-
decode_org_csapi_mmm_TpMessageHeaderField_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_mmm_TpMessageHeaderField" */
-
}
}
@@ -88500,23 +72495,10 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpQueryStatusReport_ReportedStatus = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpQueryStatusReport_ReportedStatus, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -88525,67 +72507,43 @@ 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 */
-
- guint32 u_octet4_loop_TpTerminatingAddressList_ToAddressList;
- guint32 i_TpTerminatingAddressList_ToAddressList;
- guint32 u_octet4_loop_TpTerminatingAddressList_CcAddressList;
- guint32 i_TpTerminatingAddressList_CcAddressList;
- guint32 u_octet4_loop_TpTerminatingAddressList_BccAddressList;
- guint32 i_TpTerminatingAddressList_BccAddressList;
-
+ guint32 u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_ToAddressList;
+ guint32 i_org_csapi_mmm_TpTerminatingAddressList_ToAddressList;
+ guint32 u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_CcAddressList;
+ guint32 i_org_csapi_mmm_TpTerminatingAddressList_CcAddressList;
+ guint32 u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_BccAddressList;
+ guint32 i_org_csapi_mmm_TpTerminatingAddressList_BccAddressList;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpTerminatingAddressList_ToAddressList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpTerminatingAddressList_ToAddressList = %u",u_octet4_loop_TpTerminatingAddressList_ToAddressList);
- }
+ u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_ToAddressList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpTerminatingAddressList_ToAddressList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_ToAddressList);
- for (i_TpTerminatingAddressList_ToAddressList=0; i_TpTerminatingAddressList_ToAddressList < u_octet4_loop_TpTerminatingAddressList_ToAddressList; i_TpTerminatingAddressList_ToAddressList++) {
+ for (i_org_csapi_mmm_TpTerminatingAddressList_ToAddressList=0; i_org_csapi_mmm_TpTerminatingAddressList_ToAddressList < u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_ToAddressList; i_org_csapi_mmm_TpTerminatingAddressList_ToAddressList++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
- u_octet4_loop_TpTerminatingAddressList_CcAddressList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpTerminatingAddressList_CcAddressList = %u",u_octet4_loop_TpTerminatingAddressList_CcAddressList);
- }
+ u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_CcAddressList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpTerminatingAddressList_CcAddressList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_CcAddressList);
- for (i_TpTerminatingAddressList_CcAddressList=0; i_TpTerminatingAddressList_CcAddressList < u_octet4_loop_TpTerminatingAddressList_CcAddressList; i_TpTerminatingAddressList_CcAddressList++) {
+ for (i_org_csapi_mmm_TpTerminatingAddressList_CcAddressList=0; i_org_csapi_mmm_TpTerminatingAddressList_CcAddressList < u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_CcAddressList; i_org_csapi_mmm_TpTerminatingAddressList_CcAddressList++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
- u_octet4_loop_TpTerminatingAddressList_BccAddressList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpTerminatingAddressList_BccAddressList = %u",u_octet4_loop_TpTerminatingAddressList_BccAddressList);
- }
+ u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_BccAddressList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpTerminatingAddressList_BccAddressList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_BccAddressList);
- for (i_TpTerminatingAddressList_BccAddressList=0; i_TpTerminatingAddressList_BccAddressList < u_octet4_loop_TpTerminatingAddressList_BccAddressList; i_TpTerminatingAddressList_BccAddressList++) {
+ for (i_org_csapi_mmm_TpTerminatingAddressList_BccAddressList=0; i_org_csapi_mmm_TpTerminatingAddressList_BccAddressList < u_octet4_loop_org_csapi_mmm_TpTerminatingAddressList_BccAddressList; i_org_csapi_mmm_TpTerminatingAddressList_BccAddressList++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
}
@@ -88595,31 +72553,13 @@ 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 */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "org_csapi_TpAddressRange" */
-
-
-
decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddressRange" */
-
/* Begin struct "org_csapi_TpAddressRange" */
-
-
-
decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddressRange" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpNewMessageArrivedCriteria_CreateMultiMediaMessagingSession = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mmm_TpNewMessageArrivedCriteria_CreateMultiMediaMessagingSession, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
}
@@ -88628,33 +72568,24 @@ 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;
-
+ guint32 u_octet4_loop_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria;
+ guint32 i_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpMessagingNotificationRequested_EventCriteria = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpMessagingNotificationRequested_EventCriteria = %u",u_octet4_loop_TpMessagingNotificationRequested_EventCriteria);
- }
+ u_octet4_loop_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria);
- for (i_TpMessagingNotificationRequested_EventCriteria=0; i_TpMessagingNotificationRequested_EventCriteria < u_octet4_loop_TpMessagingNotificationRequested_EventCriteria; i_TpMessagingNotificationRequested_EventCriteria++) {
+ for (i_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria=0; i_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria < u_octet4_loop_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria; i_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria++) {
/* Begin union "org_csapi_mmm_TpMessagingEventCriteria" */
-
decode_org_csapi_mmm_TpMessagingEventCriteria_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_mmm_TpMessagingEventCriteria" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMessagingNotificationRequested_AssignmentID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessagingNotificationRequested_AssignmentID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -88663,34 +72594,22 @@ 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;
-
+ guint32 u_octet4_loop_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet;
+ guint32 i_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet;
/* Operation specific Variable declarations End */
- u_octet4_loop_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet = %u",u_octet4_loop_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet);
- }
+ u_octet4_loop_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet);
- for (i_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet=0; i_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet < u_octet4_loop_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet; i_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet++) {
+ for (i_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet=0; i_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet < u_octet4_loop_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet; i_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet++) {
/* Begin struct "org_csapi_mmm_TpMessagingNotificationRequested" */
-
-
-
decode_org_csapi_mmm_TpMessagingNotificationRequested_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpMessagingNotificationRequested" */
-
}
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpMessagingNotificationRequestedSetEntry_Final = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_Final, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
}
@@ -88699,80 +72618,52 @@ 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 */
-
- guint32 u_octet4_loop_TpNewMessageArrivedInfo_DestinationAddressSet;
- guint32 i_TpNewMessageArrivedInfo_DestinationAddressSet;
- guint32 u_octet4_loop_TpNewMessageArrivedInfo_Message;
- guint32 i_TpNewMessageArrivedInfo_Message;
- guint32 u_octet4_loop_TpNewMessageArrivedInfo_Headers;
- guint32 i_TpNewMessageArrivedInfo_Headers;
-
+ guint32 u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet;
+ guint32 i_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet;
+ guint32 u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_Message;
+ guint32 i_org_csapi_mmm_TpNewMessageArrivedInfo_Message;
+ guint32 u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_Headers;
+ guint32 i_org_csapi_mmm_TpNewMessageArrivedInfo_Headers;
/* Operation specific Variable declarations End */
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
+ u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet);
- u_octet4_loop_TpNewMessageArrivedInfo_DestinationAddressSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpNewMessageArrivedInfo_DestinationAddressSet = %u",u_octet4_loop_TpNewMessageArrivedInfo_DestinationAddressSet);
- }
-
- for (i_TpNewMessageArrivedInfo_DestinationAddressSet=0; i_TpNewMessageArrivedInfo_DestinationAddressSet < u_octet4_loop_TpNewMessageArrivedInfo_DestinationAddressSet; i_TpNewMessageArrivedInfo_DestinationAddressSet++) {
+ for (i_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet=0; i_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet < u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet; i_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
- u_octet4_loop_TpNewMessageArrivedInfo_Message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpNewMessageArrivedInfo_Message = %u",u_octet4_loop_TpNewMessageArrivedInfo_Message);
- }
+ u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_Message = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpNewMessageArrivedInfo_Message, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_Message);
- for (i_TpNewMessageArrivedInfo_Message=0; i_TpNewMessageArrivedInfo_Message < u_octet4_loop_TpNewMessageArrivedInfo_Message; i_TpNewMessageArrivedInfo_Message++) {
+ for (i_org_csapi_mmm_TpNewMessageArrivedInfo_Message=0; i_org_csapi_mmm_TpNewMessageArrivedInfo_Message < u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_Message; i_org_csapi_mmm_TpNewMessageArrivedInfo_Message++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"TpNewMessageArrivedInfo_Message = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpNewMessageArrivedInfo_Message, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
- u_octet4_loop_TpNewMessageArrivedInfo_Headers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of TpNewMessageArrivedInfo_Headers = %u",u_octet4_loop_TpNewMessageArrivedInfo_Headers);
- }
+ u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_Headers = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpNewMessageArrivedInfo_Headers, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_Headers);
- for (i_TpNewMessageArrivedInfo_Headers=0; i_TpNewMessageArrivedInfo_Headers < u_octet4_loop_TpNewMessageArrivedInfo_Headers; i_TpNewMessageArrivedInfo_Headers++) {
+ for (i_org_csapi_mmm_TpNewMessageArrivedInfo_Headers=0; i_org_csapi_mmm_TpNewMessageArrivedInfo_Headers < u_octet4_loop_org_csapi_mmm_TpNewMessageArrivedInfo_Headers; i_org_csapi_mmm_TpNewMessageArrivedInfo_Headers++) {
/* Begin union "org_csapi_mmm_TpMessageHeaderField" */
-
decode_org_csapi_mmm_TpMessageHeaderField_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_mmm_TpMessageHeaderField" */
-
}
/* Begin struct "org_csapi_mmm_TpMultiMediaMessagingIdentifier" */
-
-
-
decode_org_csapi_mmm_TpMultiMediaMessagingIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpMultiMediaMessagingIdentifier" */
-
}
/* Union = IDL:org/csapi/TpAoCOrder:1.0 */
@@ -88780,12 +72671,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpAoCOrder;
-
/* Operation specific Variable declarations End */
/*
@@ -88794,9 +72682,7 @@ decode_org_csapi_TpAoCOrder_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAoCOrder = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_TpCallAoCOrderCategory,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpAoCOrder_TpAoCOrder, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/TpCallAoCOrderCategory:1.0
@@ -88807,32 +72693,22 @@ decode_org_csapi_TpAoCOrder_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_
if (disc_s_TpAoCOrder == 0 ) {
/* Begin struct "org_csapi_TpChargeAdviceInfo" */
-
-
-
decode_org_csapi_TpChargeAdviceInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpChargeAdviceInfo" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpAoCOrder == 1 ) {
/* Begin struct "org_csapi_TpChargePerTime" */
-
-
-
decode_org_csapi_TpChargePerTime_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpChargePerTime" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpAoCOrder == 2 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "NetworkCharge");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_TpAoCOrder_NetworkCharge");
return; /* End Compare for this discriminant type */
}
@@ -88844,14 +72720,11 @@ 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;
gint8 s_octet1;
gchar *seq = NULL;
-
/* Operation specific Variable declarations End */
/*
@@ -88860,9 +72733,7 @@ decode_org_csapi_TpSimpleAttributeValue_un(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpSimpleAttributeValue = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_TpSimpleAttributeTypeInfo,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpSimpleAttributeValue_TpSimpleAttributeValue, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/TpSimpleAttributeTypeInfo:1.0
@@ -88872,27 +72743,21 @@ decode_org_csapi_TpSimpleAttributeValue_un(tvbuff_t *tvb _U_, packet_info *pinfo
if (disc_s_TpSimpleAttributeValue == 0 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"BooleanValue = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_TpSimpleAttributeValue_BooleanValue, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
return; /* End Compare for this discriminant type */
}
if (disc_s_TpSimpleAttributeValue == 1 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"OctetValue = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpSimpleAttributeValue_OctetValue, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
return; /* End Compare for this discriminant type */
}
if (disc_s_TpSimpleAttributeValue == 2 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"CharValue = %u",get_CDR_char(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpSimpleAttributeValue_CharValue, tvb, *offset-1, 1, get_CDR_char(tvb,offset));
return; /* End Compare for this discriminant type */
}
@@ -88908,17 +72773,15 @@ decode_org_csapi_TpSimpleAttributeValue_un(tvbuff_t *tvb _U_, packet_info *pinfo
s_octet1 = -s_octet1;
if (s_octet1 > 0)
- proto_tree_add_text(tree,tvb,*offset-s_octet1,s_octet1,"WCharValue = %s",seq);
-
+ proto_tree_add_text(tree,tvb,*offset-s_octet1,s_octet1,"org_csapi_TpSimpleAttributeValue_WCharValue = %s",seq);
}
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpSimpleAttributeValue == 4 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "StringValue");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_TpSimpleAttributeValue_StringValue");
return; /* End Compare for this discriminant type */
}
@@ -88926,83 +72789,64 @@ decode_org_csapi_TpSimpleAttributeValue_un(tvbuff_t *tvb _U_, packet_info *pinfo
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",
+ proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"org_csapi_TpSimpleAttributeValue_WStringValue (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : "");
- }
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpSimpleAttributeValue == 6 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Int16Value = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpSimpleAttributeValue_Int16Value, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
if (disc_s_TpSimpleAttributeValue == 7 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"UnsignedInt16Value = %u",get_CDR_ushort(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpSimpleAttributeValue_UnsignedInt16Value, tvb, *offset-2, 2, get_CDR_ushort(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
if (disc_s_TpSimpleAttributeValue == 8 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"Int32Value = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpSimpleAttributeValue_Int32Value, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
if (disc_s_TpSimpleAttributeValue == 9 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"UnsignedInt32Value = %u",get_CDR_ulong(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpSimpleAttributeValue_UnsignedInt32Value, tvb, *offset-4, 4, get_CDR_ulong(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
if (disc_s_TpSimpleAttributeValue == 10 ) {
- if (tree) {
- 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));
- }
+ proto_tree_add_uint64(tree, hf_org_csapi_TpSimpleAttributeValue_Int64Value, tvb, *offset-8, 8, get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
if (disc_s_TpSimpleAttributeValue == 11 ) {
- if (tree) {
- 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));
- }
+ proto_tree_add_uint64(tree, hf_org_csapi_TpSimpleAttributeValue_UnsignedInt64Value, tvb, *offset-8, 8, get_CDR_ulong_long(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
if (disc_s_TpSimpleAttributeValue == 12 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"FloatValue = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_float(tree, hf_org_csapi_TpSimpleAttributeValue_FloatValue, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
if (disc_s_TpSimpleAttributeValue == 13 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-8,8,"DoubleValue = %.15e",get_CDR_double(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_double(tree, hf_org_csapi_TpSimpleAttributeValue_DoubleValue, tvb, *offset-8, 8, get_CDR_double(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
@@ -89014,12 +72858,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpAttributeValue;
-
/* Operation specific Variable declarations End */
/*
@@ -89028,9 +72869,7 @@ decode_org_csapi_TpAttributeValue_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAttributeValue = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_TpAttributeTagInfo,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_TpAttributeValue_TpAttributeValue, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/TpAttributeTagInfo:1.0
@@ -89041,31 +72880,24 @@ decode_org_csapi_TpAttributeValue_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
if (disc_s_TpAttributeValue == 0 ) {
/* Begin union "org_csapi_TpSimpleAttributeValue" */
-
decode_org_csapi_TpSimpleAttributeValue_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_TpSimpleAttributeValue" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpAttributeValue == 1 ) {
/* Begin struct "org_csapi_TpStructuredAttributeValue" */
-
-
-
decode_org_csapi_TpStructuredAttributeValue_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpStructuredAttributeValue" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpAttributeValue == 2 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "XMLValue");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_TpAttributeValue_XMLValue");
return; /* End Compare for this discriminant type */
}
@@ -89077,26 +72909,23 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpFwEventCriteria;
- guint32 u_octet4_loop_ServiceTypeNameList;
- guint32 i_ServiceTypeNameList;
- guint32 u_octet4_loop_UnavailableServiceTypeNameList;
- guint32 i_UnavailableServiceTypeNameList;
- guint32 u_octet4_loop_CompatibleServiceTypeNameList;
- guint32 i_CompatibleServiceTypeNameList;
- guint32 u_octet4_loop_SessionCreatedList;
- guint32 i_SessionCreatedList;
- guint32 u_octet4_loop_SessionTerminatedList;
- guint32 i_SessionTerminatedList;
- guint32 u_octet4_loop_AgreementSignedList;
- guint32 i_AgreementSignedList;
- guint32 u_octet4_loop_AgreementEndedList;
- guint32 i_AgreementEndedList;
-
+ guint32 u_octet4_loop_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList;
+ guint32 i_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList;
+ guint32 u_octet4_loop_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList;
+ guint32 i_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList;
+ guint32 u_octet4_loop_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList;
+ guint32 i_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList;
+ guint32 u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionCreatedList;
+ guint32 i_org_csapi_fw_TpFwEventCriteria_SessionCreatedList;
+ guint32 u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList;
+ guint32 i_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList;
+ guint32 u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementSignedList;
+ guint32 i_org_csapi_fw_TpFwEventCriteria_AgreementSignedList;
+ guint32 u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementEndedList;
+ guint32 i_org_csapi_fw_TpFwEventCriteria_AgreementEndedList;
/* Operation specific Variable declarations End */
/*
@@ -89105,9 +72934,7 @@ decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpFwEventCriteria = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpFwEventName,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_TpFwEventCriteria, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/fw/TpFwEventName:1.0
@@ -89117,21 +72944,19 @@ decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _
if (disc_s_TpFwEventCriteria == 0 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "EventNameUndefined");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwEventCriteria_EventNameUndefined");
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);
- }
+ u_octet4_loop_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList);
- for (i_ServiceTypeNameList=0; i_ServiceTypeNameList < u_octet4_loop_ServiceTypeNameList; i_ServiceTypeNameList++) {
+ for (i_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList=0; i_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList < u_octet4_loop_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList; i_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ServiceTypeNameList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList");
}
@@ -89140,14 +72965,12 @@ decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _
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);
- }
+ u_octet4_loop_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList);
- for (i_UnavailableServiceTypeNameList=0; i_UnavailableServiceTypeNameList < u_octet4_loop_UnavailableServiceTypeNameList; i_UnavailableServiceTypeNameList++) {
+ for (i_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList=0; i_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList < u_octet4_loop_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList; i_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "UnavailableServiceTypeNameList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList");
}
@@ -89156,14 +72979,12 @@ decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _
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);
- }
+ u_octet4_loop_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList);
- for (i_CompatibleServiceTypeNameList=0; i_CompatibleServiceTypeNameList < u_octet4_loop_CompatibleServiceTypeNameList; i_CompatibleServiceTypeNameList++) {
+ for (i_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList=0; i_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList < u_octet4_loop_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList; i_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "CompatibleServiceTypeNameList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList");
}
@@ -89172,14 +72993,12 @@ decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _
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);
- }
+ u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionCreatedList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_SessionCreatedList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionCreatedList);
- for (i_SessionCreatedList=0; i_SessionCreatedList < u_octet4_loop_SessionCreatedList; i_SessionCreatedList++) {
+ for (i_org_csapi_fw_TpFwEventCriteria_SessionCreatedList=0; i_org_csapi_fw_TpFwEventCriteria_SessionCreatedList < u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionCreatedList; i_org_csapi_fw_TpFwEventCriteria_SessionCreatedList++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "SessionCreatedList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwEventCriteria_SessionCreatedList");
}
@@ -89188,14 +73007,12 @@ decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _
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);
- }
+ u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList);
- for (i_SessionTerminatedList=0; i_SessionTerminatedList < u_octet4_loop_SessionTerminatedList; i_SessionTerminatedList++) {
+ for (i_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList=0; i_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList < u_octet4_loop_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList; i_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "SessionTerminatedList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwEventCriteria_SessionTerminatedList");
}
@@ -89204,14 +73021,12 @@ decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _
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);
- }
+ u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementSignedList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_AgreementSignedList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementSignedList);
- for (i_AgreementSignedList=0; i_AgreementSignedList < u_octet4_loop_AgreementSignedList; i_AgreementSignedList++) {
+ for (i_org_csapi_fw_TpFwEventCriteria_AgreementSignedList=0; i_org_csapi_fw_TpFwEventCriteria_AgreementSignedList < u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementSignedList; i_org_csapi_fw_TpFwEventCriteria_AgreementSignedList++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AgreementSignedList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwEventCriteria_AgreementSignedList");
}
@@ -89220,14 +73035,12 @@ decode_org_csapi_fw_TpFwEventCriteria_un(tvbuff_t *tvb _U_, packet_info *pinfo _
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);
- }
+ u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementEndedList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventCriteria_AgreementEndedList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementEndedList);
- for (i_AgreementEndedList=0; i_AgreementEndedList < u_octet4_loop_AgreementEndedList; i_AgreementEndedList++) {
+ for (i_org_csapi_fw_TpFwEventCriteria_AgreementEndedList=0; i_org_csapi_fw_TpFwEventCriteria_AgreementEndedList < u_octet4_loop_org_csapi_fw_TpFwEventCriteria_AgreementEndedList; i_org_csapi_fw_TpFwEventCriteria_AgreementEndedList++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AgreementEndedList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwEventCriteria_AgreementEndedList");
}
@@ -89241,12 +73054,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpLoadStatisticEntityID;
-
/* Operation specific Variable declarations End */
/*
@@ -89255,9 +73065,7 @@ decode_org_csapi_fw_TpLoadStatisticEntityID_un(tvbuff_t *tvb _U_, packet_info *p
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLoadStatisticEntityID = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpLoadStatisticEntityType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpLoadStatisticEntityID_TpLoadStatisticEntityID, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/fw/TpLoadStatisticEntityType:1.0
@@ -89267,21 +73075,21 @@ decode_org_csapi_fw_TpLoadStatisticEntityID_un(tvbuff_t *tvb _U_, packet_info *p
if (disc_s_TpLoadStatisticEntityID == 0 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "FrameworkID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpLoadStatisticEntityID_FrameworkID");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpLoadStatisticEntityID == 1 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ServiceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpLoadStatisticEntityID_ServiceID");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpLoadStatisticEntityID == 2 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ClientAppID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpLoadStatisticEntityID_ClientAppID");
return; /* End Compare for this discriminant type */
}
@@ -89293,12 +73101,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpLoadStatisticInfo;
-
/* Operation specific Variable declarations End */
/*
@@ -89307,9 +73112,7 @@ decode_org_csapi_fw_TpLoadStatisticInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpLoadStatisticInfo = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpLoadStatisticInfoType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpLoadStatisticInfo_TpLoadStatisticInfo, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/fw/TpLoadStatisticInfoType:1.0
@@ -89320,13 +73123,8 @@ decode_org_csapi_fw_TpLoadStatisticInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo
if (disc_s_TpLoadStatisticInfo == 0 ) {
/* Begin struct "org_csapi_fw_TpLoadStatisticData" */
-
-
-
decode_org_csapi_fw_TpLoadStatisticData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpLoadStatisticData" */
-
return; /* End Compare for this discriminant type */
}
@@ -89334,9 +73132,7 @@ decode_org_csapi_fw_TpLoadStatisticInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"LoadStatisticError = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpLoadStatisticError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpLoadStatisticInfo_LoadStatisticError, tvb, *offset-4, 4, u_octet4);
return; /* End Compare for this discriminant type */
}
@@ -89348,12 +73144,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpDomainID;
-
/* Operation specific Variable declarations End */
/*
@@ -89362,9 +73155,7 @@ decode_org_csapi_fw_TpDomainID_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDomainID = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpDomainIDType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpDomainID_TpDomainID, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/fw/TpDomainIDType:1.0
@@ -89374,35 +73165,35 @@ decode_org_csapi_fw_TpDomainID_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
if (disc_s_TpDomainID == 0 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "FwID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpDomainID_FwID");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpDomainID == 1 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ClientAppID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpDomainID_ClientAppID");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpDomainID == 2 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "EntOpID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpDomainID_EntOpID");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpDomainID == 3 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ServiceID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpDomainID_ServiceID");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpDomainID == 4 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ServiceSupplierID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpDomainID_ServiceSupplierID");
return; /* End Compare for this discriminant type */
}
@@ -89414,12 +73205,9 @@ 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;
gint32 disc_s_TpMigrationAdditionalInfo;
-
/* Operation specific Variable declarations End */
/*
@@ -89428,9 +73216,7 @@ decode_org_csapi_fw_TpMigrationAdditionalInfo_un(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMigrationAdditionalInfo = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpMigrationAdditionalInfoType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpMigrationAdditionalInfo_TpMigrationAdditionalInfo, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/fw/TpMigrationAdditionalInfoType:1.0
@@ -89441,9 +73227,7 @@ decode_org_csapi_fw_TpMigrationAdditionalInfo_un(tvbuff_t *tvb _U_, packet_info
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpMigrationAdditionalInfo_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -89454,16 +73238,13 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpFwEventInfo;
- guint32 u_octet4_loop_ServiceIDList;
- guint32 i_ServiceIDList;
- guint32 u_octet4_loop_UnavailableServiceIDList;
- guint32 i_UnavailableServiceIDList;
-
+ guint32 u_octet4_loop_org_csapi_fw_TpFwEventInfo_ServiceIDList;
+ guint32 i_org_csapi_fw_TpFwEventInfo_ServiceIDList;
+ guint32 u_octet4_loop_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList;
+ guint32 i_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList;
/* Operation specific Variable declarations End */
/*
@@ -89472,9 +73253,7 @@ decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpFwEventInfo = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_fw_TpFwEventName,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventInfo_TpFwEventInfo, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/fw/TpFwEventName:1.0
@@ -89484,21 +73263,19 @@ decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
if (disc_s_TpFwEventInfo == 0 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "EventNameUndefined");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwEventInfo_EventNameUndefined");
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);
- }
+ u_octet4_loop_org_csapi_fw_TpFwEventInfo_ServiceIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventInfo_ServiceIDList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventInfo_ServiceIDList);
- for (i_ServiceIDList=0; i_ServiceIDList < u_octet4_loop_ServiceIDList; i_ServiceIDList++) {
+ for (i_org_csapi_fw_TpFwEventInfo_ServiceIDList=0; i_org_csapi_fw_TpFwEventInfo_ServiceIDList < u_octet4_loop_org_csapi_fw_TpFwEventInfo_ServiceIDList; i_org_csapi_fw_TpFwEventInfo_ServiceIDList++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ServiceIDList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwEventInfo_ServiceIDList");
}
@@ -89507,14 +73284,12 @@ decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
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);
- }
+ u_octet4_loop_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList, tvb,*offset-4, 4, u_octet4_loop_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList);
- for (i_UnavailableServiceIDList=0; i_UnavailableServiceIDList < u_octet4_loop_UnavailableServiceIDList; i_UnavailableServiceIDList++) {
+ for (i_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList=0; i_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList < u_octet4_loop_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList; i_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "UnavailableServiceIDList");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList");
}
@@ -89524,26 +73299,21 @@ decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
if (disc_s_TpFwEventInfo == 3 ) {
/* Begin struct "org_csapi_fw_TpFwMigrationServiceAvailableInfo" */
-
-
-
decode_org_csapi_fw_TpFwMigrationServiceAvailableInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpFwMigrationServiceAvailableInfo" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpFwEventInfo == 4 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AppSessionCreated");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwEventInfo_AppSessionCreated");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpFwEventInfo == 5 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AppSessionTerminated");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_fw_TpFwEventInfo_AppSessionTerminated");
return; /* End Compare for this discriminant type */
}
@@ -89551,26 +73321,16 @@ decode_org_csapi_fw_TpFwEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
if (disc_s_TpFwEventInfo == 6 ) {
/* Begin struct "org_csapi_fw_TpFwAgreementInfo" */
-
-
-
decode_org_csapi_fw_TpFwAgreementInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpFwAgreementInfo" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpFwEventInfo == 7 ) {
/* Begin struct "org_csapi_fw_TpFwAgreementInfo" */
-
-
-
decode_org_csapi_fw_TpFwAgreementInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_fw_TpFwAgreementInfo" */
-
return; /* End Compare for this discriminant type */
}
@@ -89581,12 +73341,9 @@ 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;
-
/* Operation specific Variable declarations End */
/*
@@ -89595,9 +73352,7 @@ decode_org_csapi_ui_TpUIVariableInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUIVariableInfo = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_ui_TpUIVariablePartType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIVariableInfo_TpUIVariableInfo, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/ui/TpUIVariablePartType:1.0
@@ -89607,37 +73362,35 @@ decode_org_csapi_ui_TpUIVariableInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U
if (disc_s_TpUIVariableInfo == 0 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"VariablePartInteger = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIVariableInfo_VariablePartInteger, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
if (disc_s_TpUIVariableInfo == 1 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "VariablePartAddress");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUIVariableInfo_VariablePartAddress");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpUIVariableInfo == 2 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "VariablePartTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUIVariableInfo_VariablePartTime");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpUIVariableInfo == 3 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "VariablePartDate");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUIVariableInfo_VariablePartDate");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpUIVariableInfo == 4 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "VariablePartPrice");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUIVariableInfo_VariablePartPrice");
return; /* End Compare for this discriminant type */
}
@@ -89649,20 +73402,17 @@ 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;
- guint32 u_octet4_loop_InfoBinData;
- guint32 i_InfoBinData;
- guint32 u_octet4_loop_InfoMimeData;
- guint32 i_InfoMimeData;
- guint32 u_octet4_loop_InfoWaveData;
- guint32 i_InfoWaveData;
- guint32 u_octet4_loop_InfoAuData;
- guint32 i_InfoAuData;
-
+ guint32 u_octet4_loop_org_csapi_ui_TpUIInfo_InfoBinData;
+ guint32 i_org_csapi_ui_TpUIInfo_InfoBinData;
+ guint32 u_octet4_loop_org_csapi_ui_TpUIInfo_InfoMimeData;
+ guint32 i_org_csapi_ui_TpUIInfo_InfoMimeData;
+ guint32 u_octet4_loop_org_csapi_ui_TpUIInfo_InfoWaveData;
+ guint32 i_org_csapi_ui_TpUIInfo_InfoWaveData;
+ guint32 u_octet4_loop_org_csapi_ui_TpUIInfo_InfoAuData;
+ guint32 i_org_csapi_ui_TpUIInfo_InfoAuData;
/* Operation specific Variable declarations End */
/*
@@ -89671,9 +73421,7 @@ decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUIInfo = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_ui_TpUIInfoType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_TpUIInfo, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/ui/TpUIInfoType:1.0
@@ -89683,39 +73431,33 @@ decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
if (disc_s_TpUIInfo == 0 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"InfoID = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoID, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
if (disc_s_TpUIInfo == 1 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "InfoData");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUIInfo_InfoData");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpUIInfo == 2 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "InfoAddress");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUIInfo_InfoAddress");
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);
- }
+ u_octet4_loop_org_csapi_ui_TpUIInfo_InfoBinData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoBinData, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIInfo_InfoBinData);
- for (i_InfoBinData=0; i_InfoBinData < u_octet4_loop_InfoBinData; i_InfoBinData++) {
+ for (i_org_csapi_ui_TpUIInfo_InfoBinData=0; i_org_csapi_ui_TpUIInfo_InfoBinData < u_octet4_loop_org_csapi_ui_TpUIInfo_InfoBinData; i_org_csapi_ui_TpUIInfo_InfoBinData++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"InfoBinData = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoBinData, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -89724,23 +73466,19 @@ decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
if (disc_s_TpUIInfo == 4 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "InfoUUEncData");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUIInfo_InfoUUEncData");
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);
- }
+ u_octet4_loop_org_csapi_ui_TpUIInfo_InfoMimeData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoMimeData, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIInfo_InfoMimeData);
- for (i_InfoMimeData=0; i_InfoMimeData < u_octet4_loop_InfoMimeData; i_InfoMimeData++) {
+ for (i_org_csapi_ui_TpUIInfo_InfoMimeData=0; i_org_csapi_ui_TpUIInfo_InfoMimeData < u_octet4_loop_org_csapi_ui_TpUIInfo_InfoMimeData; i_org_csapi_ui_TpUIInfo_InfoMimeData++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"InfoMimeData = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoMimeData, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -89749,16 +73487,12 @@ decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
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);
- }
+ u_octet4_loop_org_csapi_ui_TpUIInfo_InfoWaveData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoWaveData, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIInfo_InfoWaveData);
- for (i_InfoWaveData=0; i_InfoWaveData < u_octet4_loop_InfoWaveData; i_InfoWaveData++) {
+ for (i_org_csapi_ui_TpUIInfo_InfoWaveData=0; i_org_csapi_ui_TpUIInfo_InfoWaveData < u_octet4_loop_org_csapi_ui_TpUIInfo_InfoWaveData; i_org_csapi_ui_TpUIInfo_InfoWaveData++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"InfoWaveData = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoWaveData, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -89767,16 +73501,12 @@ decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
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);
- }
+ u_octet4_loop_org_csapi_ui_TpUIInfo_InfoAuData = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoAuData, tvb,*offset-4, 4, u_octet4_loop_org_csapi_ui_TpUIInfo_InfoAuData);
- for (i_InfoAuData=0; i_InfoAuData < u_octet4_loop_InfoAuData; i_InfoAuData++) {
+ for (i_org_csapi_ui_TpUIInfo_InfoAuData=0; i_org_csapi_ui_TpUIInfo_InfoAuData < u_octet4_loop_org_csapi_ui_TpUIInfo_InfoAuData; i_org_csapi_ui_TpUIInfo_InfoAuData++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"InfoAuData = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUIInfo_InfoAuData, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -89785,7 +73515,7 @@ decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
if (disc_s_TpUIInfo == 8 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "InfoVXMLData");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_ui_TpUIInfo_InfoVXMLData");
return; /* End Compare for this discriminant type */
}
@@ -89793,13 +73523,8 @@ decode_org_csapi_ui_TpUIInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
if (disc_s_TpUIInfo == 9 ) {
/* Begin struct "org_csapi_ui_TpUISynthesisInfoData" */
-
-
-
decode_org_csapi_ui_TpUISynthesisInfoData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_ui_TpUISynthesisInfoData" */
-
return; /* End Compare for this discriminant type */
}
@@ -89810,12 +73535,9 @@ 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;
-
/* Operation specific Variable declarations End */
/*
@@ -89824,9 +73546,7 @@ decode_org_csapi_cc_TpCallAdditionalErrorInfo_un(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallAdditionalErrorInfo = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallErrorType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAdditionalErrorInfo_TpCallAdditionalErrorInfo, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/TpCallErrorType:1.0
@@ -89838,9 +73558,7 @@ decode_org_csapi_cc_TpCallAdditionalErrorInfo_un(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"CallErrorInvalidAddress = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_TpAddressError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAdditionalErrorInfo_CallErrorInvalidAddress, tvb, *offset-4, 4, u_octet4);
return; /* End Compare for this discriminant type */
}
@@ -89848,9 +73566,7 @@ decode_org_csapi_cc_TpCallAdditionalErrorInfo_un(tvbuff_t *tvb _U_, packet_info
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAdditionalErrorInfo_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -89861,12 +73577,9 @@ 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;
-
/* Operation specific Variable declarations End */
/*
@@ -89875,9 +73588,7 @@ decode_org_csapi_cc_TpCallLoadControlMechanism_un(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallLoadControlMechanism = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallLoadControlMechanismType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallLoadControlMechanism_TpCallLoadControlMechanism, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/TpCallLoadControlMechanismType:1.0
@@ -89887,9 +73598,7 @@ decode_org_csapi_cc_TpCallLoadControlMechanism_un(tvbuff_t *tvb _U_, packet_info
if (disc_s_TpCallLoadControlMechanism == 0 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"CallLoadControlPerInterval = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallLoadControlMechanism_CallLoadControlPerInterval, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
@@ -89901,12 +73610,9 @@ 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;
-
/* Operation specific Variable declarations End */
/*
@@ -89915,9 +73621,7 @@ decode_org_csapi_cc_TpCallAdditionalTreatmentInfo_un(tvbuff_t *tvb _U_, packet_i
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallAdditionalTreatmentInfo = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallTreatmentType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAdditionalTreatmentInfo_TpCallAdditionalTreatmentInfo, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/TpCallTreatmentType:1.0
@@ -89928,21 +73632,17 @@ decode_org_csapi_cc_TpCallAdditionalTreatmentInfo_un(tvbuff_t *tvb _U_, packet_i
if (disc_s_TpCallAdditionalTreatmentInfo == 2 ) {
/* Begin union "org_csapi_ui_TpUIInfo" */
-
decode_org_csapi_ui_TpUIInfo_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_ui_TpUIInfo" */
-
return; /* End Compare for this discriminant type */
}
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAdditionalTreatmentInfo_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -89953,12 +73653,9 @@ 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;
-
/* Operation specific Variable declarations End */
/*
@@ -89967,9 +73664,7 @@ decode_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_un(tvbuff_t *tvb _U_, pack
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallPartyToChargeAdditionalInfo = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallPartyToChargeType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_TpCallPartyToChargeAdditionalInfo, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/TpCallPartyToChargeType:1.0
@@ -89980,22 +73675,15 @@ decode_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_un(tvbuff_t *tvb _U_, pack
if (disc_s_TpCallPartyToChargeAdditionalInfo == 2 ) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
return; /* End Compare for this discriminant type */
}
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -90006,12 +73694,9 @@ 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;
-
/* Operation specific Variable declarations End */
/*
@@ -90020,9 +73705,7 @@ decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallAppInfo = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_gccs_TpCallAppInfoType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallAppInfo_TpCallAppInfo, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/gccs/TpCallAppInfoType:1.0
@@ -90032,9 +73715,7 @@ decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo
if (disc_s_TpCallAppInfo == 1 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"CallAppAlertingMechanism = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppAlertingMechanism, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
@@ -90043,9 +73724,7 @@ decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"CallAppNetworkAccessType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallNetworkAccessType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppNetworkAccessType, tvb, *offset-4, 4, u_octet4);
return; /* End Compare for this discriminant type */
}
@@ -90054,9 +73733,7 @@ decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"CallAppTeleService = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallTeleService,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppTeleService, tvb, *offset-4, 4, u_octet4);
return; /* End Compare for this discriminant type */
}
@@ -90065,9 +73742,7 @@ decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"CallAppBearerService = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallBearerService,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppBearerService, tvb, *offset-4, 4, u_octet4);
return; /* End Compare for this discriminant type */
}
@@ -90076,9 +73751,7 @@ decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"CallAppPartyCategory = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallPartyCategory,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppPartyCategory, tvb, *offset-4, 4, u_octet4);
return; /* End Compare for this discriminant type */
}
@@ -90086,19 +73759,14 @@ decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo
if (disc_s_TpCallAppInfo == 6 ) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpCallAppInfo == 7 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "CallAppGenericInfo");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_gccs_TpCallAppInfo_CallAppGenericInfo");
return; /* End Compare for this discriminant type */
}
@@ -90106,22 +73774,15 @@ decode_org_csapi_cc_gccs_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo
if (disc_s_TpCallAppInfo == 8 ) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
return; /* End Compare for this discriminant type */
}
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallAppInfo_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -90132,12 +73793,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpCallAdditionalReportInfo;
-
/* Operation specific Variable declarations End */
/*
@@ -90146,9 +73804,7 @@ decode_org_csapi_cc_gccs_TpCallAdditionalReportInfo_un(tvbuff_t *tvb _U_, packet
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallAdditionalReportInfo = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_gccs_TpCallReportType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_TpCallAdditionalReportInfo, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/gccs/TpCallReportType:1.0
@@ -90159,71 +73815,46 @@ decode_org_csapi_cc_gccs_TpCallAdditionalReportInfo_un(tvbuff_t *tvb _U_, packet
if (disc_s_TpCallAdditionalReportInfo == 4 ) {
/* Begin struct "org_csapi_cc_gccs_TpCallReleaseCause" */
-
-
-
decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallReleaseCause" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpCallAdditionalReportInfo == 6 ) {
/* Begin struct "org_csapi_cc_gccs_TpCallReleaseCause" */
-
-
-
decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallReleaseCause" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpCallAdditionalReportInfo == 7 ) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpCallAdditionalReportInfo == 8 ) {
/* Begin struct "org_csapi_cc_TpCallServiceCode" */
-
-
-
decode_org_csapi_cc_TpCallServiceCode_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallServiceCode" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpCallAdditionalReportInfo == 9 ) {
/* Begin struct "org_csapi_cc_gccs_TpCallReleaseCause" */
-
-
-
decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallReleaseCause" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpCallAdditionalReportInfo == 10 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "QueueStatus");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_gccs_TpCallAdditionalReportInfo_QueueStatus");
return; /* End Compare for this discriminant type */
}
@@ -90231,22 +73862,15 @@ decode_org_csapi_cc_gccs_TpCallAdditionalReportInfo_un(tvbuff_t *tvb _U_, packet
if (disc_s_TpCallAdditionalReportInfo == 11 ) {
/* Begin struct "org_csapi_cc_gccs_TpCallReleaseCause" */
-
-
-
decode_org_csapi_cc_gccs_TpCallReleaseCause_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallReleaseCause" */
-
return; /* End Compare for this discriminant type */
}
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -90257,12 +73881,9 @@ 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;
-
/* Operation specific Variable declarations End */
/*
@@ -90271,9 +73892,7 @@ decode_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_un(tvbuff_t *tvb _U_, pa
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallAdditionalReportCriteria = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_gccs_TpCallReportType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_TpCallAdditionalReportCriteria, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/gccs/TpCallReportType:1.0
@@ -90283,9 +73902,7 @@ decode_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_un(tvbuff_t *tvb _U_, pa
if (disc_s_TpCallAdditionalReportCriteria == 5 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"NoAnswerDuration = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_NoAnswerDuration, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
@@ -90293,22 +73910,15 @@ decode_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_un(tvbuff_t *tvb _U_, pa
if (disc_s_TpCallAdditionalReportCriteria == 8 ) {
/* Begin struct "org_csapi_cc_TpCallServiceCode" */
-
-
-
decode_org_csapi_cc_TpCallServiceCode_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallServiceCode" */
-
return; /* End Compare for this discriminant type */
}
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -90319,12 +73929,9 @@ 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;
-
/* Operation specific Variable declarations End */
/*
@@ -90333,9 +73940,7 @@ decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallAdditionalEventInfo = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallEventType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAdditionalEventInfo_TpCallAdditionalEventInfo, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/TpCallEventType:1.0
@@ -90346,39 +73951,24 @@ decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvbuff_t *tvb _U_, packet_info
if (disc_s_TpCallAdditionalEventInfo == 3 ) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpCallAdditionalEventInfo == 4 ) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpCallAdditionalEventInfo == 5 ) {
/* Begin struct "org_csapi_cc_TpCallServiceCode" */
-
-
-
decode_org_csapi_cc_TpCallServiceCode_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallServiceCode" */
-
return; /* End Compare for this discriminant type */
}
@@ -90386,9 +73976,7 @@ decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"OriginatingReleaseCause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpReleaseCause,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAdditionalEventInfo_OriginatingReleaseCause, tvb, *offset-4, 4, u_octet4);
return; /* End Compare for this discriminant type */
}
@@ -90397,9 +73985,7 @@ decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TerminatingReleaseCause = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpReleaseCause,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAdditionalEventInfo_TerminatingReleaseCause, tvb, *offset-4, 4, u_octet4);
return; /* End Compare for this discriminant type */
}
@@ -90407,35 +73993,23 @@ decode_org_csapi_cc_TpCallAdditionalEventInfo_un(tvbuff_t *tvb _U_, packet_info
if (disc_s_TpCallAdditionalEventInfo == 12 ) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpCallAdditionalEventInfo == 13 ) {
/* Begin struct "org_csapi_cc_TpCallServiceCode" */
-
-
-
decode_org_csapi_cc_TpCallServiceCode_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallServiceCode" */
-
return; /* End Compare for this discriminant type */
}
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAdditionalEventInfo_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -90446,20 +74020,17 @@ 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;
- guint32 u_octet4_loop_OriginatingServiceCode;
- guint32 i_OriginatingServiceCode;
- guint32 u_octet4_loop_OriginatingReleaseCauseSet;
- guint32 i_OriginatingReleaseCauseSet;
- guint32 u_octet4_loop_TerminatingReleaseCauseSet;
- guint32 i_TerminatingReleaseCauseSet;
- guint32 u_octet4_loop_TerminatingServiceCode;
- guint32 i_TerminatingServiceCode;
-
+ guint32 u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode;
+ guint32 i_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode;
+ guint32 u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet;
+ guint32 i_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet;
+ guint32 u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet;
+ guint32 i_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet;
+ guint32 u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode;
+ guint32 i_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode;
/* Operation specific Variable declarations End */
/*
@@ -90468,9 +74039,7 @@ decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvbuff_t *tvb _U_, packet_i
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAdditionalCallEventCriteria = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallEventType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_TpAdditionalCallEventCriteria, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/TpCallEventType:1.0
@@ -90480,30 +74049,21 @@ decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvbuff_t *tvb _U_, packet_i
if (disc_s_TpAdditionalCallEventCriteria == 3 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"MinAddressLength = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_MinAddressLength, tvb, *offset-4, 4, 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);
- }
+ u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode);
- for (i_OriginatingServiceCode=0; i_OriginatingServiceCode < u_octet4_loop_OriginatingServiceCode; i_OriginatingServiceCode++) {
+ for (i_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode=0; i_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode < u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode; i_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode++) {
/* Begin struct "org_csapi_cc_TpCallServiceCode" */
-
-
-
decode_org_csapi_cc_TpCallServiceCode_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallServiceCode" */
-
}
return; /* End Compare for this discriminant type */
@@ -90511,18 +74071,14 @@ decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvbuff_t *tvb _U_, packet_i
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);
- }
+ u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet);
- for (i_OriginatingReleaseCauseSet=0; i_OriginatingReleaseCauseSet < u_octet4_loop_OriginatingReleaseCauseSet; i_OriginatingReleaseCauseSet++) {
+ for (i_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet=0; i_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet < u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet; i_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet++) {
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"OriginatingReleaseCauseSet = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpReleaseCause,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet, tvb, *offset-4, 4, u_octet4);
}
@@ -90531,18 +74087,14 @@ decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvbuff_t *tvb _U_, packet_i
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);
- }
+ u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet);
- for (i_TerminatingReleaseCauseSet=0; i_TerminatingReleaseCauseSet < u_octet4_loop_TerminatingReleaseCauseSet; i_TerminatingReleaseCauseSet++) {
+ for (i_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet=0; i_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet < u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet; i_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet++) {
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TerminatingReleaseCauseSet = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpReleaseCause,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet, tvb, *offset-4, 4, u_octet4);
}
@@ -90551,21 +74103,14 @@ decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvbuff_t *tvb _U_, packet_i
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);
- }
+ u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode);
- for (i_TerminatingServiceCode=0; i_TerminatingServiceCode < u_octet4_loop_TerminatingServiceCode; i_TerminatingServiceCode++) {
+ for (i_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode=0; i_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode < u_octet4_loop_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode; i_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode++) {
/* Begin struct "org_csapi_cc_TpCallServiceCode" */
-
-
-
decode_org_csapi_cc_TpCallServiceCode_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCallServiceCode" */
-
}
return; /* End Compare for this discriminant type */
@@ -90574,9 +74119,7 @@ decode_org_csapi_cc_TpAdditionalCallEventCriteria_un(tvbuff_t *tvb _U_, packet_i
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpAdditionalCallEventCriteria_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -90587,14 +74130,11 @@ 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;
- guint32 u_octet4_loop_CallAppCarrier;
- guint32 i_CallAppCarrier;
-
+ guint32 u_octet4_loop_org_csapi_cc_TpCallAppInfo_CallAppCarrier;
+ guint32 i_org_csapi_cc_TpCallAppInfo_CallAppCarrier;
/* Operation specific Variable declarations End */
/*
@@ -90603,9 +74143,7 @@ decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpCallAppInfo = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallAppInfoType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAppInfo_TpCallAppInfo, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/TpCallAppInfoType:1.0
@@ -90615,9 +74153,7 @@ decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
if (disc_s_TpCallAppInfo == 1 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"CallAppAlertingMechanism = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAppInfo_CallAppAlertingMechanism, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
@@ -90626,9 +74162,7 @@ decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"CallAppNetworkAccessType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallNetworkAccessType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAppInfo_CallAppNetworkAccessType, tvb, *offset-4, 4, u_octet4);
return; /* End Compare for this discriminant type */
}
@@ -90637,9 +74171,7 @@ decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"CallAppTeleService = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallTeleService,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAppInfo_CallAppTeleService, tvb, *offset-4, 4, u_octet4);
return; /* End Compare for this discriminant type */
}
@@ -90648,9 +74180,7 @@ decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"CallAppBearerService = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallBearerService,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAppInfo_CallAppBearerService, tvb, *offset-4, 4, u_octet4);
return; /* End Compare for this discriminant type */
}
@@ -90659,9 +74189,7 @@ decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"CallAppPartyCategory = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_TpCallPartyCategory,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAppInfo_CallAppPartyCategory, tvb, *offset-4, 4, u_octet4);
return; /* End Compare for this discriminant type */
}
@@ -90669,19 +74197,14 @@ decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
if (disc_s_TpCallAppInfo == 6 ) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpCallAppInfo == 7 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "CallAppGenericInfo");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cc_TpCallAppInfo_CallAppGenericInfo");
return; /* End Compare for this discriminant type */
}
@@ -90689,68 +74212,44 @@ decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
if (disc_s_TpCallAppInfo == 8 ) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpCallAppInfo == 9 ) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpCallAppInfo == 10 ) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpCallAppInfo == 11 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"CallHighProbabilityCompletion = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAppInfo_CallHighProbabilityCompletion, tvb, *offset-4, 4, 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);
- }
+ u_octet4_loop_org_csapi_cc_TpCallAppInfo_CallAppCarrier = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAppInfo_CallAppCarrier, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cc_TpCallAppInfo_CallAppCarrier);
- for (i_CallAppCarrier=0; i_CallAppCarrier < u_octet4_loop_CallAppCarrier; i_CallAppCarrier++) {
+ for (i_org_csapi_cc_TpCallAppInfo_CallAppCarrier=0; i_org_csapi_cc_TpCallAppInfo_CallAppCarrier < u_octet4_loop_org_csapi_cc_TpCallAppInfo_CallAppCarrier; i_org_csapi_cc_TpCallAppInfo_CallAppCarrier++) {
/* Begin struct "org_csapi_cc_TpCarrier" */
-
-
-
decode_org_csapi_cc_TpCarrier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_TpCarrier" */
-
}
return; /* End Compare for this discriminant type */
@@ -90759,9 +74258,7 @@ decode_org_csapi_cc_TpCallAppInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_TpCallAppInfo_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -90772,12 +74269,9 @@ 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;
-
/* Operation specific Variable declarations End */
/*
@@ -90786,9 +74280,7 @@ decode_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_un(tvbuff_t *tvb _U_, packet_i
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAppMultiPartyCallBack = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_mpccs_TpAppMultiPartyCallBackRefType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_TpAppMultiPartyCallBack, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/mpccs/TpAppMultiPartyCallBackRefType:1.0
@@ -90815,22 +74307,15 @@ decode_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_un(tvbuff_t *tvb _U_, packet_i
if (disc_s_TpAppMultiPartyCallBack == 3 ) {
/* Begin struct "org_csapi_cc_mpccs_TpAppCallLegCallBack" */
-
-
-
decode_org_csapi_cc_mpccs_TpAppCallLegCallBack_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mpccs_TpAppCallLegCallBack" */
-
return; /* End Compare for this discriminant type */
}
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -90841,12 +74326,9 @@ 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;
-
/* Operation specific Variable declarations End */
/*
@@ -90855,9 +74337,7 @@ decode_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_un(tvbuff_t *tvb _U_, pac
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMediaStreamDataTypeRequest = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_mmccs_TpMediaStreamDataTypeRequestType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_TpMediaStreamDataTypeRequest, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/mmccs/TpMediaStreamDataTypeRequestType:1.0
@@ -90867,27 +74347,21 @@ decode_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_un(tvbuff_t *tvb _U_, pac
if (disc_s_TpMediaStreamDataTypeRequest == 0 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"Audio = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_Audio, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMediaStreamDataTypeRequest == 1 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"Video = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_Video, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMediaStreamDataTypeRequest == 2 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"Data = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_Data, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
@@ -90899,12 +74373,9 @@ 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;
-
/* Operation specific Variable declarations End */
/*
@@ -90913,9 +74384,7 @@ decode_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_un(tvbuff_t *tvb _U_, packet_i
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAppMultiMediaCallBack = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_mmccs_TpAppMultiMediaCallBackRefType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_TpAppMultiMediaCallBack, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/mmccs/TpAppMultiMediaCallBackRefType:1.0
@@ -90942,22 +74411,15 @@ decode_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_un(tvbuff_t *tvb _U_, packet_i
if (disc_s_TpAppMultiMediaCallBack == 3 ) {
/* Begin struct "org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack" */
-
-
-
decode_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack" */
-
return; /* End Compare for this discriminant type */
}
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -90968,12 +74430,9 @@ 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;
-
/* Operation specific Variable declarations End */
/*
@@ -90982,9 +74441,7 @@ decode_org_csapi_cc_cccs_TpConfPolicy_un(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpConfPolicy = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cc_cccs_TpConfPolicyType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_TpConfPolicy_TpConfPolicy, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/cc/cccs/TpConfPolicyType:1.0
@@ -90995,35 +74452,23 @@ decode_org_csapi_cc_cccs_TpConfPolicy_un(tvbuff_t *tvb _U_, packet_info *pinfo _
if (disc_s_TpConfPolicy == 1 ) {
/* Begin struct "org_csapi_cc_cccs_TpMonoMediaConfPolicy" */
-
-
-
decode_org_csapi_cc_cccs_TpMonoMediaConfPolicy_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_cccs_TpMonoMediaConfPolicy" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpConfPolicy == 2 ) {
/* Begin struct "org_csapi_cc_cccs_TpMultiMediaConfPolicy" */
-
-
-
decode_org_csapi_cc_cccs_TpMultiMediaConfPolicy_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_cccs_TpMultiMediaConfPolicy" */
-
return; /* End Compare for this discriminant type */
}
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cc_cccs_TpConfPolicy_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -91034,12 +74479,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpUITargetObject;
-
/* Operation specific Variable declarations End */
/*
@@ -91048,9 +74490,7 @@ decode_org_csapi_ui_TpUITargetObject_un(tvbuff_t *tvb _U_, packet_info *pinfo _U
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpUITargetObject = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_ui_TpUITargetObjectType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_ui_TpUITargetObject_TpUITargetObject, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/ui/TpUITargetObjectType:1.0
@@ -91061,39 +74501,24 @@ decode_org_csapi_ui_TpUITargetObject_un(tvbuff_t *tvb _U_, packet_info *pinfo _U
if (disc_s_TpUITargetObject == 0 ) {
/* Begin struct "org_csapi_cc_gccs_TpCallIdentifier" */
-
-
-
decode_org_csapi_cc_gccs_TpCallIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_gccs_TpCallIdentifier" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpUITargetObject == 1 ) {
/* Begin struct "org_csapi_cc_mpccs_TpMultiPartyCallIdentifier" */
-
-
-
decode_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mpccs_TpMultiPartyCallIdentifier" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpUITargetObject == 2 ) {
/* Begin struct "org_csapi_cc_mpccs_TpCallLegIdentifier" */
-
-
-
decode_org_csapi_cc_mpccs_TpCallLegIdentifier_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_cc_mpccs_TpCallLegIdentifier" */
-
return; /* End Compare for this discriminant type */
}
@@ -91104,12 +74529,9 @@ 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;
-
/* Operation specific Variable declarations End */
/*
@@ -91118,9 +74540,7 @@ decode_org_csapi_mm_TpBindingEntry_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpBindingEntry = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mm_TpBindingEntryType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpBindingEntry_TpBindingEntry, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/mm/TpBindingEntryType:1.0
@@ -91130,9 +74550,7 @@ decode_org_csapi_mm_TpBindingEntry_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
if (disc_s_TpBindingEntry == 1 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"UBExpires = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpBindingEntry_UBExpires, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
@@ -91140,21 +74558,14 @@ decode_org_csapi_mm_TpBindingEntry_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
if (disc_s_TpBindingEntry == 2 ) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpBindingEntry == 3 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"UBPreference = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_float(tree, hf_org_csapi_mm_TpBindingEntry_UBPreference, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
@@ -91162,9 +74573,7 @@ decode_org_csapi_mm_TpBindingEntry_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mm_TpBindingEntry_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -91175,12 +74584,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpDataSessionChargeOrder;
-
/* Operation specific Variable declarations End */
/*
@@ -91189,9 +74595,7 @@ decode_org_csapi_dsc_TpDataSessionChargeOrder_un(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionChargeOrder = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_dsc_TpDataSessionChargeOrderCategory,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionChargeOrder_TpDataSessionChargeOrder, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/dsc/TpDataSessionChargeOrderCategory:1.0
@@ -91202,19 +74606,14 @@ decode_org_csapi_dsc_TpDataSessionChargeOrder_un(tvbuff_t *tvb _U_, packet_info
if (disc_s_TpDataSessionChargeOrder == 0 ) {
/* Begin struct "org_csapi_dsc_TpChargePerVolume" */
-
-
-
decode_org_csapi_dsc_TpChargePerVolume_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_dsc_TpChargePerVolume" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpDataSessionChargeOrder == 1 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "NetworkCharge");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_dsc_TpDataSessionChargeOrder_NetworkCharge");
return; /* End Compare for this discriminant type */
}
@@ -91226,12 +74625,9 @@ 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;
-
/* Operation specific Variable declarations End */
/*
@@ -91240,9 +74636,7 @@ decode_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_un(tvbuff_t *tvb _U_, pack
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionAdditionalErrorInfo = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_dsc_TpDataSessionErrorType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_TpDataSessionAdditionalErrorInfo, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/dsc/TpDataSessionErrorType:1.0
@@ -91254,9 +74648,7 @@ decode_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_un(tvbuff_t *tvb _U_, pack
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"DataSessionErrorInvalidAddress = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_TpAddressError,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_DataSessionErrorInvalidAddress, tvb, *offset-4, 4, u_octet4);
return; /* End Compare for this discriminant type */
}
@@ -91264,9 +74656,7 @@ decode_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_un(tvbuff_t *tvb _U_, pack
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -91277,12 +74667,9 @@ 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;
-
/* Operation specific Variable declarations End */
/*
@@ -91291,9 +74678,7 @@ decode_org_csapi_dsc_TpDataSessionAdditionalReportInfo_un(tvbuff_t *tvb _U_, pac
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDataSessionAdditionalReportInfo = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_dsc_TpDataSessionReportType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionAdditionalReportInfo_TpDataSessionAdditionalReportInfo, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/dsc/TpDataSessionReportType:1.0
@@ -91304,22 +74689,15 @@ decode_org_csapi_dsc_TpDataSessionAdditionalReportInfo_un(tvbuff_t *tvb _U_, pac
if (disc_s_TpDataSessionAdditionalReportInfo == 2 ) {
/* Begin struct "org_csapi_dsc_TpDataSessionReleaseCause" */
-
-
-
decode_org_csapi_dsc_TpDataSessionReleaseCause_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_dsc_TpDataSessionReleaseCause" */
-
return; /* End Compare for this discriminant type */
}
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_dsc_TpDataSessionAdditionalReportInfo_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -91330,12 +74708,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpMessageInfoProperty;
-
/* Operation specific Variable declarations End */
/*
@@ -91344,9 +74719,7 @@ decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pi
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMessageInfoProperty = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_gms_TpMessageInfoPropertyName,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_TpMessageInfoProperty_TpMessageInfoProperty, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/gms/TpMessageInfoPropertyName:1.0
@@ -91356,35 +74729,35 @@ decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pi
if (disc_s_TpMessageInfoProperty == 1 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MessagingMessageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_TpMessageInfoProperty_MessagingMessageID");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageInfoProperty == 2 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MessagingMessageSubject");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_TpMessageInfoProperty_MessagingMessageSubject");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageInfoProperty == 3 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MessagingMessageDateSent");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_TpMessageInfoProperty_MessagingMessageDateSent");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageInfoProperty == 4 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MessagingMessageDateReceived");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_TpMessageInfoProperty_MessagingMessageDateReceived");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageInfoProperty == 5 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MessagingMessageDateChanged");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_TpMessageInfoProperty_MessagingMessageDateChanged");
return; /* End Compare for this discriminant type */
}
@@ -91392,60 +74765,38 @@ decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pi
if (disc_s_TpMessageInfoProperty == 6 ) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageInfoProperty == 7 ) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageInfoProperty == 8 ) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageInfoProperty == 9 ) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageInfoProperty == 10 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"MessagingMessageSize = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageSize, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
@@ -91454,9 +74805,7 @@ decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pi
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"MessagingMessagePriority = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_gms_TpMessagePriority,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessagePriority, tvb, *offset-4, 4, u_octet4);
return; /* End Compare for this discriminant type */
}
@@ -91465,16 +74814,14 @@ decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pi
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"MessagingMessageFormat = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_gms_TpMessageFormat,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageFormat, tvb, *offset-4, 4, u_octet4);
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageInfoProperty == 13 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MessagingMessageFolder");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_TpMessageInfoProperty_MessagingMessageFolder");
return; /* End Compare for this discriminant type */
}
@@ -91483,9 +74830,7 @@ decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pi
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"MessagingMessageStatus = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_gms_TpMessageStatus,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageStatus, tvb, *offset-4, 4, u_octet4);
return; /* End Compare for this discriminant type */
}
@@ -91493,9 +74838,7 @@ decode_org_csapi_gms_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pi
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_TpMessageInfoProperty_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -91506,12 +74849,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpMailboxInfoProperty;
-
/* Operation specific Variable declarations End */
/*
@@ -91520,9 +74860,7 @@ decode_org_csapi_gms_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pi
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMailboxInfoProperty = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_gms_TpMailboxInfoPropertyName,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_TpMailboxInfoProperty_TpMailboxInfoProperty, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/gms/TpMailboxInfoPropertyName:1.0
@@ -91533,40 +74871,35 @@ decode_org_csapi_gms_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pi
if (disc_s_TpMailboxInfoProperty == 1 ) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMailboxInfoProperty == 2 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MessagingMailboxOwner");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxOwner");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMailboxInfoProperty == 3 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MessagingMailboxFolder");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxFolder");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMailboxInfoProperty == 4 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MessagingMailboxDateCreated");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxDateCreated");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMailboxInfoProperty == 5 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MessagingMailboxDateChanged");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxDateChanged");
return; /* End Compare for this discriminant type */
}
@@ -91574,9 +74907,7 @@ decode_org_csapi_gms_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pi
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_TpMailboxInfoProperty_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -91587,12 +74918,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpMessagingEventInfo;
-
/* Operation specific Variable declarations End */
/*
@@ -91601,9 +74929,7 @@ decode_org_csapi_gms_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, packet_info *pin
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMessagingEventInfo = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_gms_TpMessagingEventName,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_TpMessagingEventInfo_TpMessagingEventInfo, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/gms/TpMessagingEventName:1.0
@@ -91613,7 +74939,7 @@ decode_org_csapi_gms_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, packet_info *pin
if (disc_s_TpMessagingEventInfo == 0 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "EventNameUndefined");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_TpMessagingEventInfo_EventNameUndefined");
return; /* End Compare for this discriminant type */
}
@@ -91621,13 +74947,8 @@ decode_org_csapi_gms_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, packet_info *pin
if (disc_s_TpMessagingEventInfo == 1 ) {
/* Begin struct "org_csapi_gms_TpGMSNewMessageArrivedInfo" */
-
-
-
decode_org_csapi_gms_TpGMSNewMessageArrivedInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_gms_TpGMSNewMessageArrivedInfo" */
-
return; /* End Compare for this discriminant type */
}
@@ -91638,12 +74959,9 @@ 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;
-
/* Operation specific Variable declarations End */
/*
@@ -91652,9 +74970,7 @@ decode_org_csapi_gms_TpMessagingEventCriteria_un(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMessagingEventCriteria = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_gms_TpMessagingEventName,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_TpMessagingEventCriteria_TpMessagingEventCriteria, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/gms/TpMessagingEventName:1.0
@@ -91665,22 +74981,15 @@ decode_org_csapi_gms_TpMessagingEventCriteria_un(tvbuff_t *tvb _U_, packet_info
if (disc_s_TpMessagingEventCriteria == 1 ) {
/* Begin struct "org_csapi_gms_TpGMSNewMessageArrivedCriteria" */
-
-
-
decode_org_csapi_gms_TpGMSNewMessageArrivedCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_gms_TpGMSNewMessageArrivedCriteria" */
-
return; /* End Compare for this discriminant type */
}
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_TpMessagingEventCriteria_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -91691,12 +75000,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpFolderInfoProperty;
-
/* Operation specific Variable declarations End */
/*
@@ -91705,9 +75011,7 @@ decode_org_csapi_gms_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pin
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpFolderInfoProperty = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_gms_TpFolderInfoPropertyName,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_TpFolderInfoProperty_TpFolderInfoProperty, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/gms/TpFolderInfoPropertyName:1.0
@@ -91717,35 +75021,35 @@ decode_org_csapi_gms_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pin
if (disc_s_TpFolderInfoProperty == 1 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MessagingFolderID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_TpFolderInfoProperty_MessagingFolderID");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpFolderInfoProperty == 2 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MessagingFolderMessage");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_TpFolderInfoProperty_MessagingFolderMessage");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpFolderInfoProperty == 3 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MessagingFolderSubfolder");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_TpFolderInfoProperty_MessagingFolderSubfolder");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpFolderInfoProperty == 4 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MessagingFolderDateCreated");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_TpFolderInfoProperty_MessagingFolderDateCreated");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpFolderInfoProperty == 5 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MessagingFolderDateChanged");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_gms_TpFolderInfoProperty_MessagingFolderDateChanged");
return; /* End Compare for this discriminant type */
}
@@ -91753,9 +75057,7 @@ decode_org_csapi_gms_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pin
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_gms_TpFolderInfoProperty_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -91766,14 +75068,11 @@ 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;
- guint32 u_octet4_loop_OctetValue;
- guint32 i_OctetValue;
-
+ guint32 u_octet4_loop_org_csapi_cs_TpChargingParameterValue_OctetValue;
+ guint32 i_org_csapi_cs_TpChargingParameterValue_OctetValue;
/* Operation specific Variable declarations End */
/*
@@ -91782,9 +75081,7 @@ decode_org_csapi_cs_TpChargingParameterValue_un(tvbuff_t *tvb _U_, packet_info *
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpChargingParameterValue = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cs_TpChargingParameterValueType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_TpChargingParameterValue_TpChargingParameterValue, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/cs/TpChargingParameterValueType:1.0
@@ -91794,50 +75091,40 @@ decode_org_csapi_cs_TpChargingParameterValue_un(tvbuff_t *tvb _U_, packet_info *
if (disc_s_TpChargingParameterValue == 0 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"IntValue = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_TpChargingParameterValue_IntValue, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
if (disc_s_TpChargingParameterValue == 1 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"FloatValue = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_float(tree, hf_org_csapi_cs_TpChargingParameterValue_FloatValue, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
if (disc_s_TpChargingParameterValue == 2 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "StringValue");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cs_TpChargingParameterValue_StringValue");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpChargingParameterValue == 3 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"BooleanValue = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_org_csapi_cs_TpChargingParameterValue_BooleanValue, tvb, *offset-1, 1, 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);
- }
+ u_octet4_loop_org_csapi_cs_TpChargingParameterValue_OctetValue = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_cs_TpChargingParameterValue_OctetValue, tvb,*offset-4, 4, u_octet4_loop_org_csapi_cs_TpChargingParameterValue_OctetValue);
- for (i_OctetValue=0; i_OctetValue < u_octet4_loop_OctetValue; i_OctetValue++) {
+ for (i_org_csapi_cs_TpChargingParameterValue_OctetValue=0; i_org_csapi_cs_TpChargingParameterValue_OctetValue < u_octet4_loop_org_csapi_cs_TpChargingParameterValue_OctetValue; i_org_csapi_cs_TpChargingParameterValue_OctetValue++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"OctetValue = %u",get_CDR_octet(tvb,offset));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_TpChargingParameterValue_OctetValue, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
}
@@ -91851,12 +75138,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpAppInformation;
-
/* Operation specific Variable declarations End */
/*
@@ -91865,9 +75149,7 @@ decode_org_csapi_cs_TpAppInformation_un(tvbuff_t *tvb _U_, packet_info *pinfo _U
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpAppInformation = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_cs_TpAppInformationType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_cs_TpAppInformation_TpAppInformation, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/cs/TpAppInformationType:1.0
@@ -91877,7 +75159,7 @@ decode_org_csapi_cs_TpAppInformation_un(tvbuff_t *tvb _U_, packet_info *pinfo _U
if (disc_s_TpAppInformation == 0 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Timestamp");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_cs_TpAppInformation_Timestamp");
return; /* End Compare for this discriminant type */
}
@@ -91889,12 +75171,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpPolicyType;
-
/* Operation specific Variable declarations End */
/*
@@ -91903,9 +75182,7 @@ decode_org_csapi_policy_TpPolicyType_un(tvbuff_t *tvb _U_, packet_info *pinfo _U
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPolicyType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_policy_TpPolicyTypeInfo,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_TpPolicyType_TpPolicyType, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/policy/TpPolicyTypeInfo:1.0
@@ -91917,9 +75194,7 @@ decode_org_csapi_policy_TpPolicyType_un(tvbuff_t *tvb _U_, packet_info *pinfo _U
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"SimpleType = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_TpSimpleAttributeTypeInfo,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_policy_TpPolicyType_SimpleType, tvb, *offset-4, 4, u_octet4);
return; /* End Compare for this discriminant type */
}
@@ -91927,39 +75202,29 @@ decode_org_csapi_policy_TpPolicyType_un(tvbuff_t *tvb _U_, packet_info *pinfo _U
if (disc_s_TpPolicyType == 1 ) {
/* Begin struct "org_csapi_policy_TpPolicyType_TpPolicyRecordType" */
-
-
-
decode_org_csapi_policy_TpPolicyType_TpPolicyRecordType_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_policy_TpPolicyType_TpPolicyRecordType" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPolicyType == 2 ) {
/* Begin struct "org_csapi_policy_TpPolicyType_TpPolicyListType" */
-
-
-
decode_org_csapi_policy_TpPolicyType_TpPolicyListType_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_policy_TpPolicyType_TpPolicyListType" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPolicyType == 3 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "StructuredType");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_TpPolicyType_StructuredType");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPolicyType == 4 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "XMLString");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_policy_TpPolicyType_XMLString");
return; /* End Compare for this discriminant type */
}
@@ -91971,12 +75236,9 @@ 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;
-
/* Operation specific Variable declarations End */
/*
@@ -91985,9 +75247,7 @@ decode_org_csapi_pam_TpPAMContextData_un(tvbuff_t *tvb _U_, packet_info *pinfo _
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPAMContextData = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_pam_TpPAMContextName,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMContextData_TpPAMContextData, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/pam/TpPAMContextName:1.0
@@ -91998,22 +75258,15 @@ decode_org_csapi_pam_TpPAMContextData_un(tvbuff_t *tvb _U_, packet_info *pinfo _
if (disc_s_TpPAMContextData == 1 ) {
/* Begin struct "org_csapi_pam_TpPAMCommunicationContext" */
-
-
-
decode_org_csapi_pam_TpPAMCommunicationContext_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMCommunicationContext" */
-
return; /* End Compare for this discriminant type */
}
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMContextData_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -92024,12 +75277,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpPAMEventInfo;
-
/* Operation specific Variable declarations End */
/*
@@ -92038,9 +75288,7 @@ decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPAMEventInfo = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_pam_TpPAMEventName,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMEventInfo_TpPAMEventInfo, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/pam/TpPAMEventName:1.0
@@ -92051,169 +75299,104 @@ decode_org_csapi_pam_TpPAMEventInfo_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_
if (disc_s_TpPAMEventInfo == 0 ) {
/* Begin struct "org_csapi_pam_TpPAMIPSEventData" */
-
-
-
decode_org_csapi_pam_TpPAMIPSEventData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMIPSEventData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMEventInfo == 1 ) {
/* Begin struct "org_csapi_pam_TpPAMAVCEventData" */
-
-
-
decode_org_csapi_pam_TpPAMAVCEventData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAVCEventData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMEventInfo == 2 ) {
/* Begin struct "org_csapi_pam_TpPAMWCEventData" */
-
-
-
decode_org_csapi_pam_TpPAMWCEventData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMWCEventData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMEventInfo == 3 ) {
/* Begin struct "org_csapi_pam_TpPAMICEventData" */
-
-
-
decode_org_csapi_pam_TpPAMICEventData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMICEventData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMEventInfo == 4 ) {
/* Begin struct "org_csapi_pam_TpPAMIDEventData" */
-
-
-
decode_org_csapi_pam_TpPAMIDEventData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMIDEventData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMEventInfo == 5 ) {
/* Begin struct "org_csapi_pam_TpPAMGMCEventData" */
-
-
-
decode_org_csapi_pam_TpPAMGMCEventData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMGMCEventData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMEventInfo == 6 ) {
/* Begin struct "org_csapi_pam_TpPAMACEventData" */
-
-
-
decode_org_csapi_pam_TpPAMACEventData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMACEventData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMEventInfo == 7 ) {
/* Begin struct "org_csapi_pam_TpPAMADEventData" */
-
-
-
decode_org_csapi_pam_TpPAMADEventData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMADEventData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMEventInfo == 8 ) {
/* Begin struct "org_csapi_pam_TpPAMAAEventData" */
-
-
-
decode_org_csapi_pam_TpPAMAAEventData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAAEventData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMEventInfo == 9 ) {
/* Begin struct "org_csapi_pam_TpPAMAUEventData" */
-
-
-
decode_org_csapi_pam_TpPAMAUEventData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAUEventData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMEventInfo == 10 ) {
/* Begin struct "org_csapi_pam_TpPAMCCEventData" */
-
-
-
decode_org_csapi_pam_TpPAMCCEventData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMCCEventData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMEventInfo == 11 ) {
/* Begin struct "org_csapi_pam_TpPAMACPSEventData" */
-
-
-
decode_org_csapi_pam_TpPAMACPSEventData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMACPSEventData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMEventInfo == 12 ) {
/* Begin struct "org_csapi_pam_TpPAMAPSEventData" */
-
-
-
decode_org_csapi_pam_TpPAMAPSEventData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAPSEventData" */
-
return; /* End Compare for this discriminant type */
}
@@ -92224,12 +75407,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpPAMNotificationInfo;
-
/* Operation specific Variable declarations End */
/*
@@ -92238,9 +75418,7 @@ decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, packet_info *pi
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPAMNotificationInfo = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_pam_TpPAMEventName,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMNotificationInfo_TpPAMNotificationInfo, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/pam/TpPAMEventName:1.0
@@ -92251,169 +75429,104 @@ decode_org_csapi_pam_TpPAMNotificationInfo_un(tvbuff_t *tvb _U_, packet_info *pi
if (disc_s_TpPAMNotificationInfo == 0 ) {
/* Begin struct "org_csapi_pam_TpPAMIPSNotificationData" */
-
-
-
decode_org_csapi_pam_TpPAMIPSNotificationData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMIPSNotificationData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMNotificationInfo == 1 ) {
/* Begin struct "org_csapi_pam_TpPAMAVCNotificationData" */
-
-
-
decode_org_csapi_pam_TpPAMAVCNotificationData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAVCNotificationData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMNotificationInfo == 2 ) {
/* Begin struct "org_csapi_pam_TpPAMWCNotificationData" */
-
-
-
decode_org_csapi_pam_TpPAMWCNotificationData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMWCNotificationData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMNotificationInfo == 3 ) {
/* Begin struct "org_csapi_pam_TpPAMICNotificationData" */
-
-
-
decode_org_csapi_pam_TpPAMICNotificationData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMICNotificationData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMNotificationInfo == 4 ) {
/* Begin struct "org_csapi_pam_TpPAMIDNotificationData" */
-
-
-
decode_org_csapi_pam_TpPAMIDNotificationData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMIDNotificationData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMNotificationInfo == 5 ) {
/* Begin struct "org_csapi_pam_TpPAMGMCNotificationData" */
-
-
-
decode_org_csapi_pam_TpPAMGMCNotificationData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMGMCNotificationData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMNotificationInfo == 6 ) {
/* Begin struct "org_csapi_pam_TpPAMACNotificationData" */
-
-
-
decode_org_csapi_pam_TpPAMACNotificationData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMACNotificationData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMNotificationInfo == 7 ) {
/* Begin struct "org_csapi_pam_TpPAMADNotificationData" */
-
-
-
decode_org_csapi_pam_TpPAMADNotificationData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMADNotificationData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMNotificationInfo == 8 ) {
/* Begin struct "org_csapi_pam_TpPAMAANotificationData" */
-
-
-
decode_org_csapi_pam_TpPAMAANotificationData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAANotificationData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMNotificationInfo == 9 ) {
/* Begin struct "org_csapi_pam_TpPAMAUNotificationData" */
-
-
-
decode_org_csapi_pam_TpPAMAUNotificationData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAUNotificationData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMNotificationInfo == 10 ) {
/* Begin struct "org_csapi_pam_TpPAMCCNotificationData" */
-
-
-
decode_org_csapi_pam_TpPAMCCNotificationData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMCCNotificationData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMNotificationInfo == 11 ) {
/* Begin struct "org_csapi_pam_TpPAMACPSNotificationData" */
-
-
-
decode_org_csapi_pam_TpPAMACPSNotificationData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMACPSNotificationData" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpPAMNotificationInfo == 12 ) {
/* Begin struct "org_csapi_pam_TpPAMAPSNotificationData" */
-
-
-
decode_org_csapi_pam_TpPAMAPSNotificationData_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_pam_TpPAMAPSNotificationData" */
-
return; /* End Compare for this discriminant type */
}
@@ -92424,12 +75537,9 @@ 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;
-
/* Operation specific Variable declarations End */
/*
@@ -92438,9 +75548,7 @@ decode_org_csapi_pam_TpPAMPreferenceData_un(tvbuff_t *tvb _U_, packet_info *pinf
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpPAMPreferenceData = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_pam_TpPAMPreferenceType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMPreferenceData_TpPAMPreferenceData, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/pam/TpPAMPreferenceType:1.0
@@ -92459,9 +75567,7 @@ decode_org_csapi_pam_TpPAMPreferenceData_un(tvbuff_t *tvb _U_, packet_info *pinf
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_pam_TpPAMPreferenceData_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -92472,12 +75578,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpFolderInfoProperty;
-
/* Operation specific Variable declarations End */
/*
@@ -92486,9 +75589,7 @@ decode_org_csapi_mmm_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pin
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpFolderInfoProperty = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpFolderInfoPropertyName,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpFolderInfoProperty_TpFolderInfoProperty, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/mmm/TpFolderInfoPropertyName:1.0
@@ -92498,32 +75599,28 @@ decode_org_csapi_mmm_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pin
if (disc_s_TpFolderInfoProperty == 1 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "FolderDateCreated");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpFolderInfoProperty_FolderDateCreated");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpFolderInfoProperty == 2 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "FolderDateChanged");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpFolderInfoProperty_FolderDateChanged");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpFolderInfoProperty == 3 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"FolderSize = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpFolderInfoProperty_FolderSize, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
if (disc_s_TpFolderInfoProperty == 4 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"FolderNumberOfMessages = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpFolderInfoProperty_FolderNumberOfMessages, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
@@ -92531,9 +75628,7 @@ decode_org_csapi_mmm_TpFolderInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pin
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpFolderInfoProperty_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -92544,12 +75639,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpMailboxInfoProperty;
-
/* Operation specific Variable declarations End */
/*
@@ -92558,9 +75650,7 @@ decode_org_csapi_mmm_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pi
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMailboxInfoProperty = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMailboxInfoPropertyName,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMailboxInfoProperty_TpMailboxInfoProperty, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/mmm/TpMailboxInfoPropertyName:1.0
@@ -92570,30 +75660,28 @@ decode_org_csapi_mmm_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pi
if (disc_s_TpMailboxInfoProperty == 1 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MailboxOwner");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMailboxInfoProperty_MailboxOwner");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMailboxInfoProperty == 2 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MailboxDateCreated");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMailboxInfoProperty_MailboxDateCreated");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMailboxInfoProperty == 3 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MailboxDateChanged");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMailboxInfoProperty_MailboxDateChanged");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMailboxInfoProperty == 4 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"MailboxSize = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxSize, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
@@ -92601,9 +75689,7 @@ decode_org_csapi_mmm_TpMailboxInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pi
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMailboxInfoProperty_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -92614,12 +75700,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpMessageInfoProperty;
-
/* Operation specific Variable declarations End */
/*
@@ -92628,9 +75711,7 @@ decode_org_csapi_mmm_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pi
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMessageInfoProperty = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessageInfoPropertyName,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageInfoProperty_TpMessageInfoProperty, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/mmm/TpMessageInfoPropertyName:1.0
@@ -92640,30 +75721,28 @@ decode_org_csapi_mmm_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pi
if (disc_s_TpMessageInfoProperty == 1 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MessageDateCreated");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageInfoProperty_MessageDateCreated");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageInfoProperty == 2 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MessageDateReceived");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageInfoProperty_MessageDateReceived");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageInfoProperty == 3 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MessageDateChanged");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageInfoProperty_MessageDateChanged");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageInfoProperty == 4 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"MessageSize = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageInfoProperty_MessageSize, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
@@ -92672,9 +75751,7 @@ decode_org_csapi_mmm_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pi
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"MessageStatus = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMailboxMessageStatus,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageInfoProperty_MessageStatus, tvb, *offset-4, 4, u_octet4);
return; /* End Compare for this discriminant type */
}
@@ -92682,9 +75759,7 @@ decode_org_csapi_mmm_TpMessageInfoProperty_un(tvbuff_t *tvb _U_, packet_info *pi
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageInfoProperty_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -92695,28 +75770,25 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpMessageHeaderField;
- guint32 u_octet4_loop_From;
- guint32 i_From;
- guint32 u_octet4_loop_ReplyTo;
- guint32 i_ReplyTo;
- guint32 u_octet4_loop_To;
- guint32 i_To;
- guint32 u_octet4_loop_Cc;
- guint32 i_Cc;
- guint32 u_octet4_loop_Bcc;
- guint32 i_Bcc;
- guint32 u_octet4_loop_InReplyTo;
- guint32 i_InReplyTo;
- guint32 u_octet4_loop_References;
- guint32 i_References;
- guint32 u_octet4_loop_Keywords;
- guint32 i_Keywords;
-
+ guint32 u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_From;
+ guint32 i_org_csapi_mmm_TpMessageHeaderField_From;
+ guint32 u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_ReplyTo;
+ guint32 i_org_csapi_mmm_TpMessageHeaderField_ReplyTo;
+ guint32 u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_To;
+ guint32 i_org_csapi_mmm_TpMessageHeaderField_To;
+ guint32 u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Cc;
+ guint32 i_org_csapi_mmm_TpMessageHeaderField_Cc;
+ guint32 u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Bcc;
+ guint32 i_org_csapi_mmm_TpMessageHeaderField_Bcc;
+ guint32 u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_InReplyTo;
+ guint32 i_org_csapi_mmm_TpMessageHeaderField_InReplyTo;
+ guint32 u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_References;
+ guint32 i_org_csapi_mmm_TpMessageHeaderField_References;
+ guint32 u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Keywords;
+ guint32 i_org_csapi_mmm_TpMessageHeaderField_Keywords;
/* Operation specific Variable declarations End */
/*
@@ -92725,9 +75797,7 @@ decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, packet_info *pin
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMessageHeaderField = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessageHeaderFieldType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_TpMessageHeaderField, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/mmm/TpMessageHeaderFieldType:1.0
@@ -92737,28 +75807,21 @@ decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, packet_info *pin
if (disc_s_TpMessageHeaderField == 0 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DateSent");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageHeaderField_DateSent");
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);
- }
+ u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_From = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_From, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_From);
- for (i_From=0; i_From < u_octet4_loop_From; i_From++) {
+ for (i_org_csapi_mmm_TpMessageHeaderField_From=0; i_org_csapi_mmm_TpMessageHeaderField_From < u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_From; i_org_csapi_mmm_TpMessageHeaderField_From++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
return; /* End Compare for this discriminant type */
@@ -92767,33 +75830,21 @@ decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, packet_info *pin
if (disc_s_TpMessageHeaderField == 2 ) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
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);
- }
+ u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_ReplyTo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_ReplyTo, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_ReplyTo);
- for (i_ReplyTo=0; i_ReplyTo < u_octet4_loop_ReplyTo; i_ReplyTo++) {
+ for (i_org_csapi_mmm_TpMessageHeaderField_ReplyTo=0; i_org_csapi_mmm_TpMessageHeaderField_ReplyTo < u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_ReplyTo; i_org_csapi_mmm_TpMessageHeaderField_ReplyTo++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
return; /* End Compare for this discriminant type */
@@ -92801,21 +75852,14 @@ decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, packet_info *pin
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);
- }
+ u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_To = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_To, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_To);
- for (i_To=0; i_To < u_octet4_loop_To; i_To++) {
+ for (i_org_csapi_mmm_TpMessageHeaderField_To=0; i_org_csapi_mmm_TpMessageHeaderField_To < u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_To; i_org_csapi_mmm_TpMessageHeaderField_To++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
return; /* End Compare for this discriminant type */
@@ -92823,21 +75867,14 @@ decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, packet_info *pin
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);
- }
+ u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Cc = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_Cc, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Cc);
- for (i_Cc=0; i_Cc < u_octet4_loop_Cc; i_Cc++) {
+ for (i_org_csapi_mmm_TpMessageHeaderField_Cc=0; i_org_csapi_mmm_TpMessageHeaderField_Cc < u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Cc; i_org_csapi_mmm_TpMessageHeaderField_Cc++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
return; /* End Compare for this discriminant type */
@@ -92845,21 +75882,14 @@ decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, packet_info *pin
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);
- }
+ u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Bcc = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_Bcc, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Bcc);
- for (i_Bcc=0; i_Bcc < u_octet4_loop_Bcc; i_Bcc++) {
+ for (i_org_csapi_mmm_TpMessageHeaderField_Bcc=0; i_org_csapi_mmm_TpMessageHeaderField_Bcc < u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Bcc; i_org_csapi_mmm_TpMessageHeaderField_Bcc++) {
/* Begin struct "org_csapi_TpAddress" */
-
-
-
decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_TpAddress" */
-
}
return; /* End Compare for this discriminant type */
@@ -92867,21 +75897,19 @@ decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, packet_info *pin
if (disc_s_TpMessageHeaderField == 7 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "RFC822MessageID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageHeaderField_RFC822MessageID");
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);
- }
+ u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_InReplyTo = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_InReplyTo, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_InReplyTo);
- for (i_InReplyTo=0; i_InReplyTo < u_octet4_loop_InReplyTo; i_InReplyTo++) {
+ for (i_org_csapi_mmm_TpMessageHeaderField_InReplyTo=0; i_org_csapi_mmm_TpMessageHeaderField_InReplyTo < u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_InReplyTo; i_org_csapi_mmm_TpMessageHeaderField_InReplyTo++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "InReplyTo");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageHeaderField_InReplyTo");
}
@@ -92890,14 +75918,12 @@ decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, packet_info *pin
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);
- }
+ u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_References = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_References, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_References);
- for (i_References=0; i_References < u_octet4_loop_References; i_References++) {
+ for (i_org_csapi_mmm_TpMessageHeaderField_References=0; i_org_csapi_mmm_TpMessageHeaderField_References < u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_References; i_org_csapi_mmm_TpMessageHeaderField_References++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "References");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageHeaderField_References");
}
@@ -92906,28 +75932,26 @@ decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, packet_info *pin
if (disc_s_TpMessageHeaderField == 10 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Subject");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageHeaderField_Subject");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageHeaderField == 11 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Comments");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageHeaderField_Comments");
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);
- }
+ u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Keywords = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_Keywords, tvb,*offset-4, 4, u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Keywords);
- for (i_Keywords=0; i_Keywords < u_octet4_loop_Keywords; i_Keywords++) {
+ for (i_org_csapi_mmm_TpMessageHeaderField_Keywords=0; i_org_csapi_mmm_TpMessageHeaderField_Keywords < u_octet4_loop_org_csapi_mmm_TpMessageHeaderField_Keywords; i_org_csapi_mmm_TpMessageHeaderField_Keywords++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Keywords");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageHeaderField_Keywords");
}
@@ -92937,67 +75961,57 @@ decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, packet_info *pin
if (disc_s_TpMessageHeaderField == 13 ) {
/* Begin struct "org_csapi_mmm_TpGenericHeaderField" */
-
-
-
decode_org_csapi_mmm_TpGenericHeaderField_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpGenericHeaderField" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageHeaderField == 14 ) {
/* Begin struct "org_csapi_mmm_TpGenericHeaderField" */
-
-
-
decode_org_csapi_mmm_TpGenericHeaderField_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpGenericHeaderField" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageHeaderField == 15 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MimeVersion");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageHeaderField_MimeVersion");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageHeaderField == 16 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MimeContent");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageHeaderField_MimeContent");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageHeaderField == 17 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MimeEncoding");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageHeaderField_MimeEncoding");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageHeaderField == 18 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MimeID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageHeaderField_MimeID");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageHeaderField == 19 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MimeDescription");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageHeaderField_MimeDescription");
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageHeaderField == 20 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "MimeDisposition");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageHeaderField_MimeDisposition");
return; /* End Compare for this discriminant type */
}
@@ -93005,26 +76019,16 @@ decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, packet_info *pin
if (disc_s_TpMessageHeaderField == 21 ) {
/* Begin struct "org_csapi_mmm_TpGenericHeaderField" */
-
-
-
decode_org_csapi_mmm_TpGenericHeaderField_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpGenericHeaderField" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageHeaderField == 22 ) {
/* Begin struct "org_csapi_mmm_TpGenericHeaderField" */
-
-
-
decode_org_csapi_mmm_TpGenericHeaderField_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpGenericHeaderField" */
-
return; /* End Compare for this discriminant type */
}
@@ -93032,9 +76036,7 @@ decode_org_csapi_mmm_TpMessageHeaderField_un(tvbuff_t *tvb _U_, packet_info *pin
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"Priority = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagePriority,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageHeaderField_Priority, tvb, *offset-4, 4, u_octet4);
return; /* End Compare for this discriminant type */
}
@@ -93046,12 +76048,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpDeliveryTime;
-
/* Operation specific Variable declarations End */
/*
@@ -93060,9 +76059,7 @@ decode_org_csapi_mmm_TpDeliveryTime_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpDeliveryTime = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpDeliveryTimeType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpDeliveryTime_TpDeliveryTime, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/mmm/TpDeliveryTimeType:1.0
@@ -93072,7 +76069,7 @@ decode_org_csapi_mmm_TpDeliveryTime_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_
if (disc_s_TpDeliveryTime == 1 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DeliveryTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpDeliveryTime_DeliveryTime");
return; /* End Compare for this discriminant type */
}
@@ -93080,9 +76077,7 @@ decode_org_csapi_mmm_TpDeliveryTime_un(tvbuff_t *tvb _U_, packet_info *pinfo _U_
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpDeliveryTime_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -93093,12 +76088,9 @@ 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;
-
/* Operation specific Variable declarations End */
/*
@@ -93107,9 +76099,7 @@ decode_org_csapi_mmm_TpMessageTreatment_un(tvbuff_t *tvb _U_, packet_info *pinfo
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMessageTreatment = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessageTreatmentType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageTreatment_TpMessageTreatment, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/mmm/TpMessageTreatmentType:1.0
@@ -93119,16 +76109,14 @@ decode_org_csapi_mmm_TpMessageTreatment_un(tvbuff_t *tvb _U_, packet_info *pinfo
if (disc_s_TpMessageTreatment == 1 ) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"DeliveryReport = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessageTreatment_DeliveryReport, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageTreatment == 2 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "BillingID");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageTreatment_BillingID");
return; /* End Compare for this discriminant type */
}
@@ -93136,18 +76124,16 @@ decode_org_csapi_mmm_TpMessageTreatment_un(tvbuff_t *tvb _U_, packet_info *pinfo
if (disc_s_TpMessageTreatment == 3 ) {
/* Begin union "org_csapi_mmm_TpDeliveryTime" */
-
decode_org_csapi_mmm_TpDeliveryTime_un(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
/* End union "org_csapi_mmm_TpDeliveryTime" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessageTreatment == 4 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ValidityTime");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessageTreatment_ValidityTime");
return; /* End Compare for this discriminant type */
}
@@ -93159,12 +76145,9 @@ 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;
-
/* Operation specific Variable declarations End */
/*
@@ -93173,9 +76156,7 @@ decode_org_csapi_mmm_TpMessagingEventCriteria_un(tvbuff_t *tvb _U_, packet_info
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMessagingEventCriteria = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingEventName,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessagingEventCriteria_TpMessagingEventCriteria, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/mmm/TpMessagingEventName:1.0
@@ -93186,35 +76167,23 @@ decode_org_csapi_mmm_TpMessagingEventCriteria_un(tvbuff_t *tvb _U_, packet_info
if (disc_s_TpMessagingEventCriteria == 1 ) {
/* Begin struct "org_csapi_mmm_TpNewMailboxMessageArrivedCriteria" */
-
-
-
decode_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpNewMailboxMessageArrivedCriteria" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessagingEventCriteria == 2 ) {
/* Begin struct "org_csapi_mmm_TpNewMessageArrivedCriteria" */
-
-
-
decode_org_csapi_mmm_TpNewMessageArrivedCriteria_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpNewMessageArrivedCriteria" */
-
return; /* End Compare for this discriminant type */
}
/* Default Union Case Start */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"Dummy = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessagingEventCriteria_Dummy, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
/* Default Union Case End */
@@ -93225,12 +76194,9 @@ 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 */
-
guint32 u_octet4;
gint32 disc_s_TpMessagingEventInfo;
-
/* Operation specific Variable declarations End */
/*
@@ -93239,9 +76205,7 @@ decode_org_csapi_mmm_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, packet_info *pin
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TpMessagingEventInfo = %u (%s)",u_octet4,val_to_str(u_octet4,org_csapi_mmm_TpMessagingEventName,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_org_csapi_mmm_TpMessagingEventInfo_TpMessagingEventInfo, tvb, *offset-4, 4, u_octet4);
/*
* IDL Union - Discriminant - IDL:org/csapi/mmm/TpMessagingEventName:1.0
@@ -93251,7 +76215,7 @@ decode_org_csapi_mmm_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, packet_info *pin
if (disc_s_TpMessagingEventInfo == 0 ) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "EventNameUndefined");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "org_csapi_mmm_TpMessagingEventInfo_EventNameUndefined");
return; /* End Compare for this discriminant type */
}
@@ -93259,26 +76223,16 @@ decode_org_csapi_mmm_TpMessagingEventInfo_un(tvbuff_t *tvb _U_, packet_info *pin
if (disc_s_TpMessagingEventInfo == 1 ) {
/* Begin struct "org_csapi_mmm_TpNewMailboxMessageArrivedInfo" */
-
-
-
decode_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpNewMailboxMessageArrivedInfo" */
-
return; /* End Compare for this discriminant type */
}
if (disc_s_TpMessagingEventInfo == 2 ) {
/* Begin struct "org_csapi_mmm_TpNewMessageArrivedInfo" */
-
-
-
decode_org_csapi_mmm_TpNewMessageArrivedInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "org_csapi_mmm_TpNewMessageArrivedInfo" */
-
return; /* End Compare for this discriminant type */
}
@@ -93312,7 +76266,7 @@ start_dissecting(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offs
return tree;
}
-static void
+static proto_item*
process_RequestOperation(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, MessageHeader *header, gchar *operation)
{
proto_item *pi;
@@ -93321,8 +76275,9 @@ process_RequestOperation(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, M
col_append_fstr(pinfo->cinfo, COL_INFO, " op = %s",operation);
};
/* fill-up the field */
- pi=proto_tree_add_string_format_value(ptree,hf_operationrequest,tvb,0,0,operation," %s",operation);
+ pi=proto_tree_add_string(ptree, hf_operationrequest, tvb, 0, 0, operation);
PROTO_ITEM_SET_GENERATED(pi);
+ return pi;
}
static gboolean
@@ -93330,6 +76285,7 @@ dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offset
{
gboolean stream_is_big_endian; /* big endianess */
+ proto_item *item _U_;
proto_tree *tree _U_;
stream_is_big_endian = is_big_endian(header); /* get endianess */
@@ -93349,7465 +76305,7465 @@ dissect_parlay(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offset
if (strcmp(operation, "setCallback") == 0
&& (!idlname || strcmp(idlname, "org/csapi/IpService") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_IpService_setCallback(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_IpService_setCallback(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setCallbackWithSessionID") == 0
&& (!idlname || strcmp(idlname, "org/csapi/IpService") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_IpService_setCallbackWithSessionID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_IpService_setCallbackWithSessionID(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "initiateAuthentication") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpInitial") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthentication(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthentication(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "initiateAuthenticationWithVersion") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpInitial") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "requestAccess") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAuthentication") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "terminateAccess") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpClientAccess") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "obtainInterface") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "obtainInterfaceWithCallback") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCallback(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCallback(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "endAccess") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listInterfaces") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "releaseInterface") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "selectSigningAlgorithm") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "terminateAccess") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "relinquishInterface") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAccess") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "authenticate") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "abortAuthentication") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_abortAuthentication(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_abortAuthentication(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "authenticationSucceeded") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticationSucceeded(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticationSucceeded(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "challenge") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpClientAPILevelAuthentication") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "selectEncryptionMethod") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "authenticate") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "abortAuthentication") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_abortAuthentication(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_abortAuthentication(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "authenticationSucceeded") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticationSucceeded(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticationSucceeded(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "selectAuthenticationMechanism") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "challenge") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_access/trust_and_security/IpAPILevelAuthentication") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "reportNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/notification/IpAppEventNotification") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "notificationTerminated") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/notification/IpAppEventNotification") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_notificationTerminated(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_notificationTerminated(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/notification/IpEventNotification") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_notification_IpEventNotification_createNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_notification_IpEventNotification_createNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "destroyNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/notification/IpEventNotification") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "activityTestRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "appActivityTestReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "fwFaultReportInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "fwFaultRecoveryInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryInd(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "svcUnavailableInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "genFaultStatsRecordRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "fwUnavailableInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "activityTestErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "genFaultStatsRecordErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "appUnavailableInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "genFaultStatsRecordReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "svcAvailStatusInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "generateFaultStatisticsRecordRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "generateFaultStatisticsRecordErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "generateFaultStatisticsRecordReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "fwAvailStatusInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryAppLoadReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryLoadRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryLoadErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "loadLevelNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "resumeNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_resumeNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_resumeNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "suspendNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_suspendNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_suspendNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createLoadLevelNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_createLoadLevelNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_createLoadLevelNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "destroyLoadLevelNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_destroyLoadLevelNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_destroyLoadLevelNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryAppLoadStatsReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryLoadStatsRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryLoadStatsErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "reportLoad") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryLoadReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryAppLoadRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryAppLoadErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createLoadLevelNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "destroyLoadLevelNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "resumeNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "suspendNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryLoadStatsReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryAppLoadStatsRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryAppLoadStatsErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "systemDateTimeQuery") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppOAM") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "systemDateTimeQuery") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpOAM") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "activityTestReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "appActivityTestRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "svcUnavailableInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "genFaultStatsRecordReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "appActivityTestErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "appUnavailableInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "genFaultStatsRecordRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "genFaultStatsRecordErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "appAvailStatusInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "generateFaultStatisticsRecordReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "generateFaultStatisticsRecordRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "generateFaultStatisticsRecordErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "enableHeartBeat") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpHeartBeatMgmt") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "disableHeartBeat") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpHeartBeatMgmt") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_disableHeartBeat(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_disableHeartBeat(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "changeInterval") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpHeartBeatMgmt") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "pulse") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppHeartBeat") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeat_pulse(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeat_pulse(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "pulse") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpHeartBeat") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpHeartBeat_pulse(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpHeartBeat_pulse(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "enableAppHeartBeat") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppHeartBeatMgmt") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "disableAppHeartBeat") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppHeartBeatMgmt") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_disableAppHeartBeat(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_disableAppHeartBeat(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "changeInterval") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/integrity/IpAppHeartBeatMgmt") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listServiceTypes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/discovery/IpServiceDiscovery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "describeServiceType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/discovery/IpServiceDiscovery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "discoverService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/discovery/IpServiceDiscovery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listSubscribedServices") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/discovery/IpServiceDiscovery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "signServiceAgreement") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/service_agreement/IpAppServiceAgreementManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "terminateServiceAgreement") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/service_agreement/IpAppServiceAgreementManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "signServiceAgreement") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "terminateServiceAgreement") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "selectService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "initiateSignServiceAgreement") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_application/service_agreement/IpServiceAgreementManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_initiateSignServiceAgreement(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_initiateSignServiceAgreement(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createServiceProfile") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_createServiceProfile(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_createServiceProfile(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "modifyServiceProfile") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_modifyServiceProfile(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_modifyServiceProfile(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteServiceProfile") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deleteServiceProfile(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deleteServiceProfile(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "assign") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deassign") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "requestConflictInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listServiceProfiles") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileInfoQuery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "describeServiceProfile") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileInfoQuery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_describeServiceProfile(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_describeServiceProfile(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listAssignedMembers") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceProfileInfoQuery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createServiceContract") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_createServiceContract(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_createServiceContract(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "modifyServiceContract") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_modifyServiceContract(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_modifyServiceContract(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteServiceContract") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_deleteServiceContract(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_deleteServiceContract(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "describeServiceContract") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractInfoQuery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_describeServiceContract(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_describeServiceContract(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listServiceContracts") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractInfoQuery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listServiceProfiles") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpServiceContractInfoQuery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "modifyEntOpAccount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpEntOpAccountManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteEntOpAccount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpEntOpAccountManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_deleteEntOpAccount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_deleteEntOpAccount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "describeEntOpAccount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpEntOpAccountInfoQuery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountInfoQuery_describeEntOpAccount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountInfoQuery_describeEntOpAccount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createClientApp") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createClientApp(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createClientApp(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "modifyClientApp") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifyClientApp(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifyClientApp(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteClientApp") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteClientApp(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteClientApp(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createSAG") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "modifySAG") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifySAG(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifySAG(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteSAG") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteSAG(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteSAG(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "addSAGMembers") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeSAGMembers") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "requestConflictInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "describeClientApp") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeClientApp(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeClientApp(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listClientApps") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "describeSAG") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listSAGs") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listSAGMembers") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listClientAppMembership") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/service_subscription/IpClientAppInfoQuery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "reportNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/notification/IpClientEventNotification") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_reportNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_reportNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "notificationTerminated") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/notification/IpClientEventNotification") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_notificationTerminated(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_notificationTerminated(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/notification/IpEventNotification") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "destroyNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_enterprise_operator/notification/IpEventNotification") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_destroyNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_destroyNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listServiceTypes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "describeServiceType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "discoverService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listRegisteredServices") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/discovery/IpFwServiceDiscovery") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createServiceManager") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_lifecycle/IpServiceInstanceLifecycleManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "destroyServiceManager") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_lifecycle/IpServiceInstanceLifecycleManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_destroyServiceManager(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_destroyServiceManager(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "registerService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "announceServiceAvailability") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_announceServiceAvailability(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_announceServiceAvailability(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "unregisterService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unregisterService(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unregisterService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "describeService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_describeService(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_describeService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "unannounceService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unannounceService(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unannounceService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "registerServiceSubType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/service_registration/IpFwServiceRegistration") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "querySvcLoadReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryLoadRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryLoadErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "loadLevelNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "suspendNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_suspendNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_suspendNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "resumeNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_resumeNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_resumeNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createLoadLevelNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_createLoadLevelNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_createLoadLevelNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "destroyLoadLevelNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_destroyLoadLevelNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_destroyLoadLevelNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "querySvcLoadStatsReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryLoadStatsRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryLoadStatsErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "reportLoad") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryLoadReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "querySvcLoadRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "querySvcLoadErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createLoadLevelNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "destroyLoadLevelNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "suspendNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "resumeNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryLoadStatsReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "querySvcLoadStatsRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "querySvcLoadStatsErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwLoadManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "activityTestRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "svcActivityTestReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "fwFaultReportInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "fwFaultRecoveryInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "fwUnavailableInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "svcUnavailableInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcUnavailableInd(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcUnavailableInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "appUnavailableInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appUnavailableInd(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appUnavailableInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "genFaultStatsRecordRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "activityTestErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "genFaultStatsRecordErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "genFaultStatsRecordReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "generateFaultStatsRecordReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatsRecordReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatsRecordReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "appAvailStatusInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "generateFaultStatisticsRecordRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "generateFaultStatisticsRecordErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "generateFaultStatisticsRecordReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "fwAvailStatusInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "activityTestReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "svcActivityTestRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "appUnavailableInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_appUnavailableInd(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_appUnavailableInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "genFaultStatsRecordReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "svcUnavailableInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "svcActivityTestErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "genFaultStatsRecordRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "genFaultStatsRecordErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "generateFaultStatsRecordRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "generateFaultStatsRecordErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "svcAvailStatusInd") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "generateFaultStatisticsRecordReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "generateFaultStatisticsRecordRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "generateFaultStatisticsRecordErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwFaultManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "systemDateTimeQuery") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcOAM") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "systemDateTimeQuery") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwOAM") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "enableHeartBeat") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwHeartBeatMgmt") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "disableHeartBeat") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwHeartBeatMgmt") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_disableHeartBeat(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_disableHeartBeat(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "changeInterval") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwHeartBeatMgmt") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "pulse") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcHeartBeat") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeat_pulse(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeat_pulse(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "pulse") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpFwHeartBeat") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeat_pulse(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeat_pulse(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "enableSvcHeartBeat") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcHeartBeatMgmt") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "disableSvcHeartBeat") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcHeartBeatMgmt") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_disableSvcHeartBeat(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_disableSvcHeartBeat(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "changeInterval") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/integrity/IpSvcHeartBeatMgmt") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/notification/IpFwEventNotification") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "destroyNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/notification/IpFwEventNotification") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "reportNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/notification/IpSvcEventNotification") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "notificationTerminated") == 0
&& (!idlname || strcmp(idlname, "org/csapi/fw/fw_service/notification/IpSvcEventNotification") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_notificationTerminated(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_notificationTerminated(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "routeRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpAppCall_routeRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpAppCall_routeRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "routeErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpAppCall_routeErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpAppCall_routeErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getCallInfoRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpAppCall_getCallInfoRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpAppCall_getCallInfoRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getCallInfoErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpAppCall_getCallInfoErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpAppCall_getCallInfoErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "superviseCallRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpAppCall_superviseCallRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpAppCall_superviseCallRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "superviseCallErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpAppCall_superviseCallErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpAppCall_superviseCallErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "callFaultDetected") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpAppCall_callFaultDetected(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpAppCall_callFaultDetected(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMoreDialledDigitsRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMoreDialledDigitsErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "callEnded") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpAppCall_callEnded(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpAppCall_callEnded(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "routeReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpCall_routeReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpCall_routeReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "release") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpCall_release(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpCall_release(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deassignCall") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpCall_deassignCall(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpCall_deassignCall(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getCallInfoReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpCall_getCallInfoReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpCall_getCallInfoReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setCallChargePlan") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpCall_setCallChargePlan(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpCall_setCallChargePlan(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setAdviceOfCharge") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpCall_setAdviceOfCharge(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpCall_setAdviceOfCharge(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMoreDialledDigitsReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "superviseCallReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpCall_superviseCallReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpCall_superviseCallReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "continueProcessing") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpCall_continueProcessing(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpCall_continueProcessing(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "callAborted") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpAppCallControlManager_callAborted(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpAppCallControlManager_callAborted(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "callEventNotify") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "callNotificationInterrupted") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationInterrupted(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationInterrupted(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "callNotificationContinued") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationContinued(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationContinued(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "callOverloadEncountered") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "callOverloadCeased") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "abortMultipleCalls") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpAppCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createCall") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpCallControlManager_createCall(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpCallControlManager_createCall(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "enableCallNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "disableCallNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setCallLoadControl") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "changeCallNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getCriteria") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/gccs/IpCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_gccs_IpCallControlManager_getCriteria(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_gccs_IpCallControlManager_getCriteria(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "eventReportRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "eventReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "attachMediaRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "attachMediaErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "detachMediaRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "detachMediaErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getInfoRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getInfoErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "routeErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppCallLeg_routeErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppCallLeg_routeErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "superviseRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "superviseErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "callLegEnded") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createCall") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createCall(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "destroyNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "changeNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setCallLoadControl") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "enableNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "disableNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_disableNotifications(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_disableNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getNextNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "routeReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpCallLeg_routeReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpCallLeg_routeReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "eventReportReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpCallLeg_eventReportReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpCallLeg_eventReportReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "release") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpCallLeg_release(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpCallLeg_release(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getInfoReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpCallLeg_getInfoReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpCallLeg_getInfoReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getCall") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpCallLeg_getCall(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpCallLeg_getCall(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "attachMediaReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "detachMediaReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getCurrentDestinationAddress") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "continueProcessing") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpCallLeg_continueProcessing(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpCallLeg_continueProcessing(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setChargePlan") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpCallLeg_setChargePlan(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpCallLeg_setChargePlan(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setAdviceOfCharge") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "superviseReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpCallLeg_superviseReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpCallLeg_superviseReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deassign") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpCallLeg_deassign(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpCallLeg_deassign(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getProperties") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpCallLeg_getProperties(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpCallLeg_getProperties(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setProperties") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpCallLeg_setProperties(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpCallLeg_setProperties(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getInfoRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getInfoErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "superviseRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "superviseErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "callEnded") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createAndRouteCallLegErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getCallLegs") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createCallLeg") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createAndRouteCallLegReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "release") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpMultiPartyCall_release(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpMultiPartyCall_release(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deassignCall") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getInfoReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setChargePlan") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setAdviceOfCharge") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "superviseReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpMultiPartyCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "reportNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "callAborted") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "managerInterrupted") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerInterrupted(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerInterrupted(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "managerResumed") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerResumed(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerResumed(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "callOverloadEncountered") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncountered(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncountered(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "callOverloadCeased") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "abortMultipleCalls") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mpccs/IpAppMultiPartyCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "superviseVolumeRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpAppMultiMediaCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "superviseVolumeErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpAppMultiMediaCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "mediaStreamMonitorRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpAppMultiMediaCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "subtract") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaStream") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mmccs_IpMultiMediaStream_subtract(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mmccs_IpMultiMediaStream_subtract(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "mediaStreamAllow") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "mediaStreamMonitorReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMediaStreams") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallLeg") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "superviseVolumeReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "reportMediaNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpAppMultiMediaCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createMediaNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "destroyMediaNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "changeMediaNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMediaNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/mmccs/IpMultiMediaCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "chairSelection") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpAppSubConfCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "floorRequest") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpAppSubConfCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "partyJoined") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpAppConfCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpAppConfCall_partyJoined(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpAppConfCall_partyJoined(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "leaveMonitorRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpAppConfCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createConference") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpConfCallControlManager_createConference(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpConfCallControlManager_createConference(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "checkResources") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpConfCallControlManager_checkResources(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpConfCallControlManager_checkResources(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "reserveResources") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "freeResources") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpConfCallControlManager_freeResources(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpConfCallControlManager_freeResources(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "conferenceCreated") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpAppConfCallControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpAppConfCallControlManager_conferenceCreated(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpAppConfCallControlManager_conferenceCreated(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "splitSubConference") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpSubConfCall_splitSubConference(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpSubConfCall_splitSubConference(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "mergeSubConference") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "moveCallLeg") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "inspectVideo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideo(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "inspectVideoCancel") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "appointSpeaker") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "chairSelection") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpSubConfCall_chairSelection(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpSubConfCall_chairSelection(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "changeConferencePolicy") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpSubConfCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getSubConferences") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpConfCall_getSubConferences(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpConfCall_getSubConferences(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createSubConference") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpConfCall_createSubConference(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpConfCall_createSubConference(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "leaveMonitorReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getConferenceAddress") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cc/cccs/IpConfCall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cc_cccs_IpConfCall_getConferenceAddress(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cc_cccs_IpConfCall_getConferenceAddress(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "sendInfoRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUI") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUI_sendInfoRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUI_sendInfoRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "sendInfoErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUI") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUI_sendInfoErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUI_sendInfoErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "sendInfoAndCollectRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUI") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUI_sendInfoAndCollectRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUI_sendInfoAndCollectRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "sendInfoAndCollectErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUI") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUI_sendInfoAndCollectErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUI_sendInfoAndCollectErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "userInteractionFaultDetected") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUI") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUI_userInteractionFaultDetected(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUI_userInteractionFaultDetected(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "recordMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUICall_recordMessageRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUICall_recordMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "recordMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUICall_recordMessageErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUICall_recordMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUICall_deleteMessageRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUICall_deleteMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUICall_deleteMessageErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUICall_deleteMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "abortActionRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUICall_abortActionRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUICall_abortActionRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "abortActionErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUICall_abortActionErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUICall_abortActionErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUICall_getMessageRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUICall_getMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUICall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUICall_getMessageErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUICall_getMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "userInteractionAborted") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUIManager_userInteractionAborted(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUIManager_userInteractionAborted(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "userInteractionNotificationInterrupted") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationInterrupted(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationInterrupted(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "userInteractionNotificationContinued") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationContinued(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationContinued(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "reportEventNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUIManager_reportEventNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUIManager_reportEventNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "abortMultipleUserInteractions") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "sendInfoReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUI") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUI_sendInfoReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUI_sendInfoReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "sendInfoAndCollectReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUI") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUI_sendInfoAndCollectReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUI_sendInfoAndCollectReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "release") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUI") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUI_release(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUI_release(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setOriginatingAddress") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUI") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUI_setOriginatingAddress(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUI_setOriginatingAddress(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getOriginatingAddress") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUI") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUI_getOriginatingAddress(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUI_getOriginatingAddress(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "recordMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUICall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUICall_recordMessageReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUICall_recordMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUICall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUICall_deleteMessageReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUICall_deleteMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "abortActionReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUICall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUICall_abortActionReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUICall_abortActionReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUICall") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUICall_getMessageReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUICall_getMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createUI") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUIManager_createUI(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUIManager_createUI(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createUICall") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUIManager_createUICall(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUIManager_createUICall(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUIManager_createNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUIManager_createNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "destroyNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUIManager_destroyNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUIManager_destroyNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "changeNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUIManager_changeNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUIManager_changeNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUIManager_getNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUIManager_getNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "enableNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUIManager_enableNotifications(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUIManager_enableNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "disableNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUIManager_disableNotifications(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUIManager_disableNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUIAdminManager_getMessageRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUIAdminManager_getMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUIAdminManager_getMessageErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUIAdminManager_getMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "putMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUIAdminManager_putMessageRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUIAdminManager_putMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "putMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUIAdminManager_putMessageErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUIAdminManager_putMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageListRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUIAdminManager_getMessageListRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUIAdminManager_getMessageListRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageListErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpAppUIAdminManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpAppUIAdminManager_getMessageListErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpAppUIAdminManager_getMessageListErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIAdminManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUIAdminManager_getMessageReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUIAdminManager_getMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "putMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIAdminManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUIAdminManager_putMessageReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUIAdminManager_putMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIAdminManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUIAdminManager_deleteMessageReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUIAdminManager_deleteMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageListReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/ui/IpUIAdminManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_ui_IpUIAdminManager_getMessageListReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_ui_IpUIAdminManager_getMessageListReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "locationReportRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppUserLocation") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ul_IpAppUserLocation_locationReportRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ul_IpAppUserLocation_locationReportRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "locationReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppUserLocation") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ul_IpAppUserLocation_locationReportErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ul_IpAppUserLocation_locationReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "extendedLocationReportRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppUserLocation") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "extendedLocationReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppUserLocation") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "periodicLocationReport") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppUserLocation") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "periodicLocationReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppUserLocation") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "locationReportReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpUserLocation") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ul_IpUserLocation_locationReportReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ul_IpUserLocation_locationReportReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "extendedLocationReportReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpUserLocation") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "periodicLocationReportingStartReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpUserLocation") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "periodicLocationReportingStop") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpUserLocation") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStop(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStop(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getNextPeriodicLocationRequest") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpUserLocation") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "triggeredLocationReport") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppTriggeredUserLocation") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "triggeredLocationReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpAppTriggeredUserLocation") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "triggeredLocationReportingStartReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpTriggeredUserLocation") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "triggeredLocationReportingStop") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpTriggeredUserLocation") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStop(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStop(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getNextTriggeredLocationRequest") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ul/IpTriggeredUserLocation") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "locationReportRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpAppUserLocationCamel") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "locationReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpAppUserLocationCamel") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "periodicLocationReport") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpAppUserLocationCamel") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "periodicLocationReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpAppUserLocationCamel") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "triggeredLocationReport") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpAppUserLocationCamel") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "triggeredLocationReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpAppUserLocationCamel") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "locationReportReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "periodicLocationReportingStartReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "periodicLocationReportingStop") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStop(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStop(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "triggeredLocationReportingStartReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "triggeredLocationReportingStop") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStop(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStop(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getNextPeriodicLocationRequest") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getNextTriggeredLocationRequest") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ulc/IpUserLocationCamel") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "emergencyLocationReport") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ule/IpAppUserLocationEmergency") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "emergencyLocationReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ule/IpAppUserLocationEmergency") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "emergencyLocationReportReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ule/IpUserLocationEmergency") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "subscribeEmergencyLocationReports") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ule/IpUserLocationEmergency") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "unSubscribeEmergencyLocationReports") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ule/IpUserLocationEmergency") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationReports(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationReports(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "statusReportRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_us_IpAppUserStatus_statusReportRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_us_IpAppUserStatus_statusReportRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "statusReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_us_IpAppUserStatus_statusReportErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_us_IpAppUserStatus_statusReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "triggeredStatusReport") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "triggeredStatusReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "extendedStatusReportRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "extendedStatusReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "extTriggeredStatusReport") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "extTriggeredStatusReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpAppUserStatus") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "statusReportReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_us_IpUserStatus_statusReportReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_us_IpUserStatus_statusReportReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "triggeredStatusReportingStartReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "triggeredStatusReportingStop") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStop(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStop(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getNextTriggeredStatusRequest") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "extendedStatusReportReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "extTriggeredStatusReportingStartReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "extTriggeredStatusReportingStop") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/us/IpUserStatus") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStop(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStop(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "triggeredBindingRequestNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ub/IpAppUserBinding") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "triggeredBindingRequestNotificationStartErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ub/IpAppUserBinding") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "triggeredBindingRequestNotificationStartReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ub/IpUserBinding") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "triggeredBindingRequestNotificationStop") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mm/ub/IpUserBinding") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getTerminalCapabilities") == 0
&& (!idlname || strcmp(idlname, "org/csapi/termcap/IpTerminalCapabilities") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "triggeredTerminalCapabilityReport") == 0
&& (!idlname || strcmp(idlname, "org/csapi/termcap/IpAppExtendedTerminalCapabilities") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "triggeredTerminalCapabilityReportErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/termcap/IpAppExtendedTerminalCapabilities") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "triggeredTerminalCapabilityStartReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/termcap/IpExtendedTerminalCapabilities") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "triggeredTerminalCapabilityStop") == 0
&& (!idlname || strcmp(idlname, "org/csapi/termcap/IpExtendedTerminalCapabilities") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStop(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStop(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "connectRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpAppDataSession_connectRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpAppDataSession_connectRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "connectErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpAppDataSession_connectErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpAppDataSession_connectErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "superviseDataSessionRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "superviseDataSessionErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "dataSessionFaultDetected") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "dataSessionAborted") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSessionControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "reportNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSessionControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "dataSessionNotificationContinued") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSessionControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationContinued(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationContinued(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "dataSessionNotificationInterrupted") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSessionControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationInterrupted(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationInterrupted(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "abortMultipleDataSessions") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpAppDataSessionControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "connectReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpDataSession_connectReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpDataSession_connectReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "release") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpDataSession_release(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpDataSession_release(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "superviseDataSessionReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpDataSession_superviseDataSessionReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpDataSession_superviseDataSessionReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setDataSessionChargePlan") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpDataSession_setDataSessionChargePlan(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpDataSession_setDataSessionChargePlan(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setAdviceOfCharge") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpDataSession_setAdviceOfCharge(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpDataSession_setAdviceOfCharge(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deassignDataSession") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpDataSession_deassignDataSession(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpDataSession_deassignDataSession(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "continueProcessing") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpDataSession_continueProcessing(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpDataSession_continueProcessing(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpDataSessionControlManager_createNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpDataSessionControlManager_createNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "destroyNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpDataSessionControlManager_destroyNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpDataSessionControlManager_destroyNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "changeNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpDataSessionControlManager_changeNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpDataSessionControlManager_changeNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "enableNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpDataSessionControlManager_enableNotifications(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpDataSessionControlManager_enableNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "disableNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpDataSessionControlManager_disableNotifications(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpDataSessionControlManager_disableNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpDataSessionControlManager_getNotifications(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpDataSessionControlManager_getNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/dsc/IpDataSessionControlManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_dsc_IpDataSessionControlManager_createNotifications(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_dsc_IpDataSessionControlManager_createNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "openMailbox") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMessagingManager_openMailbox(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMessagingManager_openMailbox(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "enableMessagingNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMessagingManager_enableMessagingNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMessagingManager_enableMessagingNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "disableMessagingNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMessagingManager_disableMessagingNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMessagingManager_disableMessagingNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "mailboxTerminated") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpAppMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpAppMessagingManager_mailboxTerminated(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpAppMessagingManager_mailboxTerminated(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "mailboxFaultDetected") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpAppMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "messagingEventNotify") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpAppMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpAppMessagingManager_messagingEventNotify(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpAppMessagingManager_messagingEventNotify(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "messagingNotificationTerminated") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpAppMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpAppMessagingManager_messagingNotificationTerminated(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpAppMessagingManager_messagingNotificationTerminated(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "close") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMailbox_close(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMailbox_close(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "lock") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMailbox_lock(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMailbox_lock(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "unlock") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMailbox_unlock(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMailbox_unlock(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getInfoAmount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMailbox_getInfoAmount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMailbox_getInfoAmount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getInfoProperties") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMailbox_getInfoProperties(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMailbox_getInfoProperties(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setInfoProperties") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMailbox_setInfoProperties(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMailbox_setInfoProperties(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "openFolder") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMailbox_openFolder(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMailbox_openFolder(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createFolder") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMailbox_createFolder(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMailbox_createFolder(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "remove") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMailbox_remove(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMailbox_remove(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getInfoAmount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMessage") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMessage_getInfoAmount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMessage_getInfoAmount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getInfoProperties") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMessage") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMessage_getInfoProperties(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMessage_getInfoProperties(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setInfoProperties") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMessage") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMessage_setInfoProperties(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMessage_setInfoProperties(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "remove") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMessage") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMessage_remove(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMessage_remove(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getContent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMessage") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMessage_getContent(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMessage_getContent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getInfoAmount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMailboxFolder_getInfoAmount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMailboxFolder_getInfoAmount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getInfoProperties") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMailboxFolder_getInfoProperties(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMailboxFolder_getInfoProperties(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setInfoProperties") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMailboxFolder_setInfoProperties(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMailboxFolder_setInfoProperties(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "putMessage") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMailboxFolder_putMessage(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMailboxFolder_putMessage(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessage") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMailboxFolder_getMessage(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMailboxFolder_getMessage(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "close") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMailboxFolder_close(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMailboxFolder_close(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "remove") == 0
&& (!idlname || strcmp(idlname, "org/csapi/gms/IpMailboxFolder") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_gms_IpMailboxFolder_remove(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_gms_IpMailboxFolder_remove(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getVPrPID") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpVPrP_getVPrPID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpVPrP_getVPrPID(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getSlaID") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpVPrP_getSlaID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpVPrP_getSlaID(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getStatus") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpVPrP_getStatus(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpVPrP_getStatus(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getProvisionedQoSInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpVPrP_getProvisionedQoSInfo(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpVPrP_getProvisionedQoSInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getValidityInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpVPrP_getValidityInfo(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpVPrP_getValidityInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getPipeQoSInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpVPrP_getPipeQoSInfo(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpVPrP_getPipeQoSInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getDsCodepoint") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrP") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpVPrP_getDsCodepoint(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpVPrP_getDsCodepoint(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getVPrPList") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrN") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpVPrN_getVPrPList(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpVPrN_getVPrPList(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getVPrP") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrN") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpVPrN_getVPrP(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpVPrN_getVPrP(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createVPrP") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrN") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpVPrN_createVPrP(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpVPrN_createVPrP(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteVPrP") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpVPrN") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpVPrN_deleteVPrP(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpVPrN_deleteVPrP(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getTemplate") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSMenu") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpQoSMenu_getTemplate(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpQoSMenu_getTemplate(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getTemplateList") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSMenu") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpQoSMenu_getTemplateList(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpQoSMenu_getTemplateList(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getQoSMenu") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpConnectivityManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpConnectivityManager_getQoSMenu(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpConnectivityManager_getQoSMenu(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getEnterpriseNetwork") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpConnectivityManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpConnectivityManager_getEnterpriseNetwork(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpConnectivityManager_getEnterpriseNetwork(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getTemplateType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpQoSTemplate_getTemplateType(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpQoSTemplate_getTemplateType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getDescription") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpQoSTemplate_getDescription(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpQoSTemplate_getDescription(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setSlaID") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpQoSTemplate_setSlaID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpQoSTemplate_setSlaID(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getPipeQoSInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpQoSTemplate_getPipeQoSInfo(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpQoSTemplate_getPipeQoSInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setPipeQoSInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpQoSTemplate_setPipeQoSInfo(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpQoSTemplate_setPipeQoSInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getValidityInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpQoSTemplate_getValidityInfo(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpQoSTemplate_getValidityInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setValidityInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpQoSTemplate_setValidityInfo(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpQoSTemplate_setValidityInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setProvisionedQoSInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpQoSTemplate_setProvisionedQoSInfo(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpQoSTemplate_setProvisionedQoSInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getProvisionedQoSInfo") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getDsCodepoint") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpQoSTemplate") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpQoSTemplate_getDsCodepoint(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpQoSTemplate_getDsCodepoint(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getSiteList") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetwork") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpEnterpriseNetwork_getSiteList(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpEnterpriseNetwork_getSiteList(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getVPrN") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetwork") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpEnterpriseNetwork_getVPrN(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpEnterpriseNetwork_getVPrN(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getSite") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetwork") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpEnterpriseNetwork_getSite(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpEnterpriseNetwork_getSite(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getSAPList") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetworkSite") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getSiteID") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetworkSite") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getSiteLocation") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetworkSite") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getSiteDescription") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetworkSite") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getIPSubnet") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetworkSite") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getSAPIPSubnet") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cm/IpEnterpriseNetworkSite") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "reportNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAppAccountManager_reportNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAppAccountManager_reportNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryBalanceRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAppAccountManager_queryBalanceRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAppAccountManager_queryBalanceRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryBalanceErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAppAccountManager_queryBalanceErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAppAccountManager_queryBalanceErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "retrieveTransactionHistoryRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "retrieveTransactionHistoryErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryBalanceExpiryDateRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryBalanceExpiryDateErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "updateBalanceRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAppAccountManager_updateBalanceRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAppAccountManager_updateBalanceRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "updateBalanceErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAppAccountManager_updateBalanceErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAppAccountManager_updateBalanceErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createVoucherRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAppAccountManager_createVoucherRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAppAccountManager_createVoucherRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createVoucherErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAppAccountManager_createVoucherErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAppAccountManager_createVoucherErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "destroyVoucherRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAppAccountManager_destroyVoucherRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAppAccountManager_destroyVoucherRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "destroyVoucherErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAppAccountManager_destroyVoucherErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAppAccountManager_destroyVoucherErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryVoucherRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAppAccountManager_queryVoucherRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAppAccountManager_queryVoucherRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryVoucherErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAppAccountManager_queryVoucherErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAppAccountManager_queryVoucherErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryUserVouchersRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAppAccountManager_queryUserVouchersRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAppAccountManager_queryUserVouchersRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryUserVouchersErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAppAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAppAccountManager_queryUserVouchersErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAppAccountManager_queryUserVouchersErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAccountManager_createNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAccountManager_createNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "destroyNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAccountManager_destroyNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAccountManager_destroyNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryBalanceReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAccountManager_queryBalanceReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAccountManager_queryBalanceReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "changeNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAccountManager_changeNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAccountManager_changeNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAccountManager_getNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAccountManager_getNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "retrieveTransactionHistoryReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "enableNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAccountManager_enableNotifications(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAccountManager_enableNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "disableNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAccountManager_disableNotifications(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAccountManager_disableNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryBalanceExpiryDateReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "updateBalanceReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAccountManager_updateBalanceReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAccountManager_updateBalanceReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createVoucherReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAccountManager_createVoucherReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAccountManager_createVoucherReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "destroyVoucherReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAccountManager_destroyVoucherReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAccountManager_destroyVoucherReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryVoucherReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAccountManager_queryVoucherReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAccountManager_queryVoucherReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryUserVouchersReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/am/IpAccountManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_am_IpAccountManager_queryUserVouchersReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_am_IpAccountManager_queryUserVouchersReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "creditAmountErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_creditAmountErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_creditAmountErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "creditAmountRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_creditAmountRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_creditAmountRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "creditUnitErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_creditUnitErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_creditUnitErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "creditUnitRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_creditUnitRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_creditUnitRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "debitAmountErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_debitAmountErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_debitAmountErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "debitAmountRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_debitAmountRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_debitAmountRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "debitUnitErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_debitUnitErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_debitUnitErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "debitUnitRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_debitUnitRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_debitUnitRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "directCreditAmountErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_directCreditAmountErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_directCreditAmountErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "directCreditAmountRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_directCreditAmountRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_directCreditAmountRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "directCreditUnitErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_directCreditUnitErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_directCreditUnitErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "directCreditUnitRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_directCreditUnitRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_directCreditUnitRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "directDebitAmountErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_directDebitAmountErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_directDebitAmountErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "directDebitAmountRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_directDebitAmountRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_directDebitAmountRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "directDebitUnitErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_directDebitUnitErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_directDebitUnitErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "directDebitUnitRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_directDebitUnitRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_directDebitUnitRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "extendLifeTimeErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "extendLifeTimeRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "rateErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_rateErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_rateErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "rateRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_rateRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_rateRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "reserveAmountErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_reserveAmountErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_reserveAmountErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "reserveAmountRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_reserveAmountRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_reserveAmountRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "reserveUnitErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_reserveUnitErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_reserveUnitErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "reserveUnitRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_reserveUnitRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_reserveUnitRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "sessionEnded") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingSession_sessionEnded(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingSession_sessionEnded(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "creditAmountReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpChargingSession_creditAmountReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpChargingSession_creditAmountReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "creditUnitReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpChargingSession_creditUnitReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpChargingSession_creditUnitReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "debitAmountReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpChargingSession_debitAmountReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpChargingSession_debitAmountReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "debitUnitReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpChargingSession_debitUnitReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpChargingSession_debitUnitReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "directCreditAmountReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpChargingSession_directCreditAmountReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpChargingSession_directCreditAmountReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "directCreditUnitReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpChargingSession_directCreditUnitReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpChargingSession_directCreditUnitReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "directDebitAmountReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpChargingSession_directDebitAmountReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpChargingSession_directDebitAmountReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "directDebitUnitReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpChargingSession_directDebitUnitReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpChargingSession_directDebitUnitReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "extendLifeTimeReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpChargingSession_extendLifeTimeReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpChargingSession_extendLifeTimeReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getAmountLeft") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpChargingSession_getAmountLeft(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpChargingSession_getAmountLeft(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getLifeTimeLeft") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpChargingSession_getLifeTimeLeft(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpChargingSession_getLifeTimeLeft(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getUnitLeft") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpChargingSession_getUnitLeft(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpChargingSession_getUnitLeft(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "rateReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpChargingSession_rateReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpChargingSession_rateReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "release") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpChargingSession_release(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpChargingSession_release(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "reserveAmountReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpChargingSession_reserveAmountReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpChargingSession_reserveAmountReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "reserveUnitReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingSession") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpChargingSession_reserveUnitReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpChargingSession_reserveUnitReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "sessionAborted") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingManager_sessionAborted(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingManager_sessionAborted(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "abortMultipleChargingSessions") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpAppChargingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createChargingSession") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpChargingManager_createChargingSession(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpChargingManager_createChargingSession(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createSplitChargingSession") == 0
&& (!idlname || strcmp(idlname, "org/csapi/cs/IpChargingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_cs_IpChargingManager_createSplitChargingSession(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_cs_IpChargingManager_createSplitChargingSession(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "reportNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpAppPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "evalPolicyRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpAppPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "evalPolicyErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpAppPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "evalPolicy") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpPolicyEvalManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "evalPolicyReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpPolicyEvalManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "abortEvalPolicyReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpPolicyEvalManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "generateEvent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpPolicyEvalManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpPolicyEvalManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "destroyNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/evaluation/IpPolicyEvalManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getAttribute") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicy") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicy_getAttribute(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicy_getAttribute(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setAttribute") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicy") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicy_setAttribute(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicy_setAttribute(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicy") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicy_getAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicy_getAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicy") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicy_setAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicy_setAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getList") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyIterator") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyIterator_getList(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyIterator_getList(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getParentRepository") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRepository_getParentRepository(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRepository_getParentRepository(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createRepository") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRepository_createRepository(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRepository_createRepository(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getRepository") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepository(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepository(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeRepository") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRepository_removeRepository(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRepository_removeRepository(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getRepositoryCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getRepositoryIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryIterator(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createCondition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRepository_createCondition(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRepository_createCondition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getCondition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRepository_getCondition(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRepository_getCondition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeCondition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRepository_removeCondition(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRepository_removeCondition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getConditionCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getConditionIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionIterator(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRepository_getConditionIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createAction") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRepository_createAction(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRepository_createAction(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getAction") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRepository_getAction(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRepository_getAction(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeAction") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRepository_removeAction(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRepository_removeAction(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getActionCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getActionIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRepository") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionIterator(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRepository_getActionIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getParentGroup") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRule_getParentGroup(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRule_getParentGroup(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getParentDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRule_getParentDomain(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRule_getParentDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createCondition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRule_createCondition(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRule_createCondition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getCondition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRule_getCondition(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRule_getCondition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeCondition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRule_removeCondition(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRule_removeCondition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getConditionCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getConditionIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionIterator(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createAction") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRule_createAction(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRule_createAction(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getAction") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRule_getAction(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRule_getAction(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeAction") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRule_removeAction(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRule_removeAction(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getActionCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRule_getActionCount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRule_getActionCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getActionIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRule_getActionIterator(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRule_getActionIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setValidityPeriodConditionByName") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByName(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByName(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setValidityPeriodCondition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodCondition(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodCondition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getValidityPeriodCondition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRule_getValidityPeriodCondition(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRule_getValidityPeriodCondition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "unsetValidityPeriodCondition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRule_unsetValidityPeriodCondition(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRule_unsetValidityPeriodCondition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setConditionList") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRule_setConditionList(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRule_setConditionList(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getConditionList") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionList(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRule_getConditionList(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setActionList") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRule_setActionList(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRule_setActionList(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getActionList") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyRule") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyRule_getActionList(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyRule_getActionList(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyManager_createDomain(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyManager_createDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyManager_getDomain(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyManager_getDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyManager_removeDomain(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyManager_removeDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getDomainCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getDomainIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainIterator(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyManager_getDomainIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "findMatchingDomains") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createRepository") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyManager_createRepository(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyManager_createRepository(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getRepository") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyManager_getRepository(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyManager_getRepository(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeRepository") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyManager_removeRepository(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyManager_removeRepository(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getRepositoryCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getRepositoryIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryIterator(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "startTransaction") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyManager_startTransaction(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyManager_startTransaction(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "commitTransaction") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "abortTransaction") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyManager_abortTransaction(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyManager_abortTransaction(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getParentDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentDomain(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getParentGroup") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentGroup(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyGroup_getParentGroup(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createGroup") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyGroup_createGroup(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyGroup_createGroup(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getGroup") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroup(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroup(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeGroup") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getGroupCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getGroupIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupIterator(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyGroup_getGroupIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createRule") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyGroup_createRule(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyGroup_createRule(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getRule") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyGroup_getRule(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyGroup_getRule(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeRule") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyGroup_removeRule(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyGroup_removeRule(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getRuleCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getRuleIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyGroup") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleIterator(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyGroup_getRuleIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setRequiredAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyEventDefinition") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setOptionalAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyEventDefinition") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getRequiredAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyEventDefinition") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getOptionalAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyEventDefinition") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getParentDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyEventDefinition") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getParentDomain(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyEventDefinition_getParentDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getParentRepository") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyCondition") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRepository(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRepository(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getParentRule") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyCondition") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRule(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyCondition_getParentRule(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getParentRepository") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyAction") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRepository(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRepository(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getParentRule") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyAction") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRule(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyAction_getParentRule(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setInputVariables") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setOutputVariables") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getInputVariables") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getOutputVariables") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setGroupNames") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setPolicyRoles") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getGroupNames") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getPolicyRoles") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getParentDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicySignature") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicySignature_getParentDomain(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicySignature_getParentDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getParentDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getParentDomain(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getParentDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_createDomain(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_createDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomain(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeDomain") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getDomainCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getDomainIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainIterator(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getDomainIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createGroup") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_createGroup(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_createGroup(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getGroup") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroup(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroup(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeGroup") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getGroupCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getGroupIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupIterator(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getGroupIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createRule") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_createRule(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_createRule(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getRule") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getRule(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getRule(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeRule") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_removeRule(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeRule(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getRuleCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getRuleIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleIterator(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getRuleIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createEventDefinition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getEventDefinition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeEventDefinition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getEventDefinitionCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getEventDefinitionIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionIterator(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createVariableSet") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getVariableSet") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeVariableSet") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getVariableSetCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getVariableSetIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetIterator(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createVariable") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariable(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_createVariable(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setVariableValue") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getVariableType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getVariableValue") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getVariable") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariable(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getVariable(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeVariable") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createSignature") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_createSignature(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_createSignature(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getSignature") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignature(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignature(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeSignature") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getSignatureCount") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getSignatureIterator") == 0
&& (!idlname || strcmp(idlname, "org/csapi/policy/provisioning/IpPolicyDomain") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureIterator(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureIterator(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createIdentity") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteIdentity") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "isIdentity") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createGroupIdentity") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteGroupIdentity") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "addToGroup") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeFromGroup") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listMembers") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "isGroupIdentity") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listGroupMembership") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "addAlias") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeAliases") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listAliases") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "lookupByAlias") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "associateTypes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "disassociateTypes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listTypesOfIdentity") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "hasType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getIdentityAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setIdentityAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createAgent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteAgent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "isAgent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "enableCapabilities") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "disableCapabilities") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listEnabledCapabilities") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listAllCapabilities") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "isCapableOf") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "associateTypes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "disassociateTypes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listTypesOfAgent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "hasType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getAgentAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setAgentAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "assignAgent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "unassignAgent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listAssignedAgents") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listAssociatedIdentitiesOfAgent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listAssignedAgentsByCapability") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listCapabilitiesOfIdentity") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "isIdentityCapableOf") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentAssignment") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createIdentityAttribute") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteIdentityAttribute") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getIdentityAttributeDefinition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listAllIdentityAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createIdentityType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteIdentityType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listIdentityTypes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "addIdentityTypeAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeIdentityTypeAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listIdentityTypeAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMIdentityTypeManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createAgentAttribute") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteAgentAttribute") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getAgentAttributeDefinition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listAllAgentAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createAgentType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteAgentType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listAgentTypes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "addAgentTypeAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeAgentTypeAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listAgentTypeAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMAgentTypeManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createCapabilityAttribute") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteCapabilityAttribute") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getCapabilityAttributeDefinition") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listAllCapabilityAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createCapability") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteCapability") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listCapabilities") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "addCapabilityAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "removeCapabilityAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listCapabilityAttributes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "assignCapabilitiesToType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "unassignCapabilitiesFromType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listCapabilitiesOfType") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMCapabilityManagement") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getAuthToken") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMProvisioningManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "obtainInterface") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMProvisioningManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getAccessControl") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMProvisioningManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setAccessControl") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/provisioning/IpPAMProvisioningManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setIdentityPresence") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMIdentityPresence") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setIdentityPresenceExpiration") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMIdentityPresence") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getIdentityPresence") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMIdentityPresence") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setAgentPresence") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAgentPresence") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setCapabilityPresence") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAgentPresence") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setAgentPresenceExpiration") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAgentPresence") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setCapabilityPresenceExpiration") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAgentPresence") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getAgentPresence") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAgentPresence") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getCapabilityPresence") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAgentPresence") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "computeAvailability") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpAppPAMPreferenceCheck") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getAvailability") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAvailability") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_access_IpPAMAvailability_getAvailability(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_access_IpPAMAvailability_getAvailability(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getPreference") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAvailability") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_access_IpPAMAvailability_getPreference(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_access_IpPAMAvailability_getPreference(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setPreference") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMAvailability") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_access_IpPAMAvailability_setPreference(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_access_IpPAMAvailability_setPreference(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getAuthToken") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "obtainInterface") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getAccessControl") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setAccessControl") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "activateService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deactivateService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "isActiveIdentity") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/access/IpPAMPresenceAvailabilityManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "eventNotify") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpAppPAMEventHandler") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "eventNotifyErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpAppPAMEventHandler") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "isRegistered") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventHandler") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_event_IpPAMEventHandler_isRegistered(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_event_IpPAMEventHandler_isRegistered(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "registerAppInterface") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventHandler") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "registerForEvent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventHandler") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_event_IpPAMEventHandler_registerForEvent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deregisterAppInterface") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventHandler") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deregisterFromEvent") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventHandler") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getAuthToken") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_event_IpPAMEventManager_getAuthToken(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_event_IpPAMEventManager_getAuthToken(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "obtainInterface") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_event_IpPAMEventManager_obtainInterface(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_event_IpPAMEventManager_obtainInterface(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getAccessControl") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_event_IpPAMEventManager_getAccessControl(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_event_IpPAMEventManager_getAccessControl(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setAccessControl") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_event_IpPAMEventManager_setAccessControl(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_event_IpPAMEventManager_setAccessControl(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "activateService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_event_IpPAMEventManager_activateService(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_event_IpPAMEventManager_activateService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deactivateService") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_event_IpPAMEventManager_deactivateService(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_event_IpPAMEventManager_deactivateService(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "isActiveIdentity") == 0
&& (!idlname || strcmp(idlname, "org/csapi/pam/event/IpPAMEventManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "mailboxTerminated") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_mailboxTerminated(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_mailboxTerminated(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "reportNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "notificationsInterrupted") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsInterrupted(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsInterrupted(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "notificationsResumed") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsResumed(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsResumed(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "multiMediaMessagingTerminated") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_multiMediaMessagingTerminated(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_multiMediaMessagingTerminated(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "terminateMultipleMailboxes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "terminateMultipleMultiMediaMessagingSessions") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "openMailbox") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "openMultiMediaMessaging") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMultiMediaMessagingManager_openMultiMediaMessaging(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "destroyNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "changeNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getNextNotification") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "enableNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "disableNotifications") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessagingManager") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMultiMediaMessagingManager_disableNotifications(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMultiMediaMessagingManager_disableNotifications(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createFolderRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_createFolderRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_createFolderRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createFolderErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_createFolderErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_createFolderErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getFoldersRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_getFoldersRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_getFoldersRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getFoldersErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_getFoldersErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_getFoldersErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteFolderRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_deleteFolderRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_deleteFolderRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteFolderErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_deleteFolderErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_deleteFolderErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "copyFolderRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_copyFolderRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_copyFolderRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "copyFolderErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_copyFolderErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_copyFolderErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "moveFolderRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_moveFolderRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_moveFolderRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "moveFolderErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_moveFolderErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_moveFolderErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "putMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_putMessageRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_putMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "putMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_putMessageErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_putMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "copyMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_copyMessageRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_copyMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "copyMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_copyMessageErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_copyMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "moveMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_moveMessageRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_moveMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "moveMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_moveMessageErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_moveMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_deleteMessageRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_deleteMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_deleteMessageErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_deleteMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listMessagesRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_listMessagesRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_listMessagesRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listMessagesErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_listMessagesErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_listMessagesErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listMessageBodyPartsRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listMessageBodyPartsErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageBodyPartsRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageBodyPartsErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageHeadersRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageHeadersErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageContentRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_getMessageContentRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_getMessageContentRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageContentErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_getMessageContentErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_getMessageContentErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getFullMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_getFullMessageRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_getFullMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getFullMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_getFullMessageErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_getFullMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMailboxInfoPropertiesRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getFolderInfoPropertiesRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageInfoPropertiesRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setMessageInfoPropertiesRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setMessageInfoPropertiesErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMailboxInfoPropertiesErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getFolderInfoPropertiesErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageInfoPropertiesErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "close") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMailbox_close(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMailbox_close(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "createFolderReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMailbox_createFolderReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMailbox_createFolderReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getFoldersReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMailbox_getFoldersReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMailbox_getFoldersReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteFolderReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMailbox_deleteFolderReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMailbox_deleteFolderReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "copyFolderReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMailbox_copyFolderReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMailbox_copyFolderReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "moveFolderReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMailbox_moveFolderReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMailbox_moveFolderReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "putMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMailbox_putMessageReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMailbox_putMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "copyMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMailbox_copyMessageReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMailbox_copyMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "moveMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMailbox_moveMessageReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMailbox_moveMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "deleteMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMailbox_deleteMessageReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMailbox_deleteMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listMessagesReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMailbox_listMessagesReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMailbox_listMessagesReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "listMessageBodyPartsReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageBodyPartsReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageHeadersReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMailbox_getMessageHeadersReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMailbox_getMessageHeadersReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageContentReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMailbox_getMessageContentReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMailbox_getMessageContentReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getFullMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMailbox_getFullMessageReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMailbox_getFullMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMailboxInfoPropertiesReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getFolderInfoPropertiesReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "getMessageInfoPropertiesReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "setMessageInfoPropertiesReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMailbox") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "sendMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "sendMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "cancelMessageRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "cancelMessageErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryStatusRes") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryStatusErr") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "messageStatusReport") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "messageReceived") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpAppMultiMediaMessaging") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "sendMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessaging") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "cancelMessageReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessaging") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "queryStatusReq") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessaging") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "close") == 0
&& (!idlname || strcmp(idlname, "org/csapi/mmm/IpMultiMediaMessaging") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_org_csapi_mmm_IpMultiMediaMessaging_close(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_org_csapi_mmm_IpMultiMediaMessaging_close(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
@@ -100843,8 +83799,2631 @@ void proto_register_giop_parlay(void) {
static hf_register_info hf[] = {
/* field that indicates the currently ongoing request/reply exchange */
{&hf_operationrequest, {"Request_Operation","giop-parlay.Request_Operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
-
- /* no fields yet */
+ /* Operation filters */
+ {&hf_org_csapi_IpService_setCallbackWithSessionID_sessionID, {"sessionID","giop-parlay.csapi.setCallbackWithSessionID.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthentication_authType, {"authType","giop-parlay.csapi.initiateAuthentication.authType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion_authType, {"authType","giop-parlay.csapi.initiateAuthenticationWithVersion.authType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpInitial_initiateAuthenticationWithVersion_frameworkVersion, {"frameworkVersion","giop-parlay.csapi.initiateAuthenticationWithVersion.frameworkVersion",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAuthentication_requestAccess_accessType, {"accessType","giop-parlay.csapi.requestAccess.accessType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_terminationText, {"terminationText","giop-parlay.csapi.terminateAccess.terminationText",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_signingAlgorithm, {"signingAlgorithm","giop-parlay.csapi.terminateAccess.signingAlgorithm",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAccess_terminateAccess_digitalSignature, {"Seq length of digitalSignature","giop-parlay.csapi.terminateAccess.digitalSignature",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterface_interfaceName, {"interfaceName","giop-parlay.csapi.obtainInterface.interfaceName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_obtainInterfaceWithCallback_interfaceName, {"interfaceName","giop-parlay.csapi.obtainInterfaceWithCallback.interfaceName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_endAccess_endAccessProperties, {"Seq length of endAccessProperties","giop-parlay.csapi.endAccess.endAccessProperties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_listInterfaces_return, {"Seq length of TpInterfaceNameList","giop-parlay.csapi.listInterfaces.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_releaseInterface_interfaceName, {"interfaceName","giop-parlay.csapi.releaseInterface.interfaceName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm_return, {"TpSigningAlgorithm","giop-parlay.csapi.selectSigningAlgorithm.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_selectSigningAlgorithm_signingAlgorithmCaps, {"signingAlgorithmCaps","giop-parlay.csapi.selectSigningAlgorithm.signingAlgorithmCaps",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_terminationText, {"terminationText","giop-parlay.csapi.terminateAccess.terminationText",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_terminateAccess_digitalSignature, {"Seq length of digitalSignature","giop-parlay.csapi.terminateAccess.digitalSignature",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_interfaceName, {"interfaceName","giop-parlay.csapi.relinquishInterface.interfaceName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_terminationText, {"terminationText","giop-parlay.csapi.relinquishInterface.terminationText",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAccess_relinquishInterface_digitalSignature, {"Seq length of digitalSignature","giop-parlay.csapi.relinquishInterface.digitalSignature",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_return, {"Seq length of TpOctetSet","giop-parlay.csapi.authenticate.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticate_challenge, {"Seq length of challenge","giop-parlay.csapi.authenticate.challenge",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_return, {"Seq length of TpOctetSet","giop-parlay.csapi.challenge.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_challenge_challenge, {"Seq length of challenge","giop-parlay.csapi.challenge.challenge",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod_return, {"TpEncryptionCapability","giop-parlay.csapi.selectEncryptionMethod.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectEncryptionMethod_encryptionCaps, {"encryptionCaps","giop-parlay.csapi.selectEncryptionMethod.encryptionCaps",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_return, {"Seq length of TpOctetSet","giop-parlay.csapi.authenticate.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticate_challenge, {"Seq length of challenge","giop-parlay.csapi.authenticate.challenge",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism_return, {"TpAuthMechanism","giop-parlay.csapi.selectAuthenticationMechanism.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_selectAuthenticationMechanism_authMechanismList, {"authMechanismList","giop-parlay.csapi.selectAuthenticationMechanism.authMechanismList",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_return, {"Seq length of TpOctetSet","giop-parlay.csapi.challenge.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_challenge_challenge, {"Seq length of challenge","giop-parlay.csapi.challenge.challenge",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_notification_IpAppEventNotification_reportNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_notification_IpEventNotification_createNotification_return, {"TpAssignmentID","giop-parlay.csapi.createNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_notification_IpEventNotification_destroyNotification_assignmentID, {"assignmentID","giop-parlay.csapi.destroyNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes_activityTestID, {"activityTestID","giop-parlay.csapi.activityTestRes.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestRes_activityTestResult, {"activityTestResult","giop-parlay.csapi.activityTestRes.activityTestResult",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appActivityTestReq_activityTestID, {"activityTestID","giop-parlay.csapi.appActivityTestReq.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultReportInd_fault, {"fault","giop-parlay.csapi.fwFaultReportInd.fault",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpInterfaceFault),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwFaultRecoveryInd_fault, {"fault","giop-parlay.csapi.fwFaultRecoveryInd.fault",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpInterfaceFault),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd_serviceID, {"serviceID","giop-parlay.csapi.svcUnavailableInd.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcUnavailableInd_reason, {"reason","giop-parlay.csapi.svcUnavailableInd.reason",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSvcUnavailReason),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordRes_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.genFaultStatsRecordRes.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwUnavailableInd_reason, {"reason","giop-parlay.csapi.fwUnavailableInd.reason",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFwUnavailReason),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_activityTestErr_activityTestID, {"activityTestID","giop-parlay.csapi.activityTestErr.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_faultStatisticsError, {"faultStatisticsError","giop-parlay.csapi.genFaultStatsRecordErr.faultStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFaultStatisticsError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordErr_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.genFaultStatsRecordErr.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_appUnavailableInd_serviceID, {"serviceID","giop-parlay.csapi.appUnavailableInd.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd_serviceID, {"serviceID","giop-parlay.csapi.svcAvailStatusInd.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_svcAvailStatusInd_reason, {"reason","giop-parlay.csapi.svcAvailStatusInd.reason",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSvcAvailStatusReason),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordRes.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordRes_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.generateFaultStatisticsRecordRes.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_faultStatistics, {"Seq length of faultStatistics","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatistics",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordErr_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.generateFaultStatisticsRecordErr.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordReq.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppFaultManager_fwAvailStatusInd_reason, {"reason","giop-parlay.csapi.fwAvailStatusInd.reason",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFwAvailStatusReason),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadRes_loadStatistics, {"Seq length of loadStatistics","giop-parlay.csapi.queryLoadRes.loadStatistics",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadErr_loadStatisticsError, {"loadStatisticsError","giop-parlay.csapi.queryLoadErr.loadStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_loadLevelNotification_loadStatistics, {"Seq length of loadStatistics","giop-parlay.csapi.loadLevelNotification.loadStatistics",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadStatsReq_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryAppLoadStatsReq.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryLoadStatsRes.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsRes_loadStatistics, {"Seq length of loadStatistics","giop-parlay.csapi.queryLoadStatsRes.loadStatistics",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryLoadStatsErr.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryLoadStatsErr_loadStatisticsError, {"loadStatisticsError","giop-parlay.csapi.queryLoadStatsErr.loadStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_reportLoad_loadLevel, {"loadLevel","giop-parlay.csapi.reportLoad.loadLevel",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadLevel),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadReq_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.queryLoadReq.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadRes_loadStatistics, {"Seq length of loadStatistics","giop-parlay.csapi.queryAppLoadRes.loadStatistics",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadErr_loadStatisticsError, {"loadStatisticsError","giop-parlay.csapi.queryAppLoadErr.loadStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_createLoadLevelNotification_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.createLoadLevelNotification.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_destroyLoadLevelNotification_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.destroyLoadLevelNotification.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_resumeNotification_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.resumeNotification.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_suspendNotification_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.suspendNotification.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryLoadStatsReq.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryLoadStatsReq_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.queryLoadStatsReq.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryAppLoadStatsRes.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsRes_loadStatistics, {"Seq length of loadStatistics","giop-parlay.csapi.queryAppLoadStatsRes.loadStatistics",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryAppLoadStatsErr.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpLoadManager_queryAppLoadStatsErr_loadStatisticsError, {"loadStatisticsError","giop-parlay.csapi.queryAppLoadStatsErr.loadStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery_return, {"TpDateAndTime","giop-parlay.csapi.systemDateTimeQuery.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppOAM_systemDateTimeQuery_systemDateAndTime, {"systemDateAndTime","giop-parlay.csapi.systemDateTimeQuery.systemDateAndTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery_return, {"TpDateAndTime","giop-parlay.csapi.systemDateTimeQuery.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpOAM_systemDateTimeQuery_clientDateAndTime, {"clientDateAndTime","giop-parlay.csapi.systemDateTimeQuery.clientDateAndTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq_activityTestID, {"activityTestID","giop-parlay.csapi.activityTestReq.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_activityTestReq_svcID, {"svcID","giop-parlay.csapi.activityTestReq.svcID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes_activityTestID, {"activityTestID","giop-parlay.csapi.appActivityTestRes.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestRes_activityTestResult, {"activityTestResult","giop-parlay.csapi.appActivityTestRes.activityTestResult",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_svcUnavailableInd_serviceID, {"serviceID","giop-parlay.csapi.svcUnavailableInd.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordReq_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.genFaultStatsRecordReq.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appActivityTestErr_activityTestID, {"activityTestID","giop-parlay.csapi.appActivityTestErr.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appUnavailableInd_serviceID, {"serviceID","giop-parlay.csapi.appUnavailableInd.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordErr_faultStatisticsError, {"faultStatisticsError","giop-parlay.csapi.genFaultStatsRecordErr.faultStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFaultStatisticsError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_appAvailStatusInd_reason, {"reason","giop-parlay.csapi.appAvailStatusInd.reason",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpAppAvailStatusReason),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordReq.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordReq_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.generateFaultStatisticsRecordReq.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordRes.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpFaultManager_generateFaultStatisticsRecordErr_faultStatisticsError, {"faultStatisticsError","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFaultStatisticsError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_enableHeartBeat_interval, {"interval","giop-parlay.csapi.enableHeartBeat.interval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_changeInterval_interval, {"interval","giop-parlay.csapi.changeInterval.interval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_enableAppHeartBeat_interval, {"interval","giop-parlay.csapi.enableAppHeartBeat.interval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_changeInterval_interval, {"interval","giop-parlay.csapi.changeInterval.interval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listServiceTypes_return, {"Seq length of TpServiceTypeNameList","giop-parlay.csapi.listServiceTypes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_describeServiceType_name, {"name","giop-parlay.csapi.describeServiceType.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_return, {"Seq length of TpServiceList","giop-parlay.csapi.discoverService.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_serviceTypeName, {"serviceTypeName","giop-parlay.csapi.discoverService.serviceTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_desiredPropertyList, {"Seq length of desiredPropertyList","giop-parlay.csapi.discoverService.desiredPropertyList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_discoverService_max, {"max","giop-parlay.csapi.discoverService.max",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_discovery_IpServiceDiscovery_listSubscribedServices_return, {"Seq length of TpServiceList","giop-parlay.csapi.listSubscribedServices.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_return, {"Seq length of TpOctetSet","giop-parlay.csapi.signServiceAgreement.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_serviceToken, {"serviceToken","giop-parlay.csapi.signServiceAgreement.serviceToken",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_agreementText, {"agreementText","giop-parlay.csapi.signServiceAgreement.agreementText",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_signServiceAgreement_signingAlgorithm, {"signingAlgorithm","giop-parlay.csapi.signServiceAgreement.signingAlgorithm",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_serviceToken, {"serviceToken","giop-parlay.csapi.terminateServiceAgreement.serviceToken",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_terminationText, {"terminationText","giop-parlay.csapi.terminateServiceAgreement.terminationText",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_service_agreement_IpAppServiceAgreementManagement_terminateServiceAgreement_digitalSignature, {"Seq length of digitalSignature","giop-parlay.csapi.terminateServiceAgreement.digitalSignature",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_serviceToken, {"serviceToken","giop-parlay.csapi.signServiceAgreement.serviceToken",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_agreementText, {"agreementText","giop-parlay.csapi.signServiceAgreement.agreementText",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_signServiceAgreement_signingAlgorithm, {"signingAlgorithm","giop-parlay.csapi.signServiceAgreement.signingAlgorithm",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_serviceToken, {"serviceToken","giop-parlay.csapi.terminateServiceAgreement.serviceToken",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_terminationText, {"terminationText","giop-parlay.csapi.terminateServiceAgreement.terminationText",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_terminateServiceAgreement_digitalSignature, {"Seq length of digitalSignature","giop-parlay.csapi.terminateServiceAgreement.digitalSignature",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService_return, {"TpServiceToken","giop-parlay.csapi.selectService.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_selectService_serviceID, {"serviceID","giop-parlay.csapi.selectService.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_application_service_agreement_IpServiceAgreementManagement_initiateSignServiceAgreement_serviceToken, {"serviceToken","giop-parlay.csapi.initiateSignServiceAgreement.serviceToken",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_createServiceProfile_return, {"TpServiceProfileID","giop-parlay.csapi.createServiceProfile.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deleteServiceProfile_serviceProfileID, {"serviceProfileID","giop-parlay.csapi.deleteServiceProfile.serviceProfileID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign_sagID, {"sagID","giop-parlay.csapi.assign.sagID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_assign_serviceProfileID, {"serviceProfileID","giop-parlay.csapi.assign.serviceProfileID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign_sagID, {"sagID","giop-parlay.csapi.deassign.sagID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_deassign_serviceProfileID, {"serviceProfileID","giop-parlay.csapi.deassign.serviceProfileID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_requestConflictInfo_return, {"Seq length of TpAssignSagToServiceProfileConflictList","giop-parlay.csapi.requestConflictInfo.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listServiceProfiles_return, {"Seq length of TpServiceProfileIDList","giop-parlay.csapi.listServiceProfiles.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_describeServiceProfile_serviceProfileID, {"serviceProfileID","giop-parlay.csapi.describeServiceProfile.serviceProfileID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_return, {"Seq length of TpSagIDList","giop-parlay.csapi.listAssignedMembers.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileInfoQuery_listAssignedMembers_serviceProfileID, {"serviceProfileID","giop-parlay.csapi.listAssignedMembers.serviceProfileID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_createServiceContract_return, {"TpServiceContractID","giop-parlay.csapi.createServiceContract.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_deleteServiceContract_serviceContractID, {"serviceContractID","giop-parlay.csapi.deleteServiceContract.serviceContractID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_describeServiceContract_serviceContractID, {"serviceContractID","giop-parlay.csapi.describeServiceContract.serviceContractID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceContracts_return, {"Seq length of TpServiceContractIDList","giop-parlay.csapi.listServiceContracts.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_return, {"Seq length of TpServiceProfileIDList","giop-parlay.csapi.listServiceProfiles.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractInfoQuery_listServiceProfiles_serviceContractID, {"serviceContractID","giop-parlay.csapi.listServiceProfiles.serviceContractID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_modifyEntOpAccount_enterpriseOperatorProperties, {"Seq length of enterpriseOperatorProperties","giop-parlay.csapi.modifyEntOpAccount.enterpriseOperatorProperties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteClientApp_clientAppID, {"clientAppID","giop-parlay.csapi.deleteClientApp.clientAppID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createSAG_clientAppIDs, {"Seq length of clientAppIDs","giop-parlay.csapi.createSAG.clientAppIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_deleteSAG_sagID, {"sagID","giop-parlay.csapi.deleteSAG.sagID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_sagID, {"sagID","giop-parlay.csapi.addSAGMembers.sagID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_addSAGMembers_clientAppIDs, {"Seq length of clientAppIDs","giop-parlay.csapi.addSAGMembers.clientAppIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_sagID, {"sagID","giop-parlay.csapi.removeSAGMembers.sagID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_removeSAGMembers_clientAppIDList, {"Seq length of clientAppIDList","giop-parlay.csapi.removeSAGMembers.clientAppIDList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_requestConflictInfo_return, {"Seq length of TpAddSagMembersConflictList","giop-parlay.csapi.requestConflictInfo.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeClientApp_clientAppID, {"clientAppID","giop-parlay.csapi.describeClientApp.clientAppID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientApps_return, {"Seq length of TpClientAppIDList","giop-parlay.csapi.listClientApps.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG_return, {"TpSagDescription","giop-parlay.csapi.describeSAG.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_describeSAG_sagID, {"sagID","giop-parlay.csapi.describeSAG.sagID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGs_return, {"Seq length of TpSagIDList","giop-parlay.csapi.listSAGs.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_return, {"Seq length of TpClientAppIDList","giop-parlay.csapi.listSAGMembers.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listSAGMembers_sagID, {"sagID","giop-parlay.csapi.listSAGMembers.sagID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_return, {"Seq length of TpSagIDList","giop-parlay.csapi.listClientAppMembership.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppInfoQuery_listClientAppMembership_clientAppID, {"clientAppID","giop-parlay.csapi.listClientAppMembership.clientAppID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_reportNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_createNotification_return, {"TpAssignmentID","giop-parlay.csapi.createNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_enterprise_operator_notification_IpEventNotification_destroyNotification_assignmentID, {"assignmentID","giop-parlay.csapi.destroyNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listServiceTypes_return, {"Seq length of TpServiceTypeNameList","giop-parlay.csapi.listServiceTypes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_describeServiceType_name, {"name","giop-parlay.csapi.describeServiceType.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_return, {"Seq length of TpServiceList","giop-parlay.csapi.discoverService.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_serviceTypeName, {"serviceTypeName","giop-parlay.csapi.discoverService.serviceTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_desiredPropertyList, {"Seq length of desiredPropertyList","giop-parlay.csapi.discoverService.desiredPropertyList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_discoverService_max, {"max","giop-parlay.csapi.discoverService.max",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_discovery_IpFwServiceDiscovery_listRegisteredServices_return, {"Seq length of TpServiceList","giop-parlay.csapi.listRegisteredServices.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_application, {"application","giop-parlay.csapi.createServiceManager.application",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceProperties, {"Seq length of serviceProperties","giop-parlay.csapi.createServiceManager.serviceProperties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_createServiceManager_serviceInstanceID, {"serviceInstanceID","giop-parlay.csapi.createServiceManager.serviceInstanceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_service_lifecycle_IpServiceInstanceLifecycleManager_destroyServiceManager_serviceInstance, {"serviceInstance","giop-parlay.csapi.destroyServiceManager.serviceInstance",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_return, {"TpServiceID","giop-parlay.csapi.registerService.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_serviceTypeName, {"serviceTypeName","giop-parlay.csapi.registerService.serviceTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerService_servicePropertyList, {"Seq length of servicePropertyList","giop-parlay.csapi.registerService.servicePropertyList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_announceServiceAvailability_serviceID, {"serviceID","giop-parlay.csapi.announceServiceAvailability.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unregisterService_serviceID, {"serviceID","giop-parlay.csapi.unregisterService.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_describeService_serviceID, {"serviceID","giop-parlay.csapi.describeService.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_unannounceService_serviceID, {"serviceID","giop-parlay.csapi.unannounceService.serviceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_return, {"TpServiceID","giop-parlay.csapi.registerServiceSubType.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_serviceTypeName, {"serviceTypeName","giop-parlay.csapi.registerServiceSubType.serviceTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_servicePropertyList, {"Seq length of servicePropertyList","giop-parlay.csapi.registerServiceSubType.servicePropertyList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_service_registration_IpFwServiceRegistration_registerServiceSubType_extendedServicePropertyList, {"Seq length of extendedServicePropertyList","giop-parlay.csapi.registerServiceSubType.extendedServicePropertyList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadRes_loadStatistics, {"Seq length of loadStatistics","giop-parlay.csapi.queryLoadRes.loadStatistics",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadErr_loadStatisticsError, {"loadStatisticsError","giop-parlay.csapi.queryLoadErr.loadStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_loadLevelNotification_loadStatistics, {"Seq length of loadStatistics","giop-parlay.csapi.loadLevelNotification.loadStatistics",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadStatsReq_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.querySvcLoadStatsReq.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryLoadStatsRes.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsRes_loadStatistics, {"Seq length of loadStatistics","giop-parlay.csapi.queryLoadStatsRes.loadStatistics",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryLoadStatsErr.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_queryLoadStatsErr_loadStatisticsError, {"loadStatisticsError","giop-parlay.csapi.queryLoadStatsErr.loadStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_reportLoad_loadLevel, {"loadLevel","giop-parlay.csapi.reportLoad.loadLevel",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadLevel),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadReq_querySubject, {"querySubject","giop-parlay.csapi.queryLoadReq.querySubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadRes_loadStatistics, {"Seq length of loadStatistics","giop-parlay.csapi.querySvcLoadRes.loadStatistics",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadErr_loadStatisticError, {"loadStatisticError","giop-parlay.csapi.querySvcLoadErr.loadStatisticError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_createLoadLevelNotification_notificationSubject, {"notificationSubject","giop-parlay.csapi.createLoadLevelNotification.notificationSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_destroyLoadLevelNotification_notificationSubject, {"notificationSubject","giop-parlay.csapi.destroyLoadLevelNotification.notificationSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_suspendNotification_notificationSubject, {"notificationSubject","giop-parlay.csapi.suspendNotification.notificationSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_resumeNotification_notificationSubject, {"notificationSubject","giop-parlay.csapi.resumeNotification.notificationSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.queryLoadStatsReq.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_queryLoadStatsReq_querySubject, {"querySubject","giop-parlay.csapi.queryLoadStatsReq.querySubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.querySvcLoadStatsRes.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsRes_loadStatistics, {"Seq length of loadStatistics","giop-parlay.csapi.querySvcLoadStatsRes.loadStatistics",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr_loadStatsReqID, {"loadStatsReqID","giop-parlay.csapi.querySvcLoadStatsErr.loadStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwLoadManager_querySvcLoadStatsErr_loadStatisticError, {"loadStatisticError","giop-parlay.csapi.querySvcLoadStatsErr.loadStatisticError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes_activityTestID, {"activityTestID","giop-parlay.csapi.activityTestRes.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestRes_activityTestResult, {"activityTestResult","giop-parlay.csapi.activityTestRes.activityTestResult",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcActivityTestReq_activityTestID, {"activityTestID","giop-parlay.csapi.svcActivityTestReq.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultReportInd_fault, {"fault","giop-parlay.csapi.fwFaultReportInd.fault",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpInterfaceFault),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwFaultRecoveryInd_fault, {"fault","giop-parlay.csapi.fwFaultRecoveryInd.fault",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpInterfaceFault),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwUnavailableInd_reason, {"reason","giop-parlay.csapi.fwUnavailableInd.reason",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFwUnavailReason),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordRes_recordSubject, {"recordSubject","giop-parlay.csapi.genFaultStatsRecordRes.recordSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_activityTestErr_activityTestID, {"activityTestID","giop-parlay.csapi.activityTestErr.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr_faultStatisticsError, {"faultStatisticsError","giop-parlay.csapi.genFaultStatsRecordErr.faultStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFaultStatisticsError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordErr_recordSubject, {"recordSubject","giop-parlay.csapi.genFaultStatsRecordErr.recordSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_genFaultStatsRecordReq_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.genFaultStatsRecordReq.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appAvailStatusInd_reason, {"reason","giop-parlay.csapi.appAvailStatusInd.reason",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpAppAvailStatusReason),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordRes.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordRes_recordSubject, {"recordSubject","giop-parlay.csapi.generateFaultStatisticsRecordRes.recordSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr_faultStatisticsError, {"faultStatisticsError","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFaultStatisticsError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordErr_recordSubject, {"recordSubject","giop-parlay.csapi.generateFaultStatisticsRecordErr.recordSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordReq.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_fwAvailStatusInd_reason, {"reason","giop-parlay.csapi.fwAvailStatusInd.reason",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFwAvailStatusReason),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq_activityTestID, {"activityTestID","giop-parlay.csapi.activityTestReq.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_activityTestReq_testSubject, {"testSubject","giop-parlay.csapi.activityTestReq.testSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes_activityTestID, {"activityTestID","giop-parlay.csapi.svcActivityTestRes.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestRes_activityTestResult, {"activityTestResult","giop-parlay.csapi.svcActivityTestRes.activityTestResult",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordReq_recordSubject, {"recordSubject","giop-parlay.csapi.genFaultStatsRecordReq.recordSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcUnavailableInd_reason, {"reason","giop-parlay.csapi.svcUnavailableInd.reason",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSvcUnavailReason),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcActivityTestErr_activityTestID, {"activityTestID","giop-parlay.csapi.svcActivityTestErr.activityTestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordRes_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.genFaultStatsRecordRes.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_faultStatisticsError, {"faultStatisticsError","giop-parlay.csapi.genFaultStatsRecordErr.faultStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFaultStatisticsError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_genFaultStatsRecordErr_serviceIDs, {"Seq length of serviceIDs","giop-parlay.csapi.genFaultStatsRecordErr.serviceIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordErr_faultStatisticsError, {"faultStatisticsError","giop-parlay.csapi.generateFaultStatsRecordErr.faultStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFaultStatisticsError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_svcAvailStatusInd_reason, {"reason","giop-parlay.csapi.svcAvailStatusInd.reason",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSvcAvailStatusReason),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordReq.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordReq_recordSubject, {"recordSubject","giop-parlay.csapi.generateFaultStatisticsRecordReq.recordSubject",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpSubjectType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordRes_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordRes.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr_faultStatsReqID, {"faultStatsReqID","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatsReqID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatisticsRecordErr_faultStatisticsError, {"faultStatisticsError","giop-parlay.csapi.generateFaultStatisticsRecordErr.faultStatisticsError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFaultStatisticsError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery_return, {"TpDateAndTime","giop-parlay.csapi.systemDateTimeQuery.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcOAM_systemDateTimeQuery_systemDateAndTime, {"systemDateAndTime","giop-parlay.csapi.systemDateTimeQuery.systemDateAndTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery_return, {"TpDateAndTime","giop-parlay.csapi.systemDateTimeQuery.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwOAM_systemDateTimeQuery_clientDateAndTime, {"clientDateAndTime","giop-parlay.csapi.systemDateTimeQuery.clientDateAndTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_enableHeartBeat_interval, {"interval","giop-parlay.csapi.enableHeartBeat.interval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_changeInterval_interval, {"interval","giop-parlay.csapi.changeInterval.interval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_enableSvcHeartBeat_interval, {"interval","giop-parlay.csapi.enableSvcHeartBeat.interval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_changeInterval_interval, {"interval","giop-parlay.csapi.changeInterval.interval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_notification_IpFwEventNotification_createNotification_return, {"TpAssignmentID","giop-parlay.csapi.createNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_notification_IpFwEventNotification_destroyNotification_assignmentID, {"assignmentID","giop-parlay.csapi.destroyNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_fw_service_notification_IpSvcEventNotification_reportNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCall_routeRes_callSessionID, {"callSessionID","giop-parlay.csapi.routeRes.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCall_routeRes_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.routeRes.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCall_routeErr_callSessionID, {"callSessionID","giop-parlay.csapi.routeErr.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCall_routeErr_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.routeErr.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCall_getCallInfoRes_callSessionID, {"callSessionID","giop-parlay.csapi.getCallInfoRes.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCall_getCallInfoErr_callSessionID, {"callSessionID","giop-parlay.csapi.getCallInfoErr.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCall_superviseCallRes_callSessionID, {"callSessionID","giop-parlay.csapi.superviseCallRes.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCall_superviseCallRes_report, {"report","giop-parlay.csapi.superviseCallRes.report",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCall_superviseCallRes_usedTime, {"usedTime","giop-parlay.csapi.superviseCallRes.usedTime",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCall_superviseCallErr_callSessionID, {"callSessionID","giop-parlay.csapi.superviseCallErr.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCall_callFaultDetected_callSessionID, {"callSessionID","giop-parlay.csapi.callFaultDetected.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCall_callFaultDetected_fault, {"fault","giop-parlay.csapi.callFaultDetected.fault",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_gccs_TpCallFault),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes_callSessionID, {"callSessionID","giop-parlay.csapi.getMoreDialledDigitsRes.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsRes_digits, {"digits","giop-parlay.csapi.getMoreDialledDigitsRes.digits",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCall_getMoreDialledDigitsErr_callSessionID, {"callSessionID","giop-parlay.csapi.getMoreDialledDigitsErr.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCall_callEnded_callSessionID, {"callSessionID","giop-parlay.csapi.callEnded.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCall_routeReq_return, {"TpSessionID","giop-parlay.csapi.routeReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCall_routeReq_callSessionID, {"callSessionID","giop-parlay.csapi.routeReq.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCall_routeReq_responseRequested, {"Seq length of responseRequested","giop-parlay.csapi.routeReq.responseRequested",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCall_routeReq_appInfo, {"Seq length of appInfo","giop-parlay.csapi.routeReq.appInfo",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCall_release_callSessionID, {"callSessionID","giop-parlay.csapi.release.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCall_deassignCall_callSessionID, {"callSessionID","giop-parlay.csapi.deassignCall.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCall_getCallInfoReq_callSessionID, {"callSessionID","giop-parlay.csapi.getCallInfoReq.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCall_getCallInfoReq_callInfoRequested, {"callInfoRequested","giop-parlay.csapi.getCallInfoReq.callInfoRequested",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCall_setCallChargePlan_callSessionID, {"callSessionID","giop-parlay.csapi.setCallChargePlan.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCall_setAdviceOfCharge_callSessionID, {"callSessionID","giop-parlay.csapi.setAdviceOfCharge.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCall_setAdviceOfCharge_tariffSwitch, {"tariffSwitch","giop-parlay.csapi.setAdviceOfCharge.tariffSwitch",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq_callSessionID, {"callSessionID","giop-parlay.csapi.getMoreDialledDigitsReq.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCall_getMoreDialledDigitsReq_length, {"length","giop-parlay.csapi.getMoreDialledDigitsReq.length",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCall_superviseCallReq_callSessionID, {"callSessionID","giop-parlay.csapi.superviseCallReq.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCall_superviseCallReq_time, {"time","giop-parlay.csapi.superviseCallReq.time",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCall_superviseCallReq_treatment, {"treatment","giop-parlay.csapi.superviseCallReq.treatment",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCall_continueProcessing_callSessionID, {"callSessionID","giop-parlay.csapi.continueProcessing.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCallControlManager_callAborted_callReference, {"callReference","giop-parlay.csapi.callAborted.callReference",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCallControlManager_callEventNotify_assignmentID, {"assignmentID","giop-parlay.csapi.callEventNotify.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadEncountered_assignmentID, {"assignmentID","giop-parlay.csapi.callOverloadEncountered.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCallControlManager_callOverloadCeased_assignmentID, {"assignmentID","giop-parlay.csapi.callOverloadCeased.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpAppCallControlManager_abortMultipleCalls_callReferenceSet, {"Seq length of callReferenceSet","giop-parlay.csapi.abortMultipleCalls.callReferenceSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCallControlManager_enableCallNotification_return, {"TpAssignmentID","giop-parlay.csapi.enableCallNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCallControlManager_disableCallNotification_assignmentID, {"assignmentID","giop-parlay.csapi.disableCallNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_return, {"TpAssignmentID","giop-parlay.csapi.setCallLoadControl.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCallControlManager_setCallLoadControl_duration, {"duration","giop-parlay.csapi.setCallLoadControl.duration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCallControlManager_changeCallNotification_assignmentID, {"assignmentID","giop-parlay.csapi.changeCallNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_IpCallControlManager_getCriteria_return, {"Seq length of TpCallEventCriteriaResultSet","giop-parlay.csapi.getCriteria.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppCallLeg_eventReportRes_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.eventReportRes.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppCallLeg_eventReportErr_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.eventReportErr.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaRes_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.attachMediaRes.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppCallLeg_attachMediaErr_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.attachMediaErr.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaRes_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.detachMediaRes.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppCallLeg_detachMediaErr_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.detachMediaErr.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppCallLeg_getInfoRes_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.getInfoRes.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppCallLeg_getInfoErr_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.getInfoErr.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppCallLeg_routeErr_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.routeErr.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.superviseRes.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_report, {"report","giop-parlay.csapi.superviseRes.report",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseRes_usedTime, {"usedTime","giop-parlay.csapi.superviseRes.usedTime",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppCallLeg_superviseErr_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.superviseErr.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.callLegEnded.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppCallLeg_callLegEnded_cause, {"cause","giop-parlay.csapi.callLegEnded.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_createNotification_return, {"TpAssignmentID","giop-parlay.csapi.createNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_destroyNotification_assignmentID, {"assignmentID","giop-parlay.csapi.destroyNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_changeNotification_assignmentID, {"assignmentID","giop-parlay.csapi.changeNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNotification_return, {"Seq length of TpNotificationRequestedSet","giop-parlay.csapi.getNotification.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_return, {"TpAssignmentID","giop-parlay.csapi.setCallLoadControl.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_setCallLoadControl_duration, {"duration","giop-parlay.csapi.setCallLoadControl.duration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_enableNotifications_return, {"TpAssignmentID","giop-parlay.csapi.enableNotifications.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification_reset, {"reset","giop-parlay.csapi.getNextNotification.reset",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_routeReq_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.routeReq.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_routeReq_appInfo, {"Seq length of appInfo","giop-parlay.csapi.routeReq.appInfo",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.eventReportReq.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_eventReportReq_eventsRequested, {"Seq length of eventsRequested","giop-parlay.csapi.eventReportReq.eventsRequested",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_release_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.release.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_release_cause, {"cause","giop-parlay.csapi.release.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_getInfoReq_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.getInfoReq.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_getInfoReq_callLegInfoRequested, {"callLegInfoRequested","giop-parlay.csapi.getInfoReq.callLegInfoRequested",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_getCall_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.getCall.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_attachMediaReq_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.attachMediaReq.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_detachMediaReq_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.detachMediaReq.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_getCurrentDestinationAddress_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.getCurrentDestinationAddress.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_continueProcessing_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.continueProcessing.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_setChargePlan_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.setChargePlan.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.setAdviceOfCharge.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_setAdviceOfCharge_tariffSwitch, {"tariffSwitch","giop-parlay.csapi.setAdviceOfCharge.tariffSwitch",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.superviseReq.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_time, {"time","giop-parlay.csapi.superviseReq.time",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_superviseReq_treatment, {"treatment","giop-parlay.csapi.superviseReq.treatment",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_deassign_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.deassign.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_return, {"Seq length of TpCallLegPropertyList","giop-parlay.csapi.getProperties.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.getProperties.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_getProperties_propertyNames, {"Seq length of propertyNames","giop-parlay.csapi.getProperties.propertyNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_setProperties_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.setProperties.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpCallLeg_setProperties_properties, {"Seq length of properties","giop-parlay.csapi.setProperties.properties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoRes_callSessionID, {"callSessionID","giop-parlay.csapi.getInfoRes.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_getInfoErr_callSessionID, {"callSessionID","giop-parlay.csapi.getInfoErr.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_callSessionID, {"callSessionID","giop-parlay.csapi.superviseRes.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_report, {"report","giop-parlay.csapi.superviseRes.report",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseRes_usedTime, {"usedTime","giop-parlay.csapi.superviseRes.usedTime",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_superviseErr_callSessionID, {"callSessionID","giop-parlay.csapi.superviseErr.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_callEnded_callSessionID, {"callSessionID","giop-parlay.csapi.callEnded.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCall_createAndRouteCallLegErr_callSessionID, {"callSessionID","giop-parlay.csapi.createAndRouteCallLegErr.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_return, {"Seq length of TpCallLegIdentifierSet","giop-parlay.csapi.getCallLegs.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_getCallLegs_callSessionID, {"callSessionID","giop-parlay.csapi.getCallLegs.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_createCallLeg_callSessionID, {"callSessionID","giop-parlay.csapi.createCallLeg.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_callSessionID, {"callSessionID","giop-parlay.csapi.createAndRouteCallLegReq.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_eventsRequested, {"Seq length of eventsRequested","giop-parlay.csapi.createAndRouteCallLegReq.eventsRequested",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_createAndRouteCallLegReq_appInfo, {"Seq length of appInfo","giop-parlay.csapi.createAndRouteCallLegReq.appInfo",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_release_callSessionID, {"callSessionID","giop-parlay.csapi.release.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_release_cause, {"cause","giop-parlay.csapi.release.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_deassignCall_callSessionID, {"callSessionID","giop-parlay.csapi.deassignCall.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq_callSessionID, {"callSessionID","giop-parlay.csapi.getInfoReq.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_getInfoReq_callInfoRequested, {"callInfoRequested","giop-parlay.csapi.getInfoReq.callInfoRequested",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_setChargePlan_callSessionID, {"callSessionID","giop-parlay.csapi.setChargePlan.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge_callSessionID, {"callSessionID","giop-parlay.csapi.setAdviceOfCharge.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_setAdviceOfCharge_tariffSwitch, {"tariffSwitch","giop-parlay.csapi.setAdviceOfCharge.tariffSwitch",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_callSessionID, {"callSessionID","giop-parlay.csapi.superviseReq.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_time, {"time","giop-parlay.csapi.superviseReq.time",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpMultiPartyCall_superviseReq_treatment, {"treatment","giop-parlay.csapi.superviseReq.treatment",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_callLegReferenceSet, {"Seq length of callLegReferenceSet","giop-parlay.csapi.reportNotification.callLegReferenceSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_reportNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callAborted_callReference, {"callReference","giop-parlay.csapi.callAborted.callReference",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadEncountered_assignmentID, {"assignmentID","giop-parlay.csapi.callOverloadEncountered.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_callOverloadCeased_assignmentID, {"assignmentID","giop-parlay.csapi.callOverloadCeased.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_abortMultipleCalls_callReferenceSet, {"Seq length of callReferenceSet","giop-parlay.csapi.abortMultipleCalls.callReferenceSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_callSessionID, {"callSessionID","giop-parlay.csapi.superviseVolumeRes.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_report, {"report","giop-parlay.csapi.superviseVolumeRes.report",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeRes_qualityOfService, {"qualityOfService","giop-parlay.csapi.superviseVolumeRes.qualityOfService",FT_UINT32,BASE_DEC,VALS(org_csapi_TpDataSessionQosClass),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCall_superviseVolumeErr_callSessionID, {"callSessionID","giop-parlay.csapi.superviseVolumeErr.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.mediaStreamMonitorRes.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_streams, {"Seq length of streams","giop-parlay.csapi.mediaStreamMonitorRes.streams",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCallLeg_mediaStreamMonitorRes_type, {"type","giop-parlay.csapi.mediaStreamMonitorRes.type",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_mmccs_TpMediaStreamEventType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpMultiMediaStream_subtract_mediaStreamSessionID, {"mediaStreamSessionID","giop-parlay.csapi.subtract.mediaStreamSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.mediaStreamAllow.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamAllow_mediaStreamList, {"Seq length of mediaStreamList","giop-parlay.csapi.mediaStreamAllow.mediaStreamList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.mediaStreamMonitorReq.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_mediaStreamMonitorReq_mediaStreamEventCriteria, {"Seq length of mediaStreamEventCriteria","giop-parlay.csapi.mediaStreamMonitorReq.mediaStreamEventCriteria",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_return, {"Seq length of TpMediaStreamSet","giop-parlay.csapi.getMediaStreams.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpMultiMediaCallLeg_getMediaStreams_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.getMediaStreams.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq_callSessionID, {"callSessionID","giop-parlay.csapi.superviseVolumeReq.callSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpMultiMediaCall_superviseVolumeReq_treatment, {"treatment","giop-parlay.csapi.superviseVolumeReq.treatment",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_callLegReferenceSet, {"Seq length of callLegReferenceSet","giop-parlay.csapi.reportMediaNotification.callLegReferenceSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_mediaStreams, {"Seq length of mediaStreams","giop-parlay.csapi.reportMediaNotification.mediaStreams",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_type, {"type","giop-parlay.csapi.reportMediaNotification.type",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_mmccs_TpMediaStreamEventType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_qualityOfService, {"qualityOfService","giop-parlay.csapi.reportMediaNotification.qualityOfService",FT_UINT32,BASE_DEC,VALS(org_csapi_TpDataSessionQosClass),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpAppMultiMediaCallControlManager_reportMediaNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportMediaNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_createMediaNotification_return, {"TpAssignmentID","giop-parlay.csapi.createMediaNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_destroyMediaNotification_assignmentID, {"assignmentID","giop-parlay.csapi.destroyMediaNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_changeMediaNotification_assignmentID, {"assignmentID","giop-parlay.csapi.changeMediaNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_IpMultiMediaCallControlManager_getMediaNotification_return, {"Seq length of TpMediaNotificationRequestedSet","giop-parlay.csapi.getMediaNotification.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection_subConferenceSessionID, {"subConferenceSessionID","giop-parlay.csapi.chairSelection.subConferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpAppSubConfCall_chairSelection_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.chairSelection.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest_subConferenceSessionID, {"subConferenceSessionID","giop-parlay.csapi.floorRequest.subConferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpAppSubConfCall_floorRequest_callLegSessionID, {"callLegSessionID","giop-parlay.csapi.floorRequest.callLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpAppConfCall_partyJoined_conferenceSessionID, {"conferenceSessionID","giop-parlay.csapi.partyJoined.conferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes_conferenceSessionID, {"conferenceSessionID","giop-parlay.csapi.leaveMonitorRes.conferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpAppConfCall_leaveMonitorRes_callLeg, {"callLeg","giop-parlay.csapi.leaveMonitorRes.callLeg",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_numberOfSubConferences, {"numberOfSubConferences","giop-parlay.csapi.createConference.numberOfSubConferences",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_numberOfParticipants, {"numberOfParticipants","giop-parlay.csapi.createConference.numberOfParticipants",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpConfCallControlManager_createConference_duration, {"duration","giop-parlay.csapi.createConference.duration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_startTime, {"startTime","giop-parlay.csapi.reserveResources.startTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_numberOfParticipants, {"numberOfParticipants","giop-parlay.csapi.reserveResources.numberOfParticipants",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpConfCallControlManager_reserveResources_duration, {"duration","giop-parlay.csapi.reserveResources.duration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_subConferenceSessionID, {"subConferenceSessionID","giop-parlay.csapi.splitSubConference.subConferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpSubConfCall_splitSubConference_callLegList, {"Seq length of callLegList","giop-parlay.csapi.splitSubConference.callLegList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference_subConferenceCallSessionID, {"subConferenceCallSessionID","giop-parlay.csapi.mergeSubConference.subConferenceCallSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpSubConfCall_mergeSubConference_targetSubConferenceCall, {"targetSubConferenceCall","giop-parlay.csapi.mergeSubConference.targetSubConferenceCall",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_subConferenceCallSessionID, {"subConferenceCallSessionID","giop-parlay.csapi.moveCallLeg.subConferenceCallSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_targetSubConferenceCall, {"targetSubConferenceCall","giop-parlay.csapi.moveCallLeg.targetSubConferenceCall",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpSubConfCall_moveCallLeg_callLeg, {"callLeg","giop-parlay.csapi.moveCallLeg.callLeg",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpSubConfCall_inspectVideo_subConferenceSessionID, {"subConferenceSessionID","giop-parlay.csapi.inspectVideo.subConferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpSubConfCall_inspectVideo_inspectedCallLeg, {"inspectedCallLeg","giop-parlay.csapi.inspectVideo.inspectedCallLeg",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpSubConfCall_inspectVideoCancel_subConferenceSessionID, {"subConferenceSessionID","giop-parlay.csapi.inspectVideoCancel.subConferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker_subConferenceSessionID, {"subConferenceSessionID","giop-parlay.csapi.appointSpeaker.subConferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpSubConfCall_appointSpeaker_speakerCallLeg, {"speakerCallLeg","giop-parlay.csapi.appointSpeaker.speakerCallLeg",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpSubConfCall_chairSelection_subConferenceSessionID, {"subConferenceSessionID","giop-parlay.csapi.chairSelection.subConferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpSubConfCall_chairSelection_chairCallLeg, {"chairCallLeg","giop-parlay.csapi.chairSelection.chairCallLeg",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpSubConfCall_changeConferencePolicy_subConferenceSessionID, {"subConferenceSessionID","giop-parlay.csapi.changeConferencePolicy.subConferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpConfCall_getSubConferences_return, {"Seq length of TpSubConfCallIdentifierSet","giop-parlay.csapi.getSubConferences.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpConfCall_getSubConferences_conferenceSessionID, {"conferenceSessionID","giop-parlay.csapi.getSubConferences.conferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpConfCall_createSubConference_conferenceSessionID, {"conferenceSessionID","giop-parlay.csapi.createSubConference.conferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpConfCall_leaveMonitorReq_conferenceSessionID, {"conferenceSessionID","giop-parlay.csapi.leaveMonitorReq.conferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_IpConfCall_getConferenceAddress_conferenceSessionID, {"conferenceSessionID","giop-parlay.csapi.getConferenceAddress.conferenceSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUI_sendInfoRes_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.sendInfoRes.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUI_sendInfoRes_assignmentID, {"assignmentID","giop-parlay.csapi.sendInfoRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUI_sendInfoRes_response, {"response","giop-parlay.csapi.sendInfoRes.response",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIReport),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUI_sendInfoErr_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.sendInfoErr.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUI_sendInfoErr_assignmentID, {"assignmentID","giop-parlay.csapi.sendInfoErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUI_sendInfoErr_error, {"error","giop-parlay.csapi.sendInfoErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.sendInfoAndCollectRes.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_assignmentID, {"assignmentID","giop-parlay.csapi.sendInfoAndCollectRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_response, {"response","giop-parlay.csapi.sendInfoAndCollectRes.response",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIReport),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUI_sendInfoAndCollectRes_collectedInfo, {"collectedInfo","giop-parlay.csapi.sendInfoAndCollectRes.collectedInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUI_sendInfoAndCollectErr_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.sendInfoAndCollectErr.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUI_sendInfoAndCollectErr_assignmentID, {"assignmentID","giop-parlay.csapi.sendInfoAndCollectErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUI_sendInfoAndCollectErr_error, {"error","giop-parlay.csapi.sendInfoAndCollectErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUI_userInteractionFaultDetected_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.userInteractionFaultDetected.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUI_userInteractionFaultDetected_fault, {"fault","giop-parlay.csapi.userInteractionFaultDetected.fault",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIFault),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_recordMessageRes_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.recordMessageRes.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_recordMessageRes_assignmentID, {"assignmentID","giop-parlay.csapi.recordMessageRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_recordMessageRes_response, {"response","giop-parlay.csapi.recordMessageRes.response",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIReport),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_recordMessageRes_messageID, {"messageID","giop-parlay.csapi.recordMessageRes.messageID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_recordMessageErr_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.recordMessageErr.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_recordMessageErr_assignmentID, {"assignmentID","giop-parlay.csapi.recordMessageErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_recordMessageErr_error, {"error","giop-parlay.csapi.recordMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_deleteMessageRes_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.deleteMessageRes.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_deleteMessageRes_response, {"response","giop-parlay.csapi.deleteMessageRes.response",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIReport),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_deleteMessageRes_assignmentID, {"assignmentID","giop-parlay.csapi.deleteMessageRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_deleteMessageErr_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.deleteMessageErr.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_deleteMessageErr_error, {"error","giop-parlay.csapi.deleteMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_deleteMessageErr_assignmentID, {"assignmentID","giop-parlay.csapi.deleteMessageErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_abortActionRes_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.abortActionRes.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_abortActionRes_assignmentID, {"assignmentID","giop-parlay.csapi.abortActionRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_abortActionErr_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.abortActionErr.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_abortActionErr_assignmentID, {"assignmentID","giop-parlay.csapi.abortActionErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_abortActionErr_error, {"error","giop-parlay.csapi.abortActionErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_getMessageRes_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.getMessageRes.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_getMessageRes_assignmentID, {"assignmentID","giop-parlay.csapi.getMessageRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_getMessageErr_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.getMessageErr.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_getMessageErr_assignmentID, {"assignmentID","giop-parlay.csapi.getMessageErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUICall_getMessageErr_error, {"error","giop-parlay.csapi.getMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIManager_reportEventNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportEventNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIManager_abortMultipleUserInteractions_userInteractionSet, {"Seq length of userInteractionSet","giop-parlay.csapi.abortMultipleUserInteractions.userInteractionSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUI_sendInfoReq_return, {"TpAssignmentID","giop-parlay.csapi.sendInfoReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUI_sendInfoReq_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.sendInfoReq.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUI_sendInfoReq_language, {"language","giop-parlay.csapi.sendInfoReq.language",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUI_sendInfoReq_variableInfo, {"Seq length of variableInfo","giop-parlay.csapi.sendInfoReq.variableInfo",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUI_sendInfoReq_repeatIndicator, {"repeatIndicator","giop-parlay.csapi.sendInfoReq.repeatIndicator",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUI_sendInfoReq_responseRequested, {"responseRequested","giop-parlay.csapi.sendInfoReq.responseRequested",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_return, {"TpAssignmentID","giop-parlay.csapi.sendInfoAndCollectReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.sendInfoAndCollectReq.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_language, {"language","giop-parlay.csapi.sendInfoAndCollectReq.language",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_variableInfo, {"Seq length of variableInfo","giop-parlay.csapi.sendInfoAndCollectReq.variableInfo",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUI_sendInfoAndCollectReq_responseRequested, {"responseRequested","giop-parlay.csapi.sendInfoAndCollectReq.responseRequested",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUI_release_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.release.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUI_setOriginatingAddress_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.setOriginatingAddress.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUI_setOriginatingAddress_origin, {"origin","giop-parlay.csapi.setOriginatingAddress.origin",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUI_getOriginatingAddress_return, {"TpString","giop-parlay.csapi.getOriginatingAddress.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUI_getOriginatingAddress_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.getOriginatingAddress.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUICall_recordMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.recordMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUICall_recordMessageReq_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.recordMessageReq.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUICall_deleteMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.deleteMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUICall_deleteMessageReq_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.deleteMessageReq.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUICall_deleteMessageReq_messageID, {"messageID","giop-parlay.csapi.deleteMessageReq.messageID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUICall_abortActionReq_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.abortActionReq.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUICall_abortActionReq_assignmentID, {"assignmentID","giop-parlay.csapi.abortActionReq.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUICall_getMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.getMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUICall_getMessageReq_userInteractionSessionID, {"userInteractionSessionID","giop-parlay.csapi.getMessageReq.userInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUICall_getMessageReq_messageID, {"messageID","giop-parlay.csapi.getMessageReq.messageID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUIManager_createNotification_return, {"TpAssignmentID","giop-parlay.csapi.createNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUIManager_destroyNotification_assignmentID, {"assignmentID","giop-parlay.csapi.destroyNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUIManager_changeNotification_assignmentID, {"assignmentID","giop-parlay.csapi.changeNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUIManager_getNotification_return, {"Seq length of TpUIEventCriteriaResultSet","giop-parlay.csapi.getNotification.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUIManager_enableNotifications_return, {"TpAssignmentID","giop-parlay.csapi.enableNotifications.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageRes_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.getMessageRes.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageRes_assignmentID, {"assignmentID","giop-parlay.csapi.getMessageRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageErr_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.getMessageErr.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageErr_assignmentID, {"assignmentID","giop-parlay.csapi.getMessageErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageErr_error, {"error","giop-parlay.csapi.getMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.deleteMessageRes.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes_response, {"response","giop-parlay.csapi.deleteMessageRes.response",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIReport),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageRes_assignmentID, {"assignmentID","giop-parlay.csapi.deleteMessageRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.deleteMessageErr.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr_error, {"error","giop-parlay.csapi.deleteMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_deleteMessageErr_assignmentID, {"assignmentID","giop-parlay.csapi.deleteMessageErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_putMessageRes_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.putMessageRes.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_putMessageRes_assignmentID, {"assignmentID","giop-parlay.csapi.putMessageRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_putMessageRes_messageID, {"messageID","giop-parlay.csapi.putMessageRes.messageID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_putMessageErr_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.putMessageErr.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_putMessageErr_assignmentID, {"assignmentID","giop-parlay.csapi.putMessageErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_putMessageErr_error, {"error","giop-parlay.csapi.putMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.getMessageListRes.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_assignmentID, {"assignmentID","giop-parlay.csapi.getMessageListRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_messageIDList, {"Seq length of messageIDList","giop-parlay.csapi.getMessageListRes.messageIDList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListRes_final, {"final","giop-parlay.csapi.getMessageListRes.final",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.getMessageListErr.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_assignmentID, {"assignmentID","giop-parlay.csapi.getMessageListErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpAppUIAdminManager_getMessageListErr_error, {"error","giop-parlay.csapi.getMessageListErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUIAdminManager_getMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.getMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUIAdminManager_getMessageReq_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.getMessageReq.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUIAdminManager_getMessageReq_messageID, {"messageID","giop-parlay.csapi.getMessageReq.messageID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUIAdminManager_putMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.putMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUIAdminManager_putMessageReq_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.putMessageReq.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.deleteMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.deleteMessageReq.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUIAdminManager_deleteMessageReq_messageID, {"messageID","giop-parlay.csapi.deleteMessageReq.messageID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_return, {"TpAssignmentID","giop-parlay.csapi.getMessageListReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_usrInteractionSessionID, {"usrInteractionSessionID","giop-parlay.csapi.getMessageListReq.usrInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_IpUIAdminManager_getMessageListReq_reset, {"reset","giop-parlay.csapi.getMessageListReq.reset",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_assignmentId, {"assignmentId","giop-parlay.csapi.locationReportRes.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpAppUserLocation_locationReportRes_locations, {"Seq length of locations","giop-parlay.csapi.locationReportRes.locations",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpAppUserLocation_locationReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.locationReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpAppUserLocation_locationReportErr_cause, {"cause","giop-parlay.csapi.locationReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpAppUserLocation_locationReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.locationReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_assignmentId, {"assignmentId","giop-parlay.csapi.extendedLocationReportRes.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportRes_locations, {"Seq length of locations","giop-parlay.csapi.extendedLocationReportRes.locations",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.extendedLocationReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr_cause, {"cause","giop-parlay.csapi.extendedLocationReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpAppUserLocation_extendedLocationReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.extendedLocationReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_assignmentId, {"assignmentId","giop-parlay.csapi.periodicLocationReport.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReport_locations, {"Seq length of locations","giop-parlay.csapi.periodicLocationReport.locations",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.periodicLocationReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_cause, {"cause","giop-parlay.csapi.periodicLocationReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpAppUserLocation_periodicLocationReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.periodicLocationReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpUserLocation_locationReportReq_return, {"TpAssignmentID","giop-parlay.csapi.locationReportReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpUserLocation_locationReportReq_users, {"Seq length of users","giop-parlay.csapi.locationReportReq.users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_return, {"TpAssignmentID","giop-parlay.csapi.extendedLocationReportReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpUserLocation_extendedLocationReportReq_users, {"Seq length of users","giop-parlay.csapi.extendedLocationReportReq.users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_return, {"TpAssignmentID","giop-parlay.csapi.periodicLocationReportingStartReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_users, {"Seq length of users","giop-parlay.csapi.periodicLocationReportingStartReq.users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStartReq_reportingInterval, {"reportingInterval","giop-parlay.csapi.periodicLocationReportingStartReq.reportingInterval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpUserLocation_getNextPeriodicLocationRequest_reset, {"reset","giop-parlay.csapi.getNextPeriodicLocationRequest.reset",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredLocationReport.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReport_criterion, {"criterion","giop-parlay.csapi.triggeredLocationReport.criterion",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpLocationTriggerCriteria),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredLocationReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_cause, {"cause","giop-parlay.csapi.triggeredLocationReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpAppTriggeredUserLocation_triggeredLocationReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.triggeredLocationReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_return, {"TpAssignmentID","giop-parlay.csapi.triggeredLocationReportingStartReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_users, {"Seq length of users","giop-parlay.csapi.triggeredLocationReportingStartReq.users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStartReq_triggers, {"Seq length of triggers","giop-parlay.csapi.triggeredLocationReportingStartReq.triggers",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ul_IpTriggeredUserLocation_getNextTriggeredLocationRequest_reset, {"reset","giop-parlay.csapi.getNextTriggeredLocationRequest.reset",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_assignmentId, {"assignmentId","giop-parlay.csapi.locationReportRes.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportRes_locations, {"Seq length of locations","giop-parlay.csapi.locationReportRes.locations",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.locationReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr_cause, {"cause","giop-parlay.csapi.locationReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_locationReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.locationReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_assignmentId, {"assignmentId","giop-parlay.csapi.periodicLocationReport.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReport_locations, {"Seq length of locations","giop-parlay.csapi.periodicLocationReport.locations",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.periodicLocationReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr_cause, {"cause","giop-parlay.csapi.periodicLocationReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_periodicLocationReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.periodicLocationReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReport_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredLocationReport.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredLocationReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_cause, {"cause","giop-parlay.csapi.triggeredLocationReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpAppUserLocationCamel_triggeredLocationReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.triggeredLocationReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_return, {"TpAssignmentID","giop-parlay.csapi.locationReportReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpUserLocationCamel_locationReportReq_users, {"Seq length of users","giop-parlay.csapi.locationReportReq.users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_return, {"TpAssignmentID","giop-parlay.csapi.periodicLocationReportingStartReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_users, {"Seq length of users","giop-parlay.csapi.periodicLocationReportingStartReq.users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStartReq_reportingInterval, {"reportingInterval","giop-parlay.csapi.periodicLocationReportingStartReq.reportingInterval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_return, {"TpAssignmentID","giop-parlay.csapi.triggeredLocationReportingStartReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStartReq_users, {"Seq length of users","giop-parlay.csapi.triggeredLocationReportingStartReq.users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest_reset, {"reset","giop-parlay.csapi.getNextPeriodicLocationRequest.reset",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_ulc_IpUserLocationCamel_getNextTriggeredLocationRequest_reset, {"reset","giop-parlay.csapi.getNextTriggeredLocationRequest.reset",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReport_assignmentId, {"assignmentId","giop-parlay.csapi.emergencyLocationReport.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.emergencyLocationReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_cause, {"cause","giop-parlay.csapi.emergencyLocationReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ule_IpAppUserLocationEmergency_emergencyLocationReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.emergencyLocationReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ule_IpUserLocationEmergency_emergencyLocationReportReq_return, {"TpAssignmentID","giop-parlay.csapi.emergencyLocationReportReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ule_IpUserLocationEmergency_subscribeEmergencyLocationReports_return, {"TpAssignmentID","giop-parlay.csapi.subscribeEmergencyLocationReports.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ule_IpUserLocationEmergency_unSubscribeEmergencyLocationReports_assignmentId, {"assignmentId","giop-parlay.csapi.unSubscribeEmergencyLocationReports.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpAppUserStatus_statusReportRes_assignmentId, {"assignmentId","giop-parlay.csapi.statusReportRes.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpAppUserStatus_statusReportRes_status, {"Seq length of status","giop-parlay.csapi.statusReportRes.status",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpAppUserStatus_statusReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.statusReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpAppUserStatus_statusReportErr_cause, {"cause","giop-parlay.csapi.statusReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpAppUserStatus_statusReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.statusReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReport_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredStatusReport.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredStatusReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr_cause, {"cause","giop-parlay.csapi.triggeredStatusReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpAppUserStatus_triggeredStatusReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.triggeredStatusReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_assignmentId, {"assignmentId","giop-parlay.csapi.extendedStatusReportRes.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportRes_status, {"Seq length of status","giop-parlay.csapi.extendedStatusReportRes.status",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.extendedStatusReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr_cause, {"cause","giop-parlay.csapi.extendedStatusReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpAppUserStatus_extendedStatusReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.extendedStatusReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReport_assignmentId, {"assignmentId","giop-parlay.csapi.extTriggeredStatusReport.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.extTriggeredStatusReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_cause, {"cause","giop-parlay.csapi.extTriggeredStatusReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpAppUserStatus_extTriggeredStatusReportErr_diagnostic, {"diagnostic","giop-parlay.csapi.extTriggeredStatusReportErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpUserStatus_statusReportReq_return, {"TpAssignmentID","giop-parlay.csapi.statusReportReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpUserStatus_statusReportReq_users, {"Seq length of users","giop-parlay.csapi.statusReportReq.users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_return, {"TpAssignmentID","giop-parlay.csapi.triggeredStatusReportingStartReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStartReq_users, {"Seq length of users","giop-parlay.csapi.triggeredStatusReportingStartReq.users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpUserStatus_getNextTriggeredStatusRequest_reset, {"reset","giop-parlay.csapi.getNextTriggeredStatusRequest.reset",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_return, {"TpAssignmentID","giop-parlay.csapi.extendedStatusReportReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpUserStatus_extendedStatusReportReq_users, {"Seq length of users","giop-parlay.csapi.extendedStatusReportReq.users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_return, {"TpAssignmentID","giop-parlay.csapi.extTriggeredStatusReportingStartReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStartReq_users, {"Seq length of users","giop-parlay.csapi.extTriggeredStatusReportingStartReq.users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_return, {"Seq length of TpBindingSet","giop-parlay.csapi.triggeredBindingRequestNotification.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredBindingRequestNotification.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotification_contactInformation, {"Seq length of contactInformation","giop-parlay.csapi.triggeredBindingRequestNotification.contactInformation",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredBindingRequestNotificationStartErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_cause, {"cause","giop-parlay.csapi.triggeredBindingRequestNotificationStartErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ub_IpAppUserBinding_triggeredBindingRequestNotificationStartErr_diagnostic, {"diagnostic","giop-parlay.csapi.triggeredBindingRequestNotificationStartErr.diagnostic",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityDiagnostic),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_return, {"TpAssignmentID","giop-parlay.csapi.triggeredBindingRequestNotificationStartReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_users, {"Seq length of users","giop-parlay.csapi.triggeredBindingRequestNotificationStartReq.users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStartReq_criteria, {"Seq length of criteria","giop-parlay.csapi.triggeredBindingRequestNotificationStartReq.criteria",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_ub_IpUserBinding_triggeredBindingRequestNotificationStop_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredBindingRequestNotificationStop.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_termcap_IpTerminalCapabilities_getTerminalCapabilities_terminalIdentity, {"terminalIdentity","giop-parlay.csapi.getTerminalCapabilities.terminalIdentity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_assignmentID, {"assignmentID","giop-parlay.csapi.triggeredTerminalCapabilityReport.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_terminals, {"Seq length of terminals","giop-parlay.csapi.triggeredTerminalCapabilityReport.terminals",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReport_criteria, {"criteria","giop-parlay.csapi.triggeredTerminalCapabilityReport.criteria",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_assignmentId, {"assignmentId","giop-parlay.csapi.triggeredTerminalCapabilityReportErr.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_terminals, {"Seq length of terminals","giop-parlay.csapi.triggeredTerminalCapabilityReportErr.terminals",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_termcap_IpAppExtendedTerminalCapabilities_triggeredTerminalCapabilityReportErr_cause, {"cause","giop-parlay.csapi.triggeredTerminalCapabilityReportErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_termcap_TpTerminalCapabilitiesError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_return, {"TpAssignmentID","giop-parlay.csapi.triggeredTerminalCapabilityStartReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_terminals, {"Seq length of terminals","giop-parlay.csapi.triggeredTerminalCapabilityStartReq.terminals",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStartReq_criteria, {"criteria","giop-parlay.csapi.triggeredTerminalCapabilityStartReq.criteria",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_termcap_IpExtendedTerminalCapabilities_triggeredTerminalCapabilityStop_assignmentID, {"assignmentID","giop-parlay.csapi.triggeredTerminalCapabilityStop.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpAppDataSession_connectRes_dataSessionID, {"dataSessionID","giop-parlay.csapi.connectRes.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpAppDataSession_connectRes_assignmentID, {"assignmentID","giop-parlay.csapi.connectRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpAppDataSession_connectErr_dataSessionID, {"dataSessionID","giop-parlay.csapi.connectErr.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpAppDataSession_connectErr_assignmentID, {"assignmentID","giop-parlay.csapi.connectErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_dataSessionID, {"dataSessionID","giop-parlay.csapi.superviseDataSessionRes.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_report, {"report","giop-parlay.csapi.superviseDataSessionRes.report",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionRes_qualityOfService, {"qualityOfService","giop-parlay.csapi.superviseDataSessionRes.qualityOfService",FT_UINT32,BASE_DEC,VALS(org_csapi_TpDataSessionQosClass),0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpAppDataSession_superviseDataSessionErr_dataSessionID, {"dataSessionID","giop-parlay.csapi.superviseDataSessionErr.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected_dataSessionID, {"dataSessionID","giop-parlay.csapi.dataSessionFaultDetected.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpAppDataSession_dataSessionFaultDetected_fault, {"fault","giop-parlay.csapi.dataSessionFaultDetected.fault",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionFault),0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionAborted_dataSession, {"dataSession","giop-parlay.csapi.dataSessionAborted.dataSession",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpAppDataSessionControlManager_reportNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpAppDataSessionControlManager_abortMultipleDataSessions_dataSessionSet, {"Seq length of dataSessionSet","giop-parlay.csapi.abortMultipleDataSessions.dataSessionSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpDataSession_connectReq_return, {"TpAssignmentID","giop-parlay.csapi.connectReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpDataSession_connectReq_dataSessionID, {"dataSessionID","giop-parlay.csapi.connectReq.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpDataSession_connectReq_responseRequested, {"Seq length of responseRequested","giop-parlay.csapi.connectReq.responseRequested",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpDataSession_release_dataSessionID, {"dataSessionID","giop-parlay.csapi.release.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpDataSession_superviseDataSessionReq_dataSessionID, {"dataSessionID","giop-parlay.csapi.superviseDataSessionReq.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpDataSession_superviseDataSessionReq_treatment, {"treatment","giop-parlay.csapi.superviseDataSessionReq.treatment",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpDataSession_setDataSessionChargePlan_dataSessionID, {"dataSessionID","giop-parlay.csapi.setDataSessionChargePlan.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpDataSession_setAdviceOfCharge_dataSessionID, {"dataSessionID","giop-parlay.csapi.setAdviceOfCharge.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpDataSession_setAdviceOfCharge_tariffSwitch, {"tariffSwitch","giop-parlay.csapi.setAdviceOfCharge.tariffSwitch",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpDataSession_deassignDataSession_dataSessionID, {"dataSessionID","giop-parlay.csapi.deassignDataSession.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpDataSession_continueProcessing_dataSessionID, {"dataSessionID","giop-parlay.csapi.continueProcessing.dataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpDataSessionControlManager_createNotification_return, {"TpAssignmentID","giop-parlay.csapi.createNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpDataSessionControlManager_destroyNotification_assignmentID, {"assignmentID","giop-parlay.csapi.destroyNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpDataSessionControlManager_changeNotification_assignmentID, {"assignmentID","giop-parlay.csapi.changeNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpDataSessionControlManager_enableNotifications_return, {"TpAssignmentID","giop-parlay.csapi.enableNotifications.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpDataSessionControlManager_getNotifications_return, {"Seq length of TpDataSessionEventCriteriaResultSet","giop-parlay.csapi.getNotifications.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_IpDataSessionControlManager_createNotifications_return, {"TpAssignmentID","giop-parlay.csapi.createNotifications.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMessagingManager_openMailbox_authenticationInfo, {"authenticationInfo","giop-parlay.csapi.openMailbox.authenticationInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMessagingManager_enableMessagingNotification_return, {"TpAssignmentID","giop-parlay.csapi.enableMessagingNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMessagingManager_disableMessagingNotification_assignmentID, {"assignmentID","giop-parlay.csapi.disableMessagingNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpAppMessagingManager_mailboxTerminated_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.mailboxTerminated.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.mailboxFaultDetected.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpAppMessagingManager_mailboxFaultDetected_fault, {"fault","giop-parlay.csapi.mailboxFaultDetected.fault",FT_UINT32,BASE_DEC,VALS(org_csapi_gms_TpMessagingFault),0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpAppMessagingManager_messagingEventNotify_assignmentID, {"assignmentID","giop-parlay.csapi.messagingEventNotify.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailbox_close_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.close.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailbox_lock_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.lock.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailbox_unlock_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.unlock.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailbox_getInfoAmount_return, {"TpInt32","giop-parlay.csapi.getInfoAmount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailbox_getInfoAmount_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getInfoAmount.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailbox_getInfoProperties_return, {"Seq length of TpMailboxInfoPropertySet","giop-parlay.csapi.getInfoProperties.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailbox_getInfoProperties_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getInfoProperties.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailbox_getInfoProperties_firstProperty, {"firstProperty","giop-parlay.csapi.getInfoProperties.firstProperty",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailbox_getInfoProperties_numberOfProperties, {"numberOfProperties","giop-parlay.csapi.getInfoProperties.numberOfProperties",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailbox_setInfoProperties_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.setInfoProperties.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailbox_setInfoProperties_firstProperty, {"firstProperty","giop-parlay.csapi.setInfoProperties.firstProperty",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailbox_setInfoProperties_mailboxInfoProperties, {"Seq length of mailboxInfoProperties","giop-parlay.csapi.setInfoProperties.mailboxInfoProperties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailbox_openFolder_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.openFolder.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailbox_openFolder_folderID, {"folderID","giop-parlay.csapi.openFolder.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailbox_createFolder_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.createFolder.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailbox_createFolder_folderID, {"folderID","giop-parlay.csapi.createFolder.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailbox_remove_authenticationInfo, {"authenticationInfo","giop-parlay.csapi.remove.authenticationInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMessage_getInfoAmount_return, {"TpInt32","giop-parlay.csapi.getInfoAmount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMessage_getInfoAmount_folderSessionID, {"folderSessionID","giop-parlay.csapi.getInfoAmount.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMessage_getInfoAmount_messageID, {"messageID","giop-parlay.csapi.getInfoAmount.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMessage_getInfoProperties_return, {"Seq length of TpMessageInfoPropertySet","giop-parlay.csapi.getInfoProperties.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMessage_getInfoProperties_folderSessionID, {"folderSessionID","giop-parlay.csapi.getInfoProperties.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMessage_getInfoProperties_messageID, {"messageID","giop-parlay.csapi.getInfoProperties.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMessage_getInfoProperties_firstProperty, {"firstProperty","giop-parlay.csapi.getInfoProperties.firstProperty",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMessage_getInfoProperties_numberOfProperties, {"numberOfProperties","giop-parlay.csapi.getInfoProperties.numberOfProperties",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMessage_setInfoProperties_folderSessionID, {"folderSessionID","giop-parlay.csapi.setInfoProperties.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMessage_setInfoProperties_messageID, {"messageID","giop-parlay.csapi.setInfoProperties.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMessage_setInfoProperties_firstProperty, {"firstProperty","giop-parlay.csapi.setInfoProperties.firstProperty",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMessage_setInfoProperties_messageInfoProperties, {"Seq length of messageInfoProperties","giop-parlay.csapi.setInfoProperties.messageInfoProperties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMessage_remove_folderSessionID, {"folderSessionID","giop-parlay.csapi.remove.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMessage_remove_messageID, {"messageID","giop-parlay.csapi.remove.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMessage_getContent_return, {"TpMessage","giop-parlay.csapi.getContent.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMessage_getContent_folderSessionID, {"folderSessionID","giop-parlay.csapi.getContent.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMessage_getContent_messageID, {"messageID","giop-parlay.csapi.getContent.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailboxFolder_getInfoAmount_return, {"TpInt32","giop-parlay.csapi.getInfoAmount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailboxFolder_getInfoAmount_folderSessionID, {"folderSessionID","giop-parlay.csapi.getInfoAmount.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_return, {"Seq length of TpFolderInfoPropertySet","giop-parlay.csapi.getInfoProperties.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_folderSessionID, {"folderSessionID","giop-parlay.csapi.getInfoProperties.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_firstProperty, {"firstProperty","giop-parlay.csapi.getInfoProperties.firstProperty",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailboxFolder_getInfoProperties_numberOfProperties, {"numberOfProperties","giop-parlay.csapi.getInfoProperties.numberOfProperties",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderSessionID, {"folderSessionID","giop-parlay.csapi.setInfoProperties.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailboxFolder_setInfoProperties_firstProperty, {"firstProperty","giop-parlay.csapi.setInfoProperties.firstProperty",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailboxFolder_setInfoProperties_folderInfoProperties, {"Seq length of folderInfoProperties","giop-parlay.csapi.setInfoProperties.folderInfoProperties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailboxFolder_putMessage_folderSessionID, {"folderSessionID","giop-parlay.csapi.putMessage.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailboxFolder_putMessage_message, {"message","giop-parlay.csapi.putMessage.message",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailboxFolder_putMessage_messageInfoProperties, {"Seq length of messageInfoProperties","giop-parlay.csapi.putMessage.messageInfoProperties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailboxFolder_getMessage_folderSessionID, {"folderSessionID","giop-parlay.csapi.getMessage.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailboxFolder_getMessage_messageID, {"messageID","giop-parlay.csapi.getMessage.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailboxFolder_close_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.close.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailboxFolder_close_folderSessionID, {"folderSessionID","giop-parlay.csapi.close.folderSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailboxFolder_remove_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.remove.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_IpMailboxFolder_remove_folderID, {"folderID","giop-parlay.csapi.remove.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_IpVPrP_getVPrPID_return, {"TpString","giop-parlay.csapi.getVPrPID.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_IpVPrP_getSlaID_return, {"TpString","giop-parlay.csapi.getSlaID.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_IpVPrP_getStatus_return, {"Return value","giop-parlay.csapi.getStatus.return",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpVprpStatus),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_IpVPrN_getVPrPList_return, {"Seq length of TpStringList","giop-parlay.csapi.getVPrPList.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_IpVPrN_getVPrP_vPrPID, {"vPrPID","giop-parlay.csapi.getVPrP.vPrPID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_IpVPrN_deleteVPrP_vPrPID, {"vPrPID","giop-parlay.csapi.deleteVPrP.vPrPID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_IpQoSMenu_getTemplate_templateType, {"templateType","giop-parlay.csapi.getTemplate.templateType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_IpQoSMenu_getTemplateList_return, {"Seq length of TpStringList","giop-parlay.csapi.getTemplateList.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_IpQoSTemplate_getTemplateType_return, {"TpString","giop-parlay.csapi.getTemplateType.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_IpQoSTemplate_getDescription_return, {"TpString","giop-parlay.csapi.getDescription.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_IpQoSTemplate_setSlaID_slaID, {"slaID","giop-parlay.csapi.setSlaID.slaID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_IpEnterpriseNetwork_getSiteList_return, {"Seq length of TpStringList","giop-parlay.csapi.getSiteList.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_IpEnterpriseNetwork_getSite_siteID, {"siteID","giop-parlay.csapi.getSite.siteID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPList_return, {"Seq length of TpStringList","giop-parlay.csapi.getSAPList.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteID_return, {"TpString","giop-parlay.csapi.getSiteID.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteLocation_return, {"TpString","giop-parlay.csapi.getSiteLocation.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_IpEnterpriseNetworkSite_getSiteDescription_return, {"TpString","giop-parlay.csapi.getSiteDescription.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_IpEnterpriseNetworkSite_getSAPIPSubnet_sapID, {"sapID","giop-parlay.csapi.getSAPIPSubnet.sapID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_reportNotification_assignmentId, {"assignmentId","giop-parlay.csapi.reportNotification.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_queryBalanceRes_queryId, {"queryId","giop-parlay.csapi.queryBalanceRes.queryId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_queryBalanceRes_balances, {"Seq length of balances","giop-parlay.csapi.queryBalanceRes.balances",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_queryBalanceErr_queryId, {"queryId","giop-parlay.csapi.queryBalanceErr.queryId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_queryBalanceErr_cause, {"cause","giop-parlay.csapi.queryBalanceErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpBalanceQueryError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_retrievalID, {"retrievalID","giop-parlay.csapi.retrieveTransactionHistoryRes.retrievalID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryRes_transactionHistory, {"Seq length of transactionHistory","giop-parlay.csapi.retrieveTransactionHistoryRes.transactionHistory",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr_retrievalID, {"retrievalID","giop-parlay.csapi.retrieveTransactionHistoryErr.retrievalID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_retrieveTransactionHistoryErr_transactionHistoryError, {"transactionHistoryError","giop-parlay.csapi.retrieveTransactionHistoryErr.transactionHistoryError",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpTransactionHistoryStatus),0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_queryId, {"queryId","giop-parlay.csapi.queryBalanceExpiryDateRes.queryId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateRes_dates, {"Seq length of dates","giop-parlay.csapi.queryBalanceExpiryDateRes.dates",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr_queryId, {"queryId","giop-parlay.csapi.queryBalanceExpiryDateErr.queryId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_queryBalanceExpiryDateErr_cause, {"cause","giop-parlay.csapi.queryBalanceExpiryDateErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpBalanceQueryError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_updateBalanceRes_requestId, {"requestId","giop-parlay.csapi.updateBalanceRes.requestId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_updateBalanceErr_requestId, {"requestId","giop-parlay.csapi.updateBalanceErr.requestId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_updateBalanceErr_cause, {"cause","giop-parlay.csapi.updateBalanceErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpBalanceQueryError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_createVoucherRes_requestId, {"requestId","giop-parlay.csapi.createVoucherRes.requestId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_createVoucherRes_voucherId, {"voucherId","giop-parlay.csapi.createVoucherRes.voucherId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_createVoucherErr_requestId, {"requestId","giop-parlay.csapi.createVoucherErr.requestId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_createVoucherErr_cause, {"cause","giop-parlay.csapi.createVoucherErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpVoucherError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_destroyVoucherRes_requestId, {"requestId","giop-parlay.csapi.destroyVoucherRes.requestId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_destroyVoucherRes_voucherId, {"voucherId","giop-parlay.csapi.destroyVoucherRes.voucherId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_destroyVoucherErr_requestId, {"requestId","giop-parlay.csapi.destroyVoucherErr.requestId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_destroyVoucherErr_voucherId, {"voucherId","giop-parlay.csapi.destroyVoucherErr.voucherId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_destroyVoucherErr_cause, {"cause","giop-parlay.csapi.destroyVoucherErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpVoucherError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_queryVoucherRes_queryId, {"queryId","giop-parlay.csapi.queryVoucherRes.queryId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_queryVoucherErr_queryId, {"queryId","giop-parlay.csapi.queryVoucherErr.queryId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_queryVoucherErr_voucherId, {"voucherId","giop-parlay.csapi.queryVoucherErr.voucherId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_queryVoucherErr_cause, {"cause","giop-parlay.csapi.queryVoucherErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpVoucherError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_queryId, {"queryId","giop-parlay.csapi.queryUserVouchersRes.queryId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_queryUserVouchersRes_vouchers, {"Seq length of vouchers","giop-parlay.csapi.queryUserVouchersRes.vouchers",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_queryUserVouchersErr_queryId, {"queryId","giop-parlay.csapi.queryUserVouchersErr.queryId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAppAccountManager_queryUserVouchersErr_cause, {"cause","giop-parlay.csapi.queryUserVouchersErr.cause",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpVoucherError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAccountManager_createNotification_return, {"TpAssignmentID","giop-parlay.csapi.createNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAccountManager_destroyNotification_assignmentId, {"assignmentId","giop-parlay.csapi.destroyNotification.assignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAccountManager_queryBalanceReq_return, {"TpAssignmentID","giop-parlay.csapi.queryBalanceReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAccountManager_queryBalanceReq_users, {"Seq length of users","giop-parlay.csapi.queryBalanceReq.users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAccountManager_changeNotification_assignmentID, {"assignmentID","giop-parlay.csapi.changeNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAccountManager_getNotification_return, {"Seq length of TpChargingEventCriteriaResultSet","giop-parlay.csapi.getNotification.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAccountManager_retrieveTransactionHistoryReq_return, {"TpAssignmentID","giop-parlay.csapi.retrieveTransactionHistoryReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAccountManager_enableNotifications_return, {"TpAssignmentID","giop-parlay.csapi.enableNotifications.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_return, {"TpAssignmentID","giop-parlay.csapi.queryBalanceExpiryDateReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAccountManager_queryBalanceExpiryDateReq_users, {"Seq length of users","giop-parlay.csapi.queryBalanceExpiryDateReq.users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAccountManager_updateBalanceReq_return, {"TpAssignmentID","giop-parlay.csapi.updateBalanceReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAccountManager_updateBalanceReq_debit, {"debit","giop-parlay.csapi.updateBalanceReq.debit",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAccountManager_updateBalanceReq_period, {"period","giop-parlay.csapi.updateBalanceReq.period",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAccountManager_createVoucherReq_return, {"TpAssignmentID","giop-parlay.csapi.createVoucherReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAccountManager_destroyVoucherReq_return, {"TpAssignmentID","giop-parlay.csapi.destroyVoucherReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAccountManager_destroyVoucherReq_voucherId, {"voucherId","giop-parlay.csapi.destroyVoucherReq.voucherId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAccountManager_queryVoucherReq_return, {"TpAssignmentID","giop-parlay.csapi.queryVoucherReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAccountManager_queryVoucherReq_voucherId, {"voucherId","giop-parlay.csapi.queryVoucherReq.voucherId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_IpAccountManager_queryUserVouchersReq_return, {"TpAssignmentID","giop-parlay.csapi.queryUserVouchersReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_sessionID, {"sessionID","giop-parlay.csapi.creditAmountErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_requestNumber, {"requestNumber","giop-parlay.csapi.creditAmountErr.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_error, {"error","giop-parlay.csapi.creditAmountErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_creditAmountErr_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.creditAmountErr.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_sessionID, {"sessionID","giop-parlay.csapi.creditAmountRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_requestNumber, {"requestNumber","giop-parlay.csapi.creditAmountRes.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_creditAmountRes_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.creditAmountRes.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_sessionID, {"sessionID","giop-parlay.csapi.creditUnitErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_requestNumber, {"requestNumber","giop-parlay.csapi.creditUnitErr.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_error, {"error","giop-parlay.csapi.creditUnitErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_creditUnitErr_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.creditUnitErr.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_sessionID, {"sessionID","giop-parlay.csapi.creditUnitRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_requestNumber, {"requestNumber","giop-parlay.csapi.creditUnitRes.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_creditedVolumes, {"Seq length of creditedVolumes","giop-parlay.csapi.creditUnitRes.creditedVolumes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_reservedUnitsLeft, {"Seq length of reservedUnitsLeft","giop-parlay.csapi.creditUnitRes.reservedUnitsLeft",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_creditUnitRes_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.creditUnitRes.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_sessionID, {"sessionID","giop-parlay.csapi.debitAmountErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_requestNumber, {"requestNumber","giop-parlay.csapi.debitAmountErr.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_error, {"error","giop-parlay.csapi.debitAmountErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_debitAmountErr_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.debitAmountErr.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_sessionID, {"sessionID","giop-parlay.csapi.debitAmountRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_requestNumber, {"requestNumber","giop-parlay.csapi.debitAmountRes.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_debitAmountRes_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.debitAmountRes.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_sessionID, {"sessionID","giop-parlay.csapi.debitUnitErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_requestNumber, {"requestNumber","giop-parlay.csapi.debitUnitErr.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_error, {"error","giop-parlay.csapi.debitUnitErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_debitUnitErr_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.debitUnitErr.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_sessionID, {"sessionID","giop-parlay.csapi.debitUnitRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_requestNumber, {"requestNumber","giop-parlay.csapi.debitUnitRes.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_debitedVolumes, {"Seq length of debitedVolumes","giop-parlay.csapi.debitUnitRes.debitedVolumes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_reservedUnitsLeft, {"Seq length of reservedUnitsLeft","giop-parlay.csapi.debitUnitRes.reservedUnitsLeft",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_debitUnitRes_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.debitUnitRes.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_sessionID, {"sessionID","giop-parlay.csapi.directCreditAmountErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_requestNumber, {"requestNumber","giop-parlay.csapi.directCreditAmountErr.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_error, {"error","giop-parlay.csapi.directCreditAmountErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directCreditAmountErr_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.directCreditAmountErr.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directCreditAmountRes_sessionID, {"sessionID","giop-parlay.csapi.directCreditAmountRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directCreditAmountRes_requestNumber, {"requestNumber","giop-parlay.csapi.directCreditAmountRes.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directCreditAmountRes_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.directCreditAmountRes.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_sessionID, {"sessionID","giop-parlay.csapi.directCreditUnitErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_requestNumber, {"requestNumber","giop-parlay.csapi.directCreditUnitErr.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_error, {"error","giop-parlay.csapi.directCreditUnitErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directCreditUnitErr_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.directCreditUnitErr.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_sessionID, {"sessionID","giop-parlay.csapi.directCreditUnitRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_requestNumber, {"requestNumber","giop-parlay.csapi.directCreditUnitRes.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_creditedVolumes, {"Seq length of creditedVolumes","giop-parlay.csapi.directCreditUnitRes.creditedVolumes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directCreditUnitRes_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.directCreditUnitRes.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_sessionID, {"sessionID","giop-parlay.csapi.directDebitAmountErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_requestNumber, {"requestNumber","giop-parlay.csapi.directDebitAmountErr.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_error, {"error","giop-parlay.csapi.directDebitAmountErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directDebitAmountErr_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.directDebitAmountErr.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directDebitAmountRes_sessionID, {"sessionID","giop-parlay.csapi.directDebitAmountRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directDebitAmountRes_requestNumber, {"requestNumber","giop-parlay.csapi.directDebitAmountRes.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directDebitAmountRes_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.directDebitAmountRes.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_sessionID, {"sessionID","giop-parlay.csapi.directDebitUnitErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_requestNumber, {"requestNumber","giop-parlay.csapi.directDebitUnitErr.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_error, {"error","giop-parlay.csapi.directDebitUnitErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directDebitUnitErr_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.directDebitUnitErr.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_sessionID, {"sessionID","giop-parlay.csapi.directDebitUnitRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_requestNumber, {"requestNumber","giop-parlay.csapi.directDebitUnitRes.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_debitedVolumes, {"Seq length of debitedVolumes","giop-parlay.csapi.directDebitUnitRes.debitedVolumes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_directDebitUnitRes_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.directDebitUnitRes.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr_sessionID, {"sessionID","giop-parlay.csapi.extendLifeTimeErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeErr_error, {"error","giop-parlay.csapi.extendLifeTimeErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes_sessionID, {"sessionID","giop-parlay.csapi.extendLifeTimeRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_extendLifeTimeRes_sessionTimeLeft, {"sessionTimeLeft","giop-parlay.csapi.extendLifeTimeRes.sessionTimeLeft",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_rateErr_sessionID, {"sessionID","giop-parlay.csapi.rateErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_rateErr_error, {"error","giop-parlay.csapi.rateErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_rateRes_sessionID, {"sessionID","giop-parlay.csapi.rateRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_rateRes_rates, {"Seq length of rates","giop-parlay.csapi.rateRes.rates",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_rateRes_validityTimeLeft, {"validityTimeLeft","giop-parlay.csapi.rateRes.validityTimeLeft",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_sessionID, {"sessionID","giop-parlay.csapi.reserveAmountErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_requestNumber, {"requestNumber","giop-parlay.csapi.reserveAmountErr.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_error, {"error","giop-parlay.csapi.reserveAmountErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_reserveAmountErr_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.reserveAmountErr.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_sessionID, {"sessionID","giop-parlay.csapi.reserveAmountRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_requestNumber, {"requestNumber","giop-parlay.csapi.reserveAmountRes.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_sessionTimeLeft, {"sessionTimeLeft","giop-parlay.csapi.reserveAmountRes.sessionTimeLeft",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_reserveAmountRes_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.reserveAmountRes.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_sessionID, {"sessionID","giop-parlay.csapi.reserveUnitErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_requestNumber, {"requestNumber","giop-parlay.csapi.reserveUnitErr.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_error, {"error","giop-parlay.csapi.reserveUnitErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_reserveUnitErr_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.reserveUnitErr.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_sessionID, {"sessionID","giop-parlay.csapi.reserveUnitRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_requestNumber, {"requestNumber","giop-parlay.csapi.reserveUnitRes.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_reservedUnits, {"Seq length of reservedUnits","giop-parlay.csapi.reserveUnitRes.reservedUnits",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_sessionTimeLeft, {"sessionTimeLeft","giop-parlay.csapi.reserveUnitRes.sessionTimeLeft",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_reserveUnitRes_requestNumberNextRequest, {"requestNumberNextRequest","giop-parlay.csapi.reserveUnitRes.requestNumberNextRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_sessionEnded_sessionID, {"sessionID","giop-parlay.csapi.sessionEnded.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingSession_sessionEnded_report, {"report","giop-parlay.csapi.sessionEnded.report",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpSessionEndedCause),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_creditAmountReq_sessionID, {"sessionID","giop-parlay.csapi.creditAmountReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_creditAmountReq_closeReservation, {"closeReservation","giop-parlay.csapi.creditAmountReq.closeReservation",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_creditAmountReq_requestNumber, {"requestNumber","giop-parlay.csapi.creditAmountReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_creditUnitReq_sessionID, {"sessionID","giop-parlay.csapi.creditUnitReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_creditUnitReq_volumes, {"Seq length of volumes","giop-parlay.csapi.creditUnitReq.volumes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_creditUnitReq_closeReservation, {"closeReservation","giop-parlay.csapi.creditUnitReq.closeReservation",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_creditUnitReq_requestNumber, {"requestNumber","giop-parlay.csapi.creditUnitReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_debitAmountReq_sessionID, {"sessionID","giop-parlay.csapi.debitAmountReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_debitAmountReq_closeReservation, {"closeReservation","giop-parlay.csapi.debitAmountReq.closeReservation",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_debitAmountReq_requestNumber, {"requestNumber","giop-parlay.csapi.debitAmountReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_debitUnitReq_sessionID, {"sessionID","giop-parlay.csapi.debitUnitReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_debitUnitReq_volumes, {"Seq length of volumes","giop-parlay.csapi.debitUnitReq.volumes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_debitUnitReq_closeReservation, {"closeReservation","giop-parlay.csapi.debitUnitReq.closeReservation",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_debitUnitReq_requestNumber, {"requestNumber","giop-parlay.csapi.debitUnitReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_directCreditAmountReq_sessionID, {"sessionID","giop-parlay.csapi.directCreditAmountReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_directCreditAmountReq_chargingParameters, {"Seq length of chargingParameters","giop-parlay.csapi.directCreditAmountReq.chargingParameters",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_directCreditAmountReq_requestNumber, {"requestNumber","giop-parlay.csapi.directCreditAmountReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_sessionID, {"sessionID","giop-parlay.csapi.directCreditUnitReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_chargingParameters, {"Seq length of chargingParameters","giop-parlay.csapi.directCreditUnitReq.chargingParameters",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_volumes, {"Seq length of volumes","giop-parlay.csapi.directCreditUnitReq.volumes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_directCreditUnitReq_requestNumber, {"requestNumber","giop-parlay.csapi.directCreditUnitReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_directDebitAmountReq_sessionID, {"sessionID","giop-parlay.csapi.directDebitAmountReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_directDebitAmountReq_chargingParameters, {"Seq length of chargingParameters","giop-parlay.csapi.directDebitAmountReq.chargingParameters",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_directDebitAmountReq_requestNumber, {"requestNumber","giop-parlay.csapi.directDebitAmountReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_sessionID, {"sessionID","giop-parlay.csapi.directDebitUnitReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_chargingParameters, {"Seq length of chargingParameters","giop-parlay.csapi.directDebitUnitReq.chargingParameters",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_volumes, {"Seq length of volumes","giop-parlay.csapi.directDebitUnitReq.volumes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_directDebitUnitReq_requestNumber, {"requestNumber","giop-parlay.csapi.directDebitUnitReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_extendLifeTimeReq_sessionID, {"sessionID","giop-parlay.csapi.extendLifeTimeReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_getAmountLeft_sessionID, {"sessionID","giop-parlay.csapi.getAmountLeft.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_getLifeTimeLeft_return, {"TpInt32","giop-parlay.csapi.getLifeTimeLeft.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_getLifeTimeLeft_sessionID, {"sessionID","giop-parlay.csapi.getLifeTimeLeft.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_getUnitLeft_return, {"Seq length of TpVolumeSet","giop-parlay.csapi.getUnitLeft.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_getUnitLeft_sessionID, {"sessionID","giop-parlay.csapi.getUnitLeft.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_rateReq_sessionID, {"sessionID","giop-parlay.csapi.rateReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_rateReq_chargingParameters, {"Seq length of chargingParameters","giop-parlay.csapi.rateReq.chargingParameters",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_release_sessionID, {"sessionID","giop-parlay.csapi.release.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_release_requestNumber, {"requestNumber","giop-parlay.csapi.release.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_reserveAmountReq_sessionID, {"sessionID","giop-parlay.csapi.reserveAmountReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_reserveAmountReq_chargingParameters, {"Seq length of chargingParameters","giop-parlay.csapi.reserveAmountReq.chargingParameters",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_reserveAmountReq_requestNumber, {"requestNumber","giop-parlay.csapi.reserveAmountReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_reserveUnitReq_sessionID, {"sessionID","giop-parlay.csapi.reserveUnitReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_reserveUnitReq_chargingParameters, {"Seq length of chargingParameters","giop-parlay.csapi.reserveUnitReq.chargingParameters",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_reserveUnitReq_volumes, {"Seq length of volumes","giop-parlay.csapi.reserveUnitReq.volumes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingSession_reserveUnitReq_requestNumber, {"requestNumber","giop-parlay.csapi.reserveUnitReq.requestNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingManager_sessionAborted_sessionID, {"sessionID","giop-parlay.csapi.sessionAborted.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpAppChargingManager_abortMultipleChargingSessions_chargingSessionSet, {"Seq length of chargingSessionSet","giop-parlay.csapi.abortMultipleChargingSessions.chargingSessionSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingManager_createChargingSession_sessionDescription, {"sessionDescription","giop-parlay.csapi.createChargingSession.sessionDescription",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingManager_createSplitChargingSession_sessionDescription, {"sessionDescription","giop-parlay.csapi.createSplitChargingSession.sessionDescription",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_IpChargingManager_createSplitChargingSession_users, {"Seq length of users","giop-parlay.csapi.createSplitChargingSession.users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpAppPolicyDomain_reportNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_assignmentID, {"assignmentID","giop-parlay.csapi.evalPolicyRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyRes_outputVariables, {"Seq length of outputVariables","giop-parlay.csapi.evalPolicyRes.outputVariables",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr_assignmentID, {"assignmentID","giop-parlay.csapi.evalPolicyErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpAppPolicyDomain_evalPolicyErr_error, {"error","giop-parlay.csapi.evalPolicyErr.error",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_return, {"Seq length of TpPolicyNameValueList","giop-parlay.csapi.evalPolicy.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_domainName, {"domainName","giop-parlay.csapi.evalPolicy.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_signatureName, {"signatureName","giop-parlay.csapi.evalPolicy.signatureName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicy_inputVariables, {"Seq length of inputVariables","giop-parlay.csapi.evalPolicy.inputVariables",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_return, {"TpAssignmentID","giop-parlay.csapi.evalPolicyReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_domainName, {"domainName","giop-parlay.csapi.evalPolicyReq.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_signatureName, {"signatureName","giop-parlay.csapi.evalPolicyReq.signatureName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_evalPolicyReq_inputVariables, {"Seq length of inputVariables","giop-parlay.csapi.evalPolicyReq.inputVariables",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq_domainName, {"domainName","giop-parlay.csapi.abortEvalPolicyReq.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_abortEvalPolicyReq_assignmentID, {"assignmentID","giop-parlay.csapi.abortEvalPolicyReq.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_domainName, {"domainName","giop-parlay.csapi.generateEvent.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_eventDefinitionName, {"eventDefinitionName","giop-parlay.csapi.generateEvent.eventDefinitionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_generateEvent_attributes, {"Seq length of attributes","giop-parlay.csapi.generateEvent.attributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_return, {"TpAssignmentID","giop-parlay.csapi.createNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_domainName, {"domainName","giop-parlay.csapi.createNotification.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_createNotification_events, {"Seq length of events","giop-parlay.csapi.createNotification.events",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_assignmentID, {"assignmentID","giop-parlay.csapi.destroyNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_evaluation_IpPolicyEvalManager_destroyNotification_events, {"Seq length of events","giop-parlay.csapi.destroyNotification.events",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicy_getAttribute_attributeName, {"attributeName","giop-parlay.csapi.getAttribute.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_return, {"Seq length of TpAttributeSet","giop-parlay.csapi.getAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicy_getAttributes_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.getAttributes.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicy_setAttributes_targetAttributes, {"Seq length of targetAttributes","giop-parlay.csapi.setAttributes.targetAttributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_return, {"Seq length of TpStringSet","giop-parlay.csapi.getList.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_startIndex, {"startIndex","giop-parlay.csapi.getList.startIndex",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyIterator_getList_numberRequested, {"numberRequested","giop-parlay.csapi.getList.numberRequested",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRepository_createRepository_repositoryName, {"repositoryName","giop-parlay.csapi.createRepository.repositoryName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRepository_getRepository_repositoryName, {"repositoryName","giop-parlay.csapi.getRepository.repositoryName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRepository_removeRepository_repositoryName, {"repositoryName","giop-parlay.csapi.removeRepository.repositoryName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRepository_getRepositoryCount_return, {"TpInt32","giop-parlay.csapi.getRepositoryCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionName, {"conditionName","giop-parlay.csapi.createCondition.conditionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionType, {"conditionType","giop-parlay.csapi.createCondition.conditionType",FT_UINT32,BASE_DEC,VALS(org_csapi_policy_TpPolicyConditionType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRepository_createCondition_conditionAttributes, {"Seq length of conditionAttributes","giop-parlay.csapi.createCondition.conditionAttributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRepository_getCondition_conditionName, {"conditionName","giop-parlay.csapi.getCondition.conditionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRepository_removeCondition_conditionName, {"conditionName","giop-parlay.csapi.removeCondition.conditionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRepository_getConditionCount_return, {"TpInt32","giop-parlay.csapi.getConditionCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionName, {"actionName","giop-parlay.csapi.createAction.actionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionType, {"actionType","giop-parlay.csapi.createAction.actionType",FT_UINT32,BASE_DEC,VALS(org_csapi_policy_TpPolicyActionType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRepository_createAction_actionAttributes, {"Seq length of actionAttributes","giop-parlay.csapi.createAction.actionAttributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRepository_getAction_actionName, {"actionName","giop-parlay.csapi.getAction.actionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRepository_removeAction_actionName, {"actionName","giop-parlay.csapi.removeAction.actionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRepository_getActionCount_return, {"TpInt32","giop-parlay.csapi.getActionCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionName, {"conditionName","giop-parlay.csapi.createCondition.conditionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionType, {"conditionType","giop-parlay.csapi.createCondition.conditionType",FT_UINT32,BASE_DEC,VALS(org_csapi_policy_TpPolicyConditionType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRule_createCondition_conditionAttributes, {"Seq length of conditionAttributes","giop-parlay.csapi.createCondition.conditionAttributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRule_getCondition_conditionName, {"conditionName","giop-parlay.csapi.getCondition.conditionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRule_removeCondition_conditionName, {"conditionName","giop-parlay.csapi.removeCondition.conditionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRule_getConditionCount_return, {"TpInt32","giop-parlay.csapi.getConditionCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionName, {"actionName","giop-parlay.csapi.createAction.actionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionType, {"actionType","giop-parlay.csapi.createAction.actionType",FT_UINT32,BASE_DEC,VALS(org_csapi_policy_TpPolicyActionType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRule_createAction_actionAttributes, {"Seq length of actionAttributes","giop-parlay.csapi.createAction.actionAttributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRule_getAction_actionName, {"actionName","giop-parlay.csapi.getAction.actionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRule_removeAction_actionName, {"actionName","giop-parlay.csapi.removeAction.actionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRule_getActionCount_return, {"TpInt32","giop-parlay.csapi.getActionCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRule_setValidityPeriodConditionByName_conditionName, {"conditionName","giop-parlay.csapi.setValidityPeriodConditionByName.conditionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRule_setConditionList_conditionList, {"Seq length of conditionList","giop-parlay.csapi.setConditionList.conditionList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRule_getConditionList_return, {"Seq length of TpPolicyConditionList","giop-parlay.csapi.getConditionList.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRule_setActionList_actionList, {"Seq length of actionList","giop-parlay.csapi.setActionList.actionList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyRule_getActionList_return, {"Seq length of TpPolicyActionList","giop-parlay.csapi.getActionList.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyManager_createDomain_domainName, {"domainName","giop-parlay.csapi.createDomain.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyManager_getDomain_domainName, {"domainName","giop-parlay.csapi.getDomain.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyManager_removeDomain_domainName, {"domainName","giop-parlay.csapi.removeDomain.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyManager_getDomainCount_return, {"TpInt32","giop-parlay.csapi.getDomainCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_return, {"Seq length of TpStringSet","giop-parlay.csapi.findMatchingDomains.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyManager_findMatchingDomains_matchingAttributes, {"Seq length of matchingAttributes","giop-parlay.csapi.findMatchingDomains.matchingAttributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyManager_createRepository_repositoryName, {"repositoryName","giop-parlay.csapi.createRepository.repositoryName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyManager_getRepository_repositoryName, {"repositoryName","giop-parlay.csapi.getRepository.repositoryName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyManager_removeRepository_repositoryName, {"repositoryName","giop-parlay.csapi.removeRepository.repositoryName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyManager_getRepositoryCount_return, {"TpInt32","giop-parlay.csapi.getRepositoryCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction_return, {"TpBoolean","giop-parlay.csapi.commitTransaction.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyGroup_createGroup_groupName, {"groupName","giop-parlay.csapi.createGroup.groupName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyGroup_getGroup_groupName, {"groupName","giop-parlay.csapi.getGroup.groupName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyGroup_removeGroup_groupName, {"groupName","giop-parlay.csapi.removeGroup.groupName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyGroup_getGroupCount_return, {"TpInt32","giop-parlay.csapi.getGroupCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyGroup_createRule_ruleName, {"ruleName","giop-parlay.csapi.createRule.ruleName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyGroup_getRule_ruleName, {"ruleName","giop-parlay.csapi.getRule.ruleName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyGroup_removeRule_ruleName, {"ruleName","giop-parlay.csapi.removeRule.ruleName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyGroup_getRuleCount_return, {"TpInt32","giop-parlay.csapi.getRuleCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_setRequiredAttributes_requiredAttributes, {"Seq length of requiredAttributes","giop-parlay.csapi.setRequiredAttributes.requiredAttributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_setOptionalAttributes_optionalAttributes, {"Seq length of optionalAttributes","giop-parlay.csapi.setOptionalAttributes.optionalAttributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_getRequiredAttributes_return, {"Seq length of TpAttributeSet","giop-parlay.csapi.getRequiredAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyEventDefinition_getOptionalAttributes_return, {"Seq length of TpAttributeSet","giop-parlay.csapi.getOptionalAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicySignature_setInputVariables_inputVariables, {"Seq length of inputVariables","giop-parlay.csapi.setInputVariables.inputVariables",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicySignature_setOutputVariables_outputVariables, {"Seq length of outputVariables","giop-parlay.csapi.setOutputVariables.outputVariables",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicySignature_getInputVariables_return, {"Seq length of TpStringSet","giop-parlay.csapi.getInputVariables.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicySignature_getOutputVariables_return, {"Seq length of TpStringSet","giop-parlay.csapi.getOutputVariables.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicySignature_setGroupNames_groupNames, {"Seq length of groupNames","giop-parlay.csapi.setGroupNames.groupNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicySignature_setPolicyRoles_roleNames, {"Seq length of roleNames","giop-parlay.csapi.setPolicyRoles.roleNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicySignature_getGroupNames_return, {"Seq length of TpStringSet","giop-parlay.csapi.getGroupNames.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicySignature_getPolicyRoles_return, {"Seq length of TpStringSet","giop-parlay.csapi.getPolicyRoles.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createDomain_domainName, {"domainName","giop-parlay.csapi.createDomain.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getDomain_domainName, {"domainName","giop-parlay.csapi.getDomain.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_removeDomain_domainName, {"domainName","giop-parlay.csapi.removeDomain.domainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getDomainCount_return, {"TpInt32","giop-parlay.csapi.getDomainCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createGroup_groupName, {"groupName","giop-parlay.csapi.createGroup.groupName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getGroup_groupName, {"groupName","giop-parlay.csapi.getGroup.groupName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_removeGroup_groupName, {"groupName","giop-parlay.csapi.removeGroup.groupName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getGroupCount_return, {"TpInt32","giop-parlay.csapi.getGroupCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createRule_ruleName, {"ruleName","giop-parlay.csapi.createRule.ruleName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getRule_ruleName, {"ruleName","giop-parlay.csapi.getRule.ruleName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_removeRule_ruleName, {"ruleName","giop-parlay.csapi.removeRule.ruleName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getRuleCount_return, {"TpInt32","giop-parlay.csapi.getRuleCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_eventDefinitionName, {"eventDefinitionName","giop-parlay.csapi.createEventDefinition.eventDefinitionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_requiredAttributes, {"Seq length of requiredAttributes","giop-parlay.csapi.createEventDefinition.requiredAttributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createEventDefinition_optionalAttributes, {"Seq length of optionalAttributes","giop-parlay.csapi.createEventDefinition.optionalAttributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinition_eventDefinitionName, {"eventDefinitionName","giop-parlay.csapi.getEventDefinition.eventDefinitionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_removeEventDefinition_eventDefinitionName, {"eventDefinitionName","giop-parlay.csapi.removeEventDefinition.eventDefinitionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getEventDefinitionCount_return, {"TpInt32","giop-parlay.csapi.getEventDefinitionCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariableSet_variableSetName, {"variableSetName","giop-parlay.csapi.createVariableSet.variableSetName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_return, {"Seq length of TpPolicyVarSet","giop-parlay.csapi.getVariableSet.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSet_variableSetName, {"variableSetName","giop-parlay.csapi.getVariableSet.variableSetName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_removeVariableSet_variableSetName, {"variableSetName","giop-parlay.csapi.removeVariableSet.variableSetName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableSetCount_return, {"TpInt32","giop-parlay.csapi.getVariableSetCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariable_variableSetName, {"variableSetName","giop-parlay.csapi.createVariable.variableSetName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createVariable_variableName, {"variableName","giop-parlay.csapi.createVariable.variableName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue_variableSetName, {"variableSetName","giop-parlay.csapi.setVariableValue.variableSetName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_setVariableValue_variableName, {"variableName","giop-parlay.csapi.setVariableValue.variableName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType_variableSetName, {"variableSetName","giop-parlay.csapi.getVariableType.variableSetName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableType_variableName, {"variableName","giop-parlay.csapi.getVariableType.variableName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue_variableSetName, {"variableSetName","giop-parlay.csapi.getVariableValue.variableSetName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariableValue_variableName, {"variableName","giop-parlay.csapi.getVariableValue.variableName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariable_variableSetName, {"variableSetName","giop-parlay.csapi.getVariable.variableSetName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getVariable_variableName, {"variableName","giop-parlay.csapi.getVariable.variableName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable_variablSetName, {"variablSetName","giop-parlay.csapi.removeVariable.variablSetName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_removeVariable_variableName, {"variableName","giop-parlay.csapi.removeVariable.variableName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_createSignature_signatureName, {"signatureName","giop-parlay.csapi.createSignature.signatureName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getSignature_signatureName, {"signatureName","giop-parlay.csapi.getSignature.signatureName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_removeSignature_signatureName, {"signatureName","giop-parlay.csapi.removeSignature.signatureName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_provisioning_IpPolicyDomain_getSignatureCount_return, {"TpInt32","giop-parlay.csapi.getSignatureCount.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identity, {"identity","giop-parlay.csapi.createIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_identityTypes, {"Seq length of identityTypes","giop-parlay.csapi.createIdentity.identityTypes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createIdentity_authToken, {"Seq length of authToken","giop-parlay.csapi.createIdentity.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_identity, {"identity","giop-parlay.csapi.deleteIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteIdentity_authToken, {"Seq length of authToken","giop-parlay.csapi.deleteIdentity.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_return, {"TpBoolean","giop-parlay.csapi.isIdentity.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_identity, {"identity","giop-parlay.csapi.isIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isIdentity_authToken, {"Seq length of authToken","giop-parlay.csapi.isIdentity.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identity, {"identity","giop-parlay.csapi.createGroupIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_identityTypes, {"Seq length of identityTypes","giop-parlay.csapi.createGroupIdentity.identityTypes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_createGroupIdentity_authToken, {"Seq length of authToken","giop-parlay.csapi.createGroupIdentity.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_identity, {"identity","giop-parlay.csapi.deleteGroupIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_deleteGroupIdentity_authToken, {"Seq length of authToken","giop-parlay.csapi.deleteGroupIdentity.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_group, {"group","giop-parlay.csapi.addToGroup.group",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_member, {"member","giop-parlay.csapi.addToGroup.member",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addToGroup_authToken, {"Seq length of authToken","giop-parlay.csapi.addToGroup.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_group, {"group","giop-parlay.csapi.removeFromGroup.group",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_identity, {"identity","giop-parlay.csapi.removeFromGroup.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeFromGroup_authToken, {"Seq length of authToken","giop-parlay.csapi.removeFromGroup.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_return, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listMembers.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_identity, {"identity","giop-parlay.csapi.listMembers.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listMembers_authToken, {"Seq length of authToken","giop-parlay.csapi.listMembers.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_return, {"TpBoolean","giop-parlay.csapi.isGroupIdentity.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_identity, {"identity","giop-parlay.csapi.isGroupIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_isGroupIdentity_authToken, {"Seq length of authToken","giop-parlay.csapi.isGroupIdentity.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_return, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listGroupMembership.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_identity, {"identity","giop-parlay.csapi.listGroupMembership.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listGroupMembership_authToken, {"Seq length of authToken","giop-parlay.csapi.listGroupMembership.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_identity, {"identity","giop-parlay.csapi.addAlias.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_alias, {"alias","giop-parlay.csapi.addAlias.alias",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_addAlias_authToken, {"Seq length of authToken","giop-parlay.csapi.addAlias.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_identity, {"identity","giop-parlay.csapi.removeAliases.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_alias, {"alias","giop-parlay.csapi.removeAliases.alias",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_removeAliases_authToken, {"Seq length of authToken","giop-parlay.csapi.removeAliases.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_return, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listAliases.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_identity, {"identity","giop-parlay.csapi.listAliases.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listAliases_authToken, {"Seq length of authToken","giop-parlay.csapi.listAliases.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_return, {"TpPAMFQName","giop-parlay.csapi.lookupByAlias.return",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_alias, {"alias","giop-parlay.csapi.lookupByAlias.alias",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_lookupByAlias_authToken, {"Seq length of authToken","giop-parlay.csapi.lookupByAlias.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identity, {"identity","giop-parlay.csapi.associateTypes.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_identityTypes, {"Seq length of identityTypes","giop-parlay.csapi.associateTypes.identityTypes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_associateTypes_authToken, {"Seq length of authToken","giop-parlay.csapi.associateTypes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identity, {"identity","giop-parlay.csapi.disassociateTypes.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_identityTypes, {"Seq length of identityTypes","giop-parlay.csapi.disassociateTypes.identityTypes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_disassociateTypes_authToken, {"Seq length of authToken","giop-parlay.csapi.disassociateTypes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_return, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listTypesOfIdentity.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_identity, {"identity","giop-parlay.csapi.listTypesOfIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_listTypesOfIdentity_authToken, {"Seq length of authToken","giop-parlay.csapi.listTypesOfIdentity.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_return, {"TpBoolean","giop-parlay.csapi.hasType.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_identity, {"identity","giop-parlay.csapi.hasType.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_typeName, {"typeName","giop-parlay.csapi.hasType.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_hasType_authToken, {"Seq length of authToken","giop-parlay.csapi.hasType.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_return, {"Seq length of TpPAMAttributeList","giop-parlay.csapi.getIdentityAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_identity, {"identity","giop-parlay.csapi.getIdentityAttributes.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_identityType, {"identityType","giop-parlay.csapi.getIdentityAttributes.identityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.getIdentityAttributes.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_getIdentityAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.getIdentityAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_identity, {"identity","giop-parlay.csapi.setIdentityAttributes.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_identityType, {"identityType","giop-parlay.csapi.setIdentityAttributes.identityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_attributes, {"Seq length of attributes","giop-parlay.csapi.setIdentityAttributes.attributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityManagement_setIdentityAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.setIdentityAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentName, {"agentName","giop-parlay.csapi.createAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_agentTypes, {"Seq length of agentTypes","giop-parlay.csapi.createAgent.agentTypes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_createAgent_authToken, {"Seq length of authToken","giop-parlay.csapi.createAgent.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_agentName, {"agentName","giop-parlay.csapi.deleteAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_deleteAgent_authToken, {"Seq length of authToken","giop-parlay.csapi.deleteAgent.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_return, {"TpBoolean","giop-parlay.csapi.isAgent.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_agentName, {"agentName","giop-parlay.csapi.isAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isAgent_authToken, {"Seq length of authToken","giop-parlay.csapi.isAgent.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_agentName, {"agentName","giop-parlay.csapi.enableCapabilities.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_capabilities, {"Seq length of capabilities","giop-parlay.csapi.enableCapabilities.capabilities",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_enableCapabilities_authToken, {"Seq length of authToken","giop-parlay.csapi.enableCapabilities.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_agentName, {"agentName","giop-parlay.csapi.disableCapabilities.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_capabilities, {"Seq length of capabilities","giop-parlay.csapi.disableCapabilities.capabilities",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disableCapabilities_authToken, {"Seq length of authToken","giop-parlay.csapi.disableCapabilities.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_return, {"Seq length of TpPAMCapabilityList","giop-parlay.csapi.listEnabledCapabilities.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_agentName, {"agentName","giop-parlay.csapi.listEnabledCapabilities.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listEnabledCapabilities_authToken, {"Seq length of authToken","giop-parlay.csapi.listEnabledCapabilities.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_return, {"Seq length of TpPAMCapabilityList","giop-parlay.csapi.listAllCapabilities.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_agentName, {"agentName","giop-parlay.csapi.listAllCapabilities.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listAllCapabilities_authToken, {"Seq length of authToken","giop-parlay.csapi.listAllCapabilities.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_return, {"TpBoolean","giop-parlay.csapi.isCapableOf.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_agentName, {"agentName","giop-parlay.csapi.isCapableOf.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_capability, {"capability","giop-parlay.csapi.isCapableOf.capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_isCapableOf_authToken, {"Seq length of authToken","giop-parlay.csapi.isCapableOf.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentName, {"agentName","giop-parlay.csapi.associateTypes.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_agentTypes, {"Seq length of agentTypes","giop-parlay.csapi.associateTypes.agentTypes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_associateTypes_authToken, {"Seq length of authToken","giop-parlay.csapi.associateTypes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentName, {"agentName","giop-parlay.csapi.disassociateTypes.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_agentTypes, {"Seq length of agentTypes","giop-parlay.csapi.disassociateTypes.agentTypes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_disassociateTypes_authToken, {"Seq length of authToken","giop-parlay.csapi.disassociateTypes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_return, {"Seq length of TpStringList","giop-parlay.csapi.listTypesOfAgent.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_agentName, {"agentName","giop-parlay.csapi.listTypesOfAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_listTypesOfAgent_authToken, {"Seq length of authToken","giop-parlay.csapi.listTypesOfAgent.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_return, {"TpBoolean","giop-parlay.csapi.hasType.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_agentName, {"agentName","giop-parlay.csapi.hasType.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_typeName, {"typeName","giop-parlay.csapi.hasType.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_hasType_authToken, {"Seq length of authToken","giop-parlay.csapi.hasType.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_return, {"Seq length of TpPAMAttributeList","giop-parlay.csapi.getAgentAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_agentName, {"agentName","giop-parlay.csapi.getAgentAttributes.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_agentType, {"agentType","giop-parlay.csapi.getAgentAttributes.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.getAgentAttributes.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_getAgentAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.getAgentAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_agentName, {"agentName","giop-parlay.csapi.setAgentAttributes.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_agentType, {"agentType","giop-parlay.csapi.setAgentAttributes.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_attributes, {"Seq length of attributes","giop-parlay.csapi.setAgentAttributes.attributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentManagement_setAgentAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.setAgentAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_identity, {"identity","giop-parlay.csapi.assignAgent.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_agentName, {"agentName","giop-parlay.csapi.assignAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_assignAgent_authToken, {"Seq length of authToken","giop-parlay.csapi.assignAgent.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_identity, {"identity","giop-parlay.csapi.unassignAgent.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_agentName, {"agentName","giop-parlay.csapi.unassignAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_unassignAgent_authToken, {"Seq length of authToken","giop-parlay.csapi.unassignAgent.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_return, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listAssignedAgents.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_identity, {"identity","giop-parlay.csapi.listAssignedAgents.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgents_authToken, {"Seq length of authToken","giop-parlay.csapi.listAssignedAgents.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_return, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listAssociatedIdentitiesOfAgent.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_agentName, {"agentName","giop-parlay.csapi.listAssociatedIdentitiesOfAgent.agentName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssociatedIdentitiesOfAgent_authToken, {"Seq length of authToken","giop-parlay.csapi.listAssociatedIdentitiesOfAgent.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_return, {"Seq length of TpPAMFQNameList","giop-parlay.csapi.listAssignedAgentsByCapability.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_identity, {"identity","giop-parlay.csapi.listAssignedAgentsByCapability.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_capability, {"capability","giop-parlay.csapi.listAssignedAgentsByCapability.capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listAssignedAgentsByCapability_authToken, {"Seq length of authToken","giop-parlay.csapi.listAssignedAgentsByCapability.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_return, {"Seq length of TpPAMCapabilityList","giop-parlay.csapi.listCapabilitiesOfIdentity.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_identity, {"identity","giop-parlay.csapi.listCapabilitiesOfIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_listCapabilitiesOfIdentity_authToken, {"Seq length of authToken","giop-parlay.csapi.listCapabilitiesOfIdentity.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_return, {"TpBoolean","giop-parlay.csapi.isIdentityCapableOf.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_identity, {"identity","giop-parlay.csapi.isIdentityCapableOf.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_capability, {"capability","giop-parlay.csapi.isIdentityCapableOf.capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentAssignment_isIdentityCapableOf_authToken, {"Seq length of authToken","giop-parlay.csapi.isIdentityCapableOf.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityAttribute_authToken, {"Seq length of authToken","giop-parlay.csapi.createIdentityAttribute.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_attributeName, {"attributeName","giop-parlay.csapi.deleteIdentityAttribute.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityAttribute_authToken, {"Seq length of authToken","giop-parlay.csapi.deleteIdentityAttribute.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_attributeName, {"attributeName","giop-parlay.csapi.getIdentityAttributeDefinition.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_getIdentityAttributeDefinition_authToken, {"Seq length of authToken","giop-parlay.csapi.getIdentityAttributeDefinition.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_return, {"Seq length of TpStringList","giop-parlay.csapi.listAllIdentityAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listAllIdentityAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.listAllIdentityAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_typeName, {"typeName","giop-parlay.csapi.createIdentityType.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.createIdentityType.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_createIdentityType_authToken, {"Seq length of authToken","giop-parlay.csapi.createIdentityType.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_typeName, {"typeName","giop-parlay.csapi.deleteIdentityType.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_deleteIdentityType_authToken, {"Seq length of authToken","giop-parlay.csapi.deleteIdentityType.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_return, {"Seq length of TpStringList","giop-parlay.csapi.listIdentityTypes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypes_authToken, {"Seq length of authToken","giop-parlay.csapi.listIdentityTypes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_typeName, {"typeName","giop-parlay.csapi.addIdentityTypeAttributes.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.addIdentityTypeAttributes.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_addIdentityTypeAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.addIdentityTypeAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_typeName, {"typeName","giop-parlay.csapi.removeIdentityTypeAttributes.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.removeIdentityTypeAttributes.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_removeIdentityTypeAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.removeIdentityTypeAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_return, {"Seq length of TpStringList","giop-parlay.csapi.listIdentityTypeAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_typeName, {"typeName","giop-parlay.csapi.listIdentityTypeAttributes.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMIdentityTypeManagement_listIdentityTypeAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.listIdentityTypeAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentAttribute_authToken, {"Seq length of authToken","giop-parlay.csapi.createAgentAttribute.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_attributeName, {"attributeName","giop-parlay.csapi.deleteAgentAttribute.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentAttribute_authToken, {"Seq length of authToken","giop-parlay.csapi.deleteAgentAttribute.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_attributeName, {"attributeName","giop-parlay.csapi.getAgentAttributeDefinition.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_getAgentAttributeDefinition_authToken, {"Seq length of authToken","giop-parlay.csapi.getAgentAttributeDefinition.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_return, {"Seq length of TpStringList","giop-parlay.csapi.listAllAgentAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAllAgentAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.listAllAgentAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_typeName, {"typeName","giop-parlay.csapi.createAgentType.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.createAgentType.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_createAgentType_authToken, {"Seq length of authToken","giop-parlay.csapi.createAgentType.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_typeName, {"typeName","giop-parlay.csapi.deleteAgentType.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_deleteAgentType_authToken, {"Seq length of authToken","giop-parlay.csapi.deleteAgentType.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_return, {"Seq length of TpStringList","giop-parlay.csapi.listAgentTypes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypes_authToken, {"Seq length of authToken","giop-parlay.csapi.listAgentTypes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_typeName, {"typeName","giop-parlay.csapi.addAgentTypeAttributes.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.addAgentTypeAttributes.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_addAgentTypeAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.addAgentTypeAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_typeName, {"typeName","giop-parlay.csapi.removeAgentTypeAttributes.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.removeAgentTypeAttributes.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_removeAgentTypeAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.removeAgentTypeAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_return, {"Seq length of TpStringList","giop-parlay.csapi.listAgentTypeAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_typeName, {"typeName","giop-parlay.csapi.listAgentTypeAttributes.typeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMAgentTypeManagement_listAgentTypeAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.listAgentTypeAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapabilityAttribute_authToken, {"Seq length of authToken","giop-parlay.csapi.createCapabilityAttribute.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_attributeName, {"attributeName","giop-parlay.csapi.deleteCapabilityAttribute.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapabilityAttribute_authToken, {"Seq length of authToken","giop-parlay.csapi.deleteCapabilityAttribute.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_attributeName, {"attributeName","giop-parlay.csapi.getCapabilityAttributeDefinition.attributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_getCapabilityAttributeDefinition_authToken, {"Seq length of authToken","giop-parlay.csapi.getCapabilityAttributeDefinition.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_return, {"Seq length of TpStringList","giop-parlay.csapi.listAllCapabilityAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listAllCapabilityAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.listAllCapabilityAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_capabilityName, {"capabilityName","giop-parlay.csapi.createCapability.capabilityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.createCapability.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_createCapability_authToken, {"Seq length of authToken","giop-parlay.csapi.createCapability.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_capabilityName, {"capabilityName","giop-parlay.csapi.deleteCapability.capabilityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_deleteCapability_authToken, {"Seq length of authToken","giop-parlay.csapi.deleteCapability.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_return, {"Seq length of TpPAMCapabilityList","giop-parlay.csapi.listCapabilities.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilities_authToken, {"Seq length of authToken","giop-parlay.csapi.listCapabilities.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_capabilityName, {"capabilityName","giop-parlay.csapi.addCapabilityAttributes.capabilityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.addCapabilityAttributes.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_addCapabilityAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.addCapabilityAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_capabilityName, {"capabilityName","giop-parlay.csapi.removeCapabilityAttributes.capabilityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.removeCapabilityAttributes.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_removeCapabilityAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.removeCapabilityAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_return, {"Seq length of TpStringList","giop-parlay.csapi.listCapabilityAttributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_capabilityName, {"capabilityName","giop-parlay.csapi.listCapabilityAttributes.capabilityName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilityAttributes_authToken, {"Seq length of authToken","giop-parlay.csapi.listCapabilityAttributes.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_agentType, {"agentType","giop-parlay.csapi.assignCapabilitiesToType.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_capabilities, {"Seq length of capabilities","giop-parlay.csapi.assignCapabilitiesToType.capabilities",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_assignCapabilitiesToType_authToken, {"Seq length of authToken","giop-parlay.csapi.assignCapabilitiesToType.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_agentType, {"agentType","giop-parlay.csapi.unassignCapabilitiesFromType.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_capabilities, {"Seq length of capabilities","giop-parlay.csapi.unassignCapabilitiesFromType.capabilities",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_unassignCapabilitiesFromType_authToken, {"Seq length of authToken","giop-parlay.csapi.unassignCapabilitiesFromType.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_return, {"Seq length of TpPAMCapabilityList","giop-parlay.csapi.listCapabilitiesOfType.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_agentType, {"agentType","giop-parlay.csapi.listCapabilitiesOfType.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMCapabilityManagement_listCapabilitiesOfType_authToken, {"Seq length of authToken","giop-parlay.csapi.listCapabilitiesOfType.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_return, {"Seq length of TpPAMCredential","giop-parlay.csapi.getAuthToken.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAuthToken_askerData, {"Seq length of askerData","giop-parlay.csapi.getAuthToken.askerData",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_obtainInterface_interfaceName, {"interfaceName","giop-parlay.csapi.obtainInterface.interfaceName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_identity, {"identity","giop-parlay.csapi.getAccessControl.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_getAccessControl_authToken, {"Seq length of authToken","giop-parlay.csapi.getAccessControl.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_identity, {"identity","giop-parlay.csapi.setAccessControl.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_operation, {"operation","giop-parlay.csapi.setAccessControl.operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_provisioning_IpPAMProvisioningManager_setAccessControl_authToken, {"Seq length of authToken","giop-parlay.csapi.setAccessControl.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_identity, {"identity","giop-parlay.csapi.setIdentityPresence.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_identityType, {"identityType","giop-parlay.csapi.setIdentityPresence.identityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_attributes, {"Seq length of attributes","giop-parlay.csapi.setIdentityPresence.attributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresence_authToken, {"Seq length of authToken","giop-parlay.csapi.setIdentityPresence.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_identity, {"identity","giop-parlay.csapi.setIdentityPresenceExpiration.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_identityType, {"identityType","giop-parlay.csapi.setIdentityPresenceExpiration.identityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.setIdentityPresenceExpiration.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_expiresIn, {"expiresIn","giop-parlay.csapi.setIdentityPresenceExpiration.expiresIn",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMIdentityPresence_setIdentityPresenceExpiration_authToken, {"Seq length of authToken","giop-parlay.csapi.setIdentityPresenceExpiration.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_return, {"Seq length of TpPAMAttributeList","giop-parlay.csapi.getIdentityPresence.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_identity, {"identity","giop-parlay.csapi.getIdentityPresence.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_identityType, {"identityType","giop-parlay.csapi.getIdentityPresence.identityType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.getIdentityPresence.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMIdentityPresence_getIdentityPresence_authToken, {"Seq length of authToken","giop-parlay.csapi.getIdentityPresence.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_agent, {"agent","giop-parlay.csapi.setAgentPresence.agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_agentType, {"agentType","giop-parlay.csapi.setAgentPresence.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_attributes, {"Seq length of attributes","giop-parlay.csapi.setAgentPresence.attributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresence_authToken, {"Seq length of authToken","giop-parlay.csapi.setAgentPresence.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_agent, {"agent","giop-parlay.csapi.setCapabilityPresence.agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_capability, {"capability","giop-parlay.csapi.setCapabilityPresence.capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_attributes, {"Seq length of attributes","giop-parlay.csapi.setCapabilityPresence.attributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresence_authToken, {"Seq length of authToken","giop-parlay.csapi.setCapabilityPresence.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_agent, {"agent","giop-parlay.csapi.setAgentPresenceExpiration.agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_agentType, {"agentType","giop-parlay.csapi.setAgentPresenceExpiration.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.setAgentPresenceExpiration.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_expiresIn, {"expiresIn","giop-parlay.csapi.setAgentPresenceExpiration.expiresIn",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_setAgentPresenceExpiration_authToken, {"Seq length of authToken","giop-parlay.csapi.setAgentPresenceExpiration.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_agent, {"agent","giop-parlay.csapi.setCapabilityPresenceExpiration.agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_capability, {"capability","giop-parlay.csapi.setCapabilityPresenceExpiration.capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.setCapabilityPresenceExpiration.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_expiresIn, {"expiresIn","giop-parlay.csapi.setCapabilityPresenceExpiration.expiresIn",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_setCapabilityPresenceExpiration_authToken, {"Seq length of authToken","giop-parlay.csapi.setCapabilityPresenceExpiration.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_return, {"Seq length of TpPAMAttributeList","giop-parlay.csapi.getAgentPresence.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_agent, {"agent","giop-parlay.csapi.getAgentPresence.agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_agentType, {"agentType","giop-parlay.csapi.getAgentPresence.agentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.getAgentPresence.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_getAgentPresence_authToken, {"Seq length of authToken","giop-parlay.csapi.getAgentPresence.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_return, {"Seq length of TpPAMAttributeList","giop-parlay.csapi.getCapabilityPresence.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_agent, {"agent","giop-parlay.csapi.getCapabilityPresence.agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_capability, {"capability","giop-parlay.csapi.getCapabilityPresence.capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.getCapabilityPresence.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAgentPresence_getCapabilityPresence_authToken, {"Seq length of authToken","giop-parlay.csapi.getCapabilityPresence.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_return, {"Seq length of TpPAMAvailabilityProfileList","giop-parlay.csapi.computeAvailability.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_identity, {"identity","giop-parlay.csapi.computeAvailability.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.computeAvailability.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpAppPAMPreferenceCheck_computeAvailability_authToken, {"Seq length of authToken","giop-parlay.csapi.computeAvailability.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_return, {"Seq length of TpPAMAvailabilityProfileList","giop-parlay.csapi.getAvailability.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_identity, {"identity","giop-parlay.csapi.getAvailability.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_attributeNames, {"Seq length of attributeNames","giop-parlay.csapi.getAvailability.attributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAvailability_getAvailability_authToken, {"Seq length of authToken","giop-parlay.csapi.getAvailability.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAvailability_getPreference_identity, {"identity","giop-parlay.csapi.getPreference.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAvailability_getPreference_authToken, {"Seq length of authToken","giop-parlay.csapi.getPreference.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAvailability_setPreference_identity, {"identity","giop-parlay.csapi.setPreference.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAvailability_setPreference_operation, {"operation","giop-parlay.csapi.setPreference.operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMAvailability_setPreference_authToken, {"Seq length of authToken","giop-parlay.csapi.setPreference.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_return, {"Seq length of TpPAMCredential","giop-parlay.csapi.getAuthToken.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAuthToken_askerData, {"Seq length of askerData","giop-parlay.csapi.getAuthToken.askerData",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_obtainInterface_interfaceName, {"interfaceName","giop-parlay.csapi.obtainInterface.interfaceName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_identity, {"identity","giop-parlay.csapi.getAccessControl.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_getAccessControl_authToken, {"Seq length of authToken","giop-parlay.csapi.getAccessControl.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_identity, {"identity","giop-parlay.csapi.setAccessControl.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_operation, {"operation","giop-parlay.csapi.setAccessControl.operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_setAccessControl_authToken, {"Seq length of authToken","giop-parlay.csapi.setAccessControl.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_identity, {"identity","giop-parlay.csapi.activateService.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_activateService_authToken, {"Seq length of authToken","giop-parlay.csapi.activateService.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_identity, {"identity","giop-parlay.csapi.deactivateService.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_deactivateService_authToken, {"Seq length of authToken","giop-parlay.csapi.deactivateService.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_return, {"TpBoolean","giop-parlay.csapi.isActiveIdentity.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_identity, {"identity","giop-parlay.csapi.isActiveIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_access_IpPAMPresenceAvailabilityManager_isActiveIdentity_authToken, {"Seq length of authToken","giop-parlay.csapi.isActiveIdentity.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventID, {"eventID","giop-parlay.csapi.eventNotify.eventID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotify_eventInfo, {"Seq length of eventInfo","giop-parlay.csapi.eventNotify.eventInfo",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpAppPAMEventHandler_eventNotifyErr_eventID, {"eventID","giop-parlay.csapi.eventNotifyErr.eventID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_return, {"TpBoolean","giop-parlay.csapi.isRegistered.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_clientID, {"clientID","giop-parlay.csapi.isRegistered.clientID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventHandler_isRegistered_authToken, {"Seq length of authToken","giop-parlay.csapi.isRegistered.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_return, {"TpPAMClientID","giop-parlay.csapi.registerAppInterface.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventHandler_registerAppInterface_authToken, {"Seq length of authToken","giop-parlay.csapi.registerAppInterface.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_return, {"TpPAMEventID","giop-parlay.csapi.registerForEvent.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_clientID, {"clientID","giop-parlay.csapi.registerForEvent.clientID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_eventList, {"Seq length of eventList","giop-parlay.csapi.registerForEvent.eventList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_validFor, {"validFor","giop-parlay.csapi.registerForEvent.validFor",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventHandler_registerForEvent_authToken, {"Seq length of authToken","giop-parlay.csapi.registerForEvent.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_clientID, {"clientID","giop-parlay.csapi.deregisterAppInterface.clientID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventHandler_deregisterAppInterface_authToken, {"Seq length of authToken","giop-parlay.csapi.deregisterAppInterface.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_eventID, {"eventID","giop-parlay.csapi.deregisterFromEvent.eventID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventHandler_deregisterFromEvent_authToken, {"Seq length of authToken","giop-parlay.csapi.deregisterFromEvent.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_return, {"Seq length of TpPAMCredential","giop-parlay.csapi.getAuthToken.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventManager_getAuthToken_askerData, {"Seq length of askerData","giop-parlay.csapi.getAuthToken.askerData",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventManager_obtainInterface_interfaceName, {"interfaceName","giop-parlay.csapi.obtainInterface.interfaceName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_identity, {"identity","giop-parlay.csapi.getAccessControl.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventManager_getAccessControl_authToken, {"Seq length of authToken","giop-parlay.csapi.getAccessControl.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_identity, {"identity","giop-parlay.csapi.setAccessControl.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_operation, {"operation","giop-parlay.csapi.setAccessControl.operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventManager_setAccessControl_authToken, {"Seq length of authToken","giop-parlay.csapi.setAccessControl.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventManager_activateService_identity, {"identity","giop-parlay.csapi.activateService.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventManager_activateService_authToken, {"Seq length of authToken","giop-parlay.csapi.activateService.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_identity, {"identity","giop-parlay.csapi.deactivateService.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventManager_deactivateService_authToken, {"Seq length of authToken","giop-parlay.csapi.deactivateService.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_return, {"TpBoolean","giop-parlay.csapi.isActiveIdentity.return",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_identity, {"identity","giop-parlay.csapi.isActiveIdentity.identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_event_IpPAMEventManager_isActiveIdentity_authToken, {"Seq length of authToken","giop-parlay.csapi.isActiveIdentity.authToken",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_assignmentID, {"assignmentID","giop-parlay.csapi.reportNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_reportNotification_eventInfo, {"Seq length of eventInfo","giop-parlay.csapi.reportNotification.eventInfo",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMailboxes_mailboxSet, {"Seq length of mailboxSet","giop-parlay.csapi.terminateMultipleMailboxes.mailboxSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessagingManager_terminateMultipleMultiMediaMessagingSessions_multiMediaMessagingSet, {"Seq length of multiMediaMessagingSet","giop-parlay.csapi.terminateMultipleMultiMediaMessagingSessions.multiMediaMessagingSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox_mailboxID, {"mailboxID","giop-parlay.csapi.openMailbox.mailboxID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMultiMediaMessagingManager_openMailbox_authenticationInfo, {"authenticationInfo","giop-parlay.csapi.openMailbox.authenticationInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_return, {"TpAssignmentID","giop-parlay.csapi.createNotification.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMultiMediaMessagingManager_createNotification_eventCriteria, {"Seq length of eventCriteria","giop-parlay.csapi.createNotification.eventCriteria",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMultiMediaMessagingManager_destroyNotification_assignmentID, {"assignmentID","giop-parlay.csapi.destroyNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_assignmentID, {"assignmentID","giop-parlay.csapi.changeNotification.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMultiMediaMessagingManager_changeNotification_eventCriteria, {"Seq length of eventCriteria","giop-parlay.csapi.changeNotification.eventCriteria",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification_reset, {"reset","giop-parlay.csapi.getNextNotification.reset",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMultiMediaMessagingManager_enableNotifications_return, {"TpAssignmentID","giop-parlay.csapi.enableNotifications.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_createFolderRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.createFolderRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_createFolderRes_requestID, {"requestID","giop-parlay.csapi.createFolderRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_createFolderRes_folderID, {"folderID","giop-parlay.csapi.createFolderRes.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_createFolderErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.createFolderErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_createFolderErr_requestID, {"requestID","giop-parlay.csapi.createFolderErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_createFolderErr_error, {"error","giop-parlay.csapi.createFolderErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_createFolderErr_errorDetails, {"errorDetails","giop-parlay.csapi.createFolderErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFoldersRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_requestID, {"requestID","giop-parlay.csapi.getFoldersRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderID, {"folderID","giop-parlay.csapi.getFoldersRes.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFoldersRes_folderNames, {"Seq length of folderNames","giop-parlay.csapi.getFoldersRes.folderNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFoldersErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_requestID, {"requestID","giop-parlay.csapi.getFoldersErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_folderID, {"folderID","giop-parlay.csapi.getFoldersErr.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_error, {"error","giop-parlay.csapi.getFoldersErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFoldersErr_errorDetails, {"errorDetails","giop-parlay.csapi.getFoldersErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_deleteFolderRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.deleteFolderRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_deleteFolderRes_requestID, {"requestID","giop-parlay.csapi.deleteFolderRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.deleteFolderErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_requestID, {"requestID","giop-parlay.csapi.deleteFolderErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_error, {"error","giop-parlay.csapi.deleteFolderErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_deleteFolderErr_errorDetails, {"errorDetails","giop-parlay.csapi.deleteFolderErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_copyFolderRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.copyFolderRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_copyFolderRes_requestID, {"requestID","giop-parlay.csapi.copyFolderRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.copyFolderErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_requestID, {"requestID","giop-parlay.csapi.copyFolderErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_error, {"error","giop-parlay.csapi.copyFolderErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_copyFolderErr_errorDetails, {"errorDetails","giop-parlay.csapi.copyFolderErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_moveFolderRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.moveFolderRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_moveFolderRes_requestID, {"requestID","giop-parlay.csapi.moveFolderRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.moveFolderErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_requestID, {"requestID","giop-parlay.csapi.moveFolderErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_error, {"error","giop-parlay.csapi.moveFolderErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_moveFolderErr_errorDetails, {"errorDetails","giop-parlay.csapi.moveFolderErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_putMessageRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.putMessageRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_putMessageRes_requestID, {"requestID","giop-parlay.csapi.putMessageRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_putMessageRes_messageID, {"messageID","giop-parlay.csapi.putMessageRes.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_putMessageErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.putMessageErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_putMessageErr_requestID, {"requestID","giop-parlay.csapi.putMessageErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_putMessageErr_error, {"error","giop-parlay.csapi.putMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_putMessageErr_errorDetails, {"errorDetails","giop-parlay.csapi.putMessageErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_copyMessageRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.copyMessageRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_copyMessageRes_requestID, {"requestID","giop-parlay.csapi.copyMessageRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.copyMessageErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_requestID, {"requestID","giop-parlay.csapi.copyMessageErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_error, {"error","giop-parlay.csapi.copyMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_copyMessageErr_errorDetails, {"errorDetails","giop-parlay.csapi.copyMessageErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_moveMessageRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.moveMessageRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_moveMessageRes_requestID, {"requestID","giop-parlay.csapi.moveMessageRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.moveMessageErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_requestID, {"requestID","giop-parlay.csapi.moveMessageErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_error, {"error","giop-parlay.csapi.moveMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_moveMessageErr_errorDetails, {"errorDetails","giop-parlay.csapi.moveMessageErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_deleteMessageRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.deleteMessageRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_deleteMessageRes_requestID, {"requestID","giop-parlay.csapi.deleteMessageRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.deleteMessageErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_requestID, {"requestID","giop-parlay.csapi.deleteMessageErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_error, {"error","giop-parlay.csapi.deleteMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_deleteMessageErr_errorDetails, {"errorDetails","giop-parlay.csapi.deleteMessageErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.listMessagesRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_requestID, {"requestID","giop-parlay.csapi.listMessagesRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_messageList, {"Seq length of messageList","giop-parlay.csapi.listMessagesRes.messageList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_listMessagesRes_final, {"final","giop-parlay.csapi.listMessagesRes.final",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.listMessagesErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_requestID, {"requestID","giop-parlay.csapi.listMessagesErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_error, {"error","giop-parlay.csapi.listMessagesErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_listMessagesErr_errorDetails, {"errorDetails","giop-parlay.csapi.listMessagesErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.listMessageBodyPartsRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_requestID, {"requestID","giop-parlay.csapi.listMessageBodyPartsRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsRes_partsList, {"Seq length of partsList","giop-parlay.csapi.listMessageBodyPartsRes.partsList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.listMessageBodyPartsErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_requestID, {"requestID","giop-parlay.csapi.listMessageBodyPartsErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_error, {"error","giop-parlay.csapi.listMessageBodyPartsErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_listMessageBodyPartsErr_errorDetails, {"errorDetails","giop-parlay.csapi.listMessageBodyPartsErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageBodyPartsRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_requestID, {"requestID","giop-parlay.csapi.getMessageBodyPartsRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsRes_bodyParts, {"Seq length of bodyParts","giop-parlay.csapi.getMessageBodyPartsRes.bodyParts",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageBodyPartsErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_requestID, {"requestID","giop-parlay.csapi.getMessageBodyPartsErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_error, {"error","giop-parlay.csapi.getMessageBodyPartsErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageBodyPartsErr_errorDetails, {"errorDetails","giop-parlay.csapi.getMessageBodyPartsErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageHeadersRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_requestID, {"requestID","giop-parlay.csapi.getMessageHeadersRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersRes_headers, {"Seq length of headers","giop-parlay.csapi.getMessageHeadersRes.headers",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageHeadersErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_requestID, {"requestID","giop-parlay.csapi.getMessageHeadersErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_error, {"error","giop-parlay.csapi.getMessageHeadersErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageHeadersErr_errorDetails, {"errorDetails","giop-parlay.csapi.getMessageHeadersErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageContentRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_requestID, {"requestID","giop-parlay.csapi.getMessageContentRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_contentType, {"contentType","giop-parlay.csapi.getMessageContentRes.contentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_contentTransferEncoding, {"contentTransferEncoding","giop-parlay.csapi.getMessageContentRes.contentTransferEncoding",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageContentRes_content, {"Seq length of content","giop-parlay.csapi.getMessageContentRes.content",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageContentErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_requestID, {"requestID","giop-parlay.csapi.getMessageContentErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_error, {"error","giop-parlay.csapi.getMessageContentErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageContentErr_errorDetails, {"errorDetails","giop-parlay.csapi.getMessageContentErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFullMessageRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_requestID, {"requestID","giop-parlay.csapi.getFullMessageRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFullMessageRes_message, {"Seq length of message","giop-parlay.csapi.getFullMessageRes.message",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFullMessageErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_requestID, {"requestID","giop-parlay.csapi.getFullMessageErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_error, {"error","giop-parlay.csapi.getFullMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFullMessageErr_errorDetails, {"errorDetails","giop-parlay.csapi.getFullMessageErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMailboxInfoPropertiesRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_requestID, {"requestID","giop-parlay.csapi.getMailboxInfoPropertiesRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesRes_returnedProperties, {"Seq length of returnedProperties","giop-parlay.csapi.getMailboxInfoPropertiesRes.returnedProperties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFolderInfoPropertiesRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_requestID, {"requestID","giop-parlay.csapi.getFolderInfoPropertiesRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_folderID, {"folderID","giop-parlay.csapi.getFolderInfoPropertiesRes.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesRes_returnedProperties, {"Seq length of returnedProperties","giop-parlay.csapi.getFolderInfoPropertiesRes.returnedProperties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageInfoPropertiesRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_requestID, {"requestID","giop-parlay.csapi.getMessageInfoPropertiesRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_messageID, {"messageID","giop-parlay.csapi.getMessageInfoPropertiesRes.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesRes_returnedProperties, {"Seq length of returnedProperties","giop-parlay.csapi.getMessageInfoPropertiesRes.returnedProperties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.setMessageInfoPropertiesRes.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_requestID, {"requestID","giop-parlay.csapi.setMessageInfoPropertiesRes.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_messageID, {"messageID","giop-parlay.csapi.setMessageInfoPropertiesRes.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesRes_propertiesUpdated, {"Seq length of propertiesUpdated","giop-parlay.csapi.setMessageInfoPropertiesRes.propertiesUpdated",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.setMessageInfoPropertiesErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_requestID, {"requestID","giop-parlay.csapi.setMessageInfoPropertiesErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_messageID, {"messageID","giop-parlay.csapi.setMessageInfoPropertiesErr.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_setMessageInfoPropertiesErr_propertiesNotUpdated, {"Seq length of propertiesNotUpdated","giop-parlay.csapi.setMessageInfoPropertiesErr.propertiesNotUpdated",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMailboxInfoPropertiesErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_requestID, {"requestID","giop-parlay.csapi.getMailboxInfoPropertiesErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_error, {"error","giop-parlay.csapi.getMailboxInfoPropertiesErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMailboxInfoPropertiesErr_errorDetails, {"errorDetails","giop-parlay.csapi.getMailboxInfoPropertiesErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFolderInfoPropertiesErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_requestID, {"requestID","giop-parlay.csapi.getFolderInfoPropertiesErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_error, {"error","giop-parlay.csapi.getFolderInfoPropertiesErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getFolderInfoPropertiesErr_errorDetails, {"errorDetails","giop-parlay.csapi.getFolderInfoPropertiesErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageInfoPropertiesErr.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_requestID, {"requestID","giop-parlay.csapi.getMessageInfoPropertiesErr.requestID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_error, {"error","giop-parlay.csapi.getMessageInfoPropertiesErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMailbox_getMessageInfoPropertiesErr_errorDetails, {"errorDetails","giop-parlay.csapi.getMessageInfoPropertiesErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_close_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.close.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_createFolderReq_return, {"TpAssignmentID","giop-parlay.csapi.createFolderReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_createFolderReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.createFolderReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_createFolderReq_folderID, {"folderID","giop-parlay.csapi.createFolderReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getFoldersReq_return, {"TpAssignmentID","giop-parlay.csapi.getFoldersReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getFoldersReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFoldersReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getFoldersReq_folderID, {"folderID","giop-parlay.csapi.getFoldersReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_deleteFolderReq_return, {"TpAssignmentID","giop-parlay.csapi.deleteFolderReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_deleteFolderReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.deleteFolderReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_deleteFolderReq_folderID, {"folderID","giop-parlay.csapi.deleteFolderReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_copyFolderReq_return, {"TpAssignmentID","giop-parlay.csapi.copyFolderReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_copyFolderReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.copyFolderReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_copyFolderReq_sourceFolderID, {"sourceFolderID","giop-parlay.csapi.copyFolderReq.sourceFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_copyFolderReq_destinationFolderID, {"destinationFolderID","giop-parlay.csapi.copyFolderReq.destinationFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_moveFolderReq_return, {"TpAssignmentID","giop-parlay.csapi.moveFolderReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_moveFolderReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.moveFolderReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_moveFolderReq_sourceFolderID, {"sourceFolderID","giop-parlay.csapi.moveFolderReq.sourceFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_moveFolderReq_destinationFolderID, {"destinationFolderID","giop-parlay.csapi.moveFolderReq.destinationFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_putMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.putMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_putMessageReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.putMessageReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_putMessageReq_folderID, {"folderID","giop-parlay.csapi.putMessageReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_putMessageReq_message, {"Seq length of message","giop-parlay.csapi.putMessageReq.message",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_copyMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.copyMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_copyMessageReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.copyMessageReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_copyMessageReq_fromFolderID, {"fromFolderID","giop-parlay.csapi.copyMessageReq.fromFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_copyMessageReq_toFolderID, {"toFolderID","giop-parlay.csapi.copyMessageReq.toFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_copyMessageReq_messageID, {"messageID","giop-parlay.csapi.copyMessageReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_moveMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.moveMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_moveMessageReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.moveMessageReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_moveMessageReq_fromFolderID, {"fromFolderID","giop-parlay.csapi.moveMessageReq.fromFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_moveMessageReq_toFolderID, {"toFolderID","giop-parlay.csapi.moveMessageReq.toFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_moveMessageReq_messageID, {"messageID","giop-parlay.csapi.moveMessageReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_deleteMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.deleteMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_deleteMessageReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.deleteMessageReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_deleteMessageReq_fromFolderID, {"fromFolderID","giop-parlay.csapi.deleteMessageReq.fromFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_deleteMessageReq_messageID, {"messageID","giop-parlay.csapi.deleteMessageReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_listMessagesReq_return, {"TpAssignmentID","giop-parlay.csapi.listMessagesReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_listMessagesReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.listMessagesReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_listMessagesReq_folderID, {"folderID","giop-parlay.csapi.listMessagesReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_listMessagesReq_reset, {"reset","giop-parlay.csapi.listMessagesReq.reset",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_return, {"TpAssignmentID","giop-parlay.csapi.listMessageBodyPartsReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.listMessageBodyPartsReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_folderID, {"folderID","giop-parlay.csapi.listMessageBodyPartsReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_messageID, {"messageID","giop-parlay.csapi.listMessageBodyPartsReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_listMessageBodyPartsReq_maxNestingLevel, {"maxNestingLevel","giop-parlay.csapi.listMessageBodyPartsReq.maxNestingLevel",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_return, {"TpAssignmentID","giop-parlay.csapi.getMessageBodyPartsReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageBodyPartsReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_folderID, {"folderID","giop-parlay.csapi.getMessageBodyPartsReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_messageID, {"messageID","giop-parlay.csapi.getMessageBodyPartsReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getMessageBodyPartsReq_partIDs, {"Seq length of partIDs","giop-parlay.csapi.getMessageBodyPartsReq.partIDs",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_return, {"TpAssignmentID","giop-parlay.csapi.getMessageHeadersReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageHeadersReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_folderID, {"folderID","giop-parlay.csapi.getMessageHeadersReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getMessageHeadersReq_messageID, {"messageID","giop-parlay.csapi.getMessageHeadersReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getMessageContentReq_return, {"TpAssignmentID","giop-parlay.csapi.getMessageContentReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getMessageContentReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageContentReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getMessageContentReq_folderID, {"folderID","giop-parlay.csapi.getMessageContentReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getMessageContentReq_messageID, {"messageID","giop-parlay.csapi.getMessageContentReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getFullMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.getFullMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getFullMessageReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFullMessageReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getFullMessageReq_folderID, {"folderID","giop-parlay.csapi.getFullMessageReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getFullMessageReq_messageID, {"messageID","giop-parlay.csapi.getFullMessageReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq_return, {"TpAssignmentID","giop-parlay.csapi.getMailboxInfoPropertiesReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getMailboxInfoPropertiesReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMailboxInfoPropertiesReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_return, {"TpAssignmentID","giop-parlay.csapi.getFolderInfoPropertiesReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getFolderInfoPropertiesReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getFolderInfoPropertiesReq_folderID, {"folderID","giop-parlay.csapi.getFolderInfoPropertiesReq.folderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_return, {"TpAssignmentID","giop-parlay.csapi.getMessageInfoPropertiesReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.getMessageInfoPropertiesReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_getMessageInfoPropertiesReq_messageID, {"messageID","giop-parlay.csapi.getMessageInfoPropertiesReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_return, {"TpAssignmentID","giop-parlay.csapi.setMessageInfoPropertiesReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_mailboxSessionID, {"mailboxSessionID","giop-parlay.csapi.setMessageInfoPropertiesReq.mailboxSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_messageID, {"messageID","giop-parlay.csapi.setMessageInfoPropertiesReq.messageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMailbox_setMessageInfoPropertiesReq_properties, {"Seq length of properties","giop-parlay.csapi.setMessageInfoPropertiesReq.properties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes_sessionID, {"sessionID","giop-parlay.csapi.sendMessageRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageRes_assignmentID, {"assignmentID","giop-parlay.csapi.sendMessageRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_sessionID, {"sessionID","giop-parlay.csapi.sendMessageErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_assignmentID, {"assignmentID","giop-parlay.csapi.sendMessageErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_error, {"error","giop-parlay.csapi.sendMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_sendMessageErr_errorDetails, {"errorDetails","giop-parlay.csapi.sendMessageErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes_sessionID, {"sessionID","giop-parlay.csapi.cancelMessageRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageRes_assignmentID, {"assignmentID","giop-parlay.csapi.cancelMessageRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_sessionID, {"sessionID","giop-parlay.csapi.cancelMessageErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_assignmentID, {"assignmentID","giop-parlay.csapi.cancelMessageErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_error, {"error","giop-parlay.csapi.cancelMessageErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_cancelMessageErr_errorDetails, {"errorDetails","giop-parlay.csapi.cancelMessageErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_sessionID, {"sessionID","giop-parlay.csapi.queryStatusRes.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_assignmentID, {"assignmentID","giop-parlay.csapi.queryStatusRes.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusRes_result, {"Seq length of result","giop-parlay.csapi.queryStatusRes.result",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_sessionID, {"sessionID","giop-parlay.csapi.queryStatusErr.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_assignmentID, {"assignmentID","giop-parlay.csapi.queryStatusErr.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_error, {"error","giop-parlay.csapi.queryStatusErr.error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_queryStatusErr_errorDetails, {"errorDetails","giop-parlay.csapi.queryStatusErr.errorDetails",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_sessionID, {"sessionID","giop-parlay.csapi.messageStatusReport.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_assignmentID, {"assignmentID","giop-parlay.csapi.messageStatusReport.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_deliveryReportType, {"deliveryReportType","giop-parlay.csapi.messageStatusReport.deliveryReportType",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageStatusReport_deliveryReportInfo, {"deliveryReportInfo","giop-parlay.csapi.messageStatusReport.deliveryReportInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_sessionID, {"sessionID","giop-parlay.csapi.messageReceived.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_message, {"Seq length of message","giop-parlay.csapi.messageReceived.message",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpAppMultiMediaMessaging_messageReceived_headers, {"Seq length of headers","giop-parlay.csapi.messageReceived.headers",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_return, {"TpAssignmentID","giop-parlay.csapi.sendMessageReq.return",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_sessionID, {"sessionID","giop-parlay.csapi.sendMessageReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_deliveryType, {"deliveryType","giop-parlay.csapi.sendMessageReq.deliveryType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_messageTreatment, {"Seq length of messageTreatment","giop-parlay.csapi.sendMessageReq.messageTreatment",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_message, {"Seq length of message","giop-parlay.csapi.sendMessageReq.message",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMultiMediaMessaging_sendMessageReq_additionalHeaders, {"Seq length of additionalHeaders","giop-parlay.csapi.sendMessageReq.additionalHeaders",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq_sessionID, {"sessionID","giop-parlay.csapi.cancelMessageReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMultiMediaMessaging_cancelMessageReq_assignmentID, {"assignmentID","giop-parlay.csapi.cancelMessageReq.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq_sessionID, {"sessionID","giop-parlay.csapi.queryStatusReq.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMultiMediaMessaging_queryStatusReq_assignmentID, {"assignmentID","giop-parlay.csapi.queryStatusReq.assignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_IpMultiMediaMessaging_close_sessionID, {"sessionID","giop-parlay.csapi.close.sessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ /* Attribute filters */
+ /* Struct filters */
+ {&hf_org_csapi_TpAddress_Plan, {"TpAddress_Plan","giop-parlay.TpAddress.Plan",FT_UINT32,BASE_DEC,VALS(org_csapi_TpAddressPlan),0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpAddress_AddrString, {"TpAddress_AddrString","giop-parlay.TpAddress.AddrString",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpAddress_Name, {"TpAddress_Name","giop-parlay.TpAddress.Name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpAddress_Presentation, {"TpAddress_Presentation","giop-parlay.TpAddress.Presentation",FT_UINT32,BASE_DEC,VALS(org_csapi_TpAddressPresentation),0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpAddress_Screening, {"TpAddress_Screening","giop-parlay.TpAddress.Screening",FT_UINT32,BASE_DEC,VALS(org_csapi_TpAddressScreening),0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpAddress_SubAddressString, {"TpAddress_SubAddressString","giop-parlay.TpAddress.SubAddressString",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpAddressRange_Plan, {"TpAddressRange_Plan","giop-parlay.TpAddressRange.Plan",FT_UINT32,BASE_DEC,VALS(org_csapi_TpAddressPlan),0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpAddressRange_AddrString, {"TpAddressRange_AddrString","giop-parlay.TpAddressRange.AddrString",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpAddressRange_Name, {"TpAddressRange_Name","giop-parlay.TpAddressRange.Name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpAddressRange_SubAddressString, {"TpAddressRange_SubAddressString","giop-parlay.TpAddressRange.SubAddressString",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpCAIElements_UnitsPerInterval, {"TpCAIElements_UnitsPerInterval","giop-parlay.TpCAIElements.UnitsPerInterval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpCAIElements_SecondsPerTimeInterval, {"TpCAIElements_SecondsPerTimeInterval","giop-parlay.TpCAIElements.SecondsPerTimeInterval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpCAIElements_ScalingFactor, {"TpCAIElements_ScalingFactor","giop-parlay.TpCAIElements.ScalingFactor",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpCAIElements_UnitIncrement, {"TpCAIElements_UnitIncrement","giop-parlay.TpCAIElements.UnitIncrement",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpCAIElements_UnitsPerDataInterval, {"TpCAIElements_UnitsPerDataInterval","giop-parlay.TpCAIElements.UnitsPerDataInterval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpCAIElements_SegmentsPerDataInterval, {"TpCAIElements_SegmentsPerDataInterval","giop-parlay.TpCAIElements.SegmentsPerDataInterval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpCAIElements_InitialSecsPerTimeInterval, {"TpCAIElements_InitialSecsPerTimeInterval","giop-parlay.TpCAIElements.InitialSecsPerTimeInterval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpChargePerTime_InitialCharge, {"TpChargePerTime_InitialCharge","giop-parlay.TpChargePerTime.InitialCharge",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpChargePerTime_CurrentChargePerMinute, {"TpChargePerTime_CurrentChargePerMinute","giop-parlay.TpChargePerTime.CurrentChargePerMinute",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpChargePerTime_NextChargePerMinute, {"TpChargePerTime_NextChargePerMinute","giop-parlay.TpChargePerTime.NextChargePerMinute",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpAoCInfo_Currency, {"TpAoCInfo_Currency","giop-parlay.TpAoCInfo.Currency",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpTimeInterval_StartTime, {"TpTimeInterval_StartTime","giop-parlay.TpTimeInterval.StartTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpTimeInterval_StopTime, {"TpTimeInterval_StopTime","giop-parlay.TpTimeInterval.StopTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpStructuredAttributeValue_Type, {"TpStructuredAttributeValue_Type","giop-parlay.TpStructuredAttributeValue.Type",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpAttribute_AttributeName, {"TpAttribute_AttributeName","giop-parlay.TpAttribute.AttributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFaultStats_Fault, {"TpFaultStats_Fault","giop-parlay.TpFaultStats.Fault",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpInterfaceFault),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFaultStats_Occurrences, {"TpFaultStats_Occurrences","giop-parlay.TpFaultStats.Occurrences",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFaultStats_MaxDuration, {"TpFaultStats_MaxDuration","giop-parlay.TpFaultStats.MaxDuration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFaultStats_TotalDuration, {"TpFaultStats_TotalDuration","giop-parlay.TpFaultStats.TotalDuration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFaultStats_NumberOfClientsAffected, {"TpFaultStats_NumberOfClientsAffected","giop-parlay.TpFaultStats.NumberOfClientsAffected",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFaultStatsRecord_FaultStatsSet, {"Seq length of TpFaultStatsRecord_FaultStatsSet","giop-parlay.TpFaultStatsRecord.FaultStatsSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpLoadPolicy_LoadPolicy, {"TpLoadPolicy_LoadPolicy","giop-parlay.TpLoadPolicy.LoadPolicy",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpLoadStatisticData_LoadValue, {"TpLoadStatisticData_LoadValue","giop-parlay.TpLoadStatisticData.LoadValue",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpLoadStatisticData_LoadLevel, {"TpLoadStatisticData_LoadLevel","giop-parlay.TpLoadStatisticData.LoadLevel",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadLevel),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpLoadThreshold_LoadThreshold, {"TpLoadThreshold_LoadThreshold","giop-parlay.TpLoadThreshold.LoadThreshold",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpLoadInitVal_LoadLevel, {"TpLoadInitVal_LoadLevel","giop-parlay.TpLoadInitVal.LoadLevel",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadLevel),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpProperty_PropertyName, {"TpProperty_PropertyName","giop-parlay.TpProperty.PropertyName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpProperty_PropertyValue, {"TpProperty_PropertyValue","giop-parlay.TpProperty.PropertyValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpClientAppDescription_ClientAppID, {"TpClientAppDescription_ClientAppID","giop-parlay.TpClientAppDescription.ClientAppID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpClientAppDescription_ClientAppProperties, {"Seq length of TpClientAppDescription_ClientAppProperties","giop-parlay.TpClientAppDescription.ClientAppProperties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpClientAppDescription_HasAccessSession, {"TpClientAppDescription_HasAccessSession","giop-parlay.TpClientAppDescription.HasAccessSession",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpClientAppDescription_HasServiceInstances, {"TpClientAppDescription_HasServiceInstances","giop-parlay.TpClientAppDescription.HasServiceInstances",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpEntOp_EntOpID, {"TpEntOp_EntOpID","giop-parlay.TpEntOp.EntOpID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpEntOp_EntOpProperties, {"Seq length of TpEntOp_EntOpProperties","giop-parlay.TpEntOp.EntOpProperties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpSag_SagID, {"TpSag_SagID","giop-parlay.TpSag.SagID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpSag_SagDescription, {"TpSag_SagDescription","giop-parlay.TpSag.SagDescription",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceProperty_ServicePropertyName, {"TpServiceProperty_ServicePropertyName","giop-parlay.TpServiceProperty.ServicePropertyName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceProperty_ServicePropertyValueList, {"Seq length of TpServiceProperty_ServicePropertyValueList","giop-parlay.TpServiceProperty.ServicePropertyValueList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceDescription_ServiceTypeName, {"TpServiceDescription_ServiceTypeName","giop-parlay.TpServiceDescription.ServiceTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceDescription_ServicePropertyList, {"Seq length of TpServiceDescription_ServicePropertyList","giop-parlay.TpServiceDescription.ServicePropertyList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpService_ServiceID, {"TpService_ServiceID","giop-parlay.TpService.ServiceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceProfileDescription_ServiceContractID, {"TpServiceProfileDescription_ServiceContractID","giop-parlay.TpServiceProfileDescription.ServiceContractID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceProfileDescription_ServiceStartDate, {"TpServiceProfileDescription_ServiceStartDate","giop-parlay.TpServiceProfileDescription.ServiceStartDate",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceProfileDescription_ServiceEndDate, {"TpServiceProfileDescription_ServiceEndDate","giop-parlay.TpServiceProfileDescription.ServiceEndDate",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceProfileDescription_ServiceTypeName, {"TpServiceProfileDescription_ServiceTypeName","giop-parlay.TpServiceProfileDescription.ServiceTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceProfileDescription_ServiceSubscriptionProperties, {"Seq length of TpServiceProfileDescription_ServiceSubscriptionProperties","giop-parlay.TpServiceProfileDescription.ServiceSubscriptionProperties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceProfileDescription_InUse, {"TpServiceProfileDescription_InUse","giop-parlay.TpServiceProfileDescription.InUse",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceProfileDescription_ServiceID, {"TpServiceProfileDescription_ServiceID","giop-parlay.TpServiceProfileDescription.ServiceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceTypeProperty_ServicePropertyName, {"TpServiceTypeProperty_ServicePropertyName","giop-parlay.TpServiceTypeProperty.ServicePropertyName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceTypeProperty_ServiceTypePropertyMode, {"TpServiceTypeProperty_ServiceTypePropertyMode","giop-parlay.TpServiceTypeProperty.ServiceTypePropertyMode",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpServiceTypePropertyMode),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceTypeProperty_ServicePropertyTypeName, {"TpServiceTypeProperty_ServicePropertyTypeName","giop-parlay.TpServiceTypeProperty.ServicePropertyTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypePropertyList, {"Seq length of TpServiceTypeDescription_ServiceTypePropertyList","giop-parlay.TpServiceTypeDescription.ServiceTypePropertyList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceTypeDescription_ServiceTypeNameList, {"Seq length of TpServiceTypeDescription_ServiceTypeNameList","giop-parlay.TpServiceTypeDescription.ServiceTypeNameList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceTypeDescription_AvailableOrUnavailable, {"TpServiceTypeDescription_AvailableOrUnavailable","giop-parlay.TpServiceTypeDescription.AvailableOrUnavailable",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpSignatureAndServiceMgr_DigitalSignature, {"Seq length of TpSignatureAndServiceMgr_DigitalSignature","giop-parlay.TpSignatureAndServiceMgr.DigitalSignature",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpPerson_PersonName, {"TpPerson_PersonName","giop-parlay.TpPerson.PersonName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpPerson_PostalAddress, {"TpPerson_PostalAddress","giop-parlay.TpPerson.PostalAddress",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpPerson_TelephoneNumber, {"TpPerson_TelephoneNumber","giop-parlay.TpPerson.TelephoneNumber",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpPerson_Email, {"TpPerson_Email","giop-parlay.TpPerson.Email",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpPerson_HomePage, {"TpPerson_HomePage","giop-parlay.TpPerson.HomePage",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpPerson_PersonProperties, {"Seq length of TpPerson_PersonProperties","giop-parlay.TpPerson.PersonProperties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceContractDescription_ServiceStartDate, {"TpServiceContractDescription_ServiceStartDate","giop-parlay.TpServiceContractDescription.ServiceStartDate",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceContractDescription_ServiceEndDate, {"TpServiceContractDescription_ServiceEndDate","giop-parlay.TpServiceContractDescription.ServiceEndDate",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceContractDescription_ServiceTypeName, {"TpServiceContractDescription_ServiceTypeName","giop-parlay.TpServiceContractDescription.ServiceTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceContractDescription_ServiceID, {"TpServiceContractDescription_ServiceID","giop-parlay.TpServiceContractDescription.ServiceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceContractDescription_ServiceSubscriptionProperties, {"Seq length of TpServiceContractDescription_ServiceSubscriptionProperties","giop-parlay.TpServiceContractDescription.ServiceSubscriptionProperties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceContractDescription_InUse, {"TpServiceContractDescription_InUse","giop-parlay.TpServiceContractDescription.InUse",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpLoadStatistic_TimeStamp, {"TpLoadStatistic_TimeStamp","giop-parlay.TpLoadStatistic.TimeStamp",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceContract_ServiceContractID, {"TpServiceContract_ServiceContractID","giop-parlay.TpServiceContract.ServiceContractID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceProfile_ServiceProfileID, {"TpServiceProfile_ServiceProfileID","giop-parlay.TpServiceProfile.ServiceProfileID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpSagProfilePair_Sag, {"TpSagProfilePair_Sag","giop-parlay.TpSagProfilePair.Sag",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpSagProfilePair_ServiceProfile, {"TpSagProfilePair_ServiceProfile","giop-parlay.TpSagProfilePair.ServiceProfile",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpAddSagMembersConflict_ClientApplication, {"TpAddSagMembersConflict_ClientApplication","giop-parlay.TpAddSagMembersConflict.ClientApplication",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpAddSagMembersConflict_Service, {"TpAddSagMembersConflict_Service","giop-parlay.TpAddSagMembersConflict.Service",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpAssignSagToServiceProfileConflict_ClientApplication, {"TpAssignSagToServiceProfileConflict_ClientApplication","giop-parlay.TpAssignSagToServiceProfileConflict.ClientApplication",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpAssignSagToServiceProfileConflict_Service, {"TpAssignSagToServiceProfileConflict_Service","giop-parlay.TpAssignSagToServiceProfileConflict.Service",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyName, {"TpServiceTypePropertyValue_ServicePropertyName","giop-parlay.TpServiceTypePropertyValue.ServicePropertyName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceTypePropertyValue_ServiceTypePropertyMode, {"TpServiceTypePropertyValue_ServiceTypePropertyMode","giop-parlay.TpServiceTypePropertyValue.ServiceTypePropertyMode",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpServiceTypePropertyMode),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyTypeName, {"TpServiceTypePropertyValue_ServicePropertyTypeName","giop-parlay.TpServiceTypePropertyValue.ServicePropertyTypeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpServiceTypePropertyValue_ServicePropertyValueList, {"Seq length of TpServiceTypePropertyValue_ServicePropertyValueList","giop-parlay.TpServiceTypePropertyValue.ServicePropertyValueList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_ServiceType, {"TpFwMigrationServiceAvailableInfo_ServiceType","giop-parlay.TpFwMigrationServiceAvailableInfo.ServiceType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_ServiceID, {"TpFwMigrationServiceAvailableInfo_ServiceID","giop-parlay.TpFwMigrationServiceAvailableInfo.ServiceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_CompatibleServiceID, {"TpFwMigrationServiceAvailableInfo_CompatibleServiceID","giop-parlay.TpFwMigrationServiceAvailableInfo.CompatibleServiceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_BackwardCompatibilityLevel, {"TpFwMigrationServiceAvailableInfo_BackwardCompatibilityLevel","giop-parlay.TpFwMigrationServiceAvailableInfo.BackwardCompatibilityLevel",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationRequired, {"TpFwMigrationServiceAvailableInfo_MigrationRequired","giop-parlay.TpFwMigrationServiceAvailableInfo.MigrationRequired",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_DataMigrated, {"TpFwMigrationServiceAvailableInfo_DataMigrated","giop-parlay.TpFwMigrationServiceAvailableInfo.DataMigrated",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationDataAndTime, {"TpFwMigrationServiceAvailableInfo_MigrationDataAndTime","giop-parlay.TpFwMigrationServiceAvailableInfo.MigrationDataAndTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo, {"Seq length of TpFwMigrationServiceAvailableInfo_MigrationAdditionalInfo","giop-parlay.TpFwMigrationServiceAvailableInfo.MigrationAdditionalInfo",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwAgreementInfo_ClientApplicationID, {"TpFwAgreementInfo_ClientApplicationID","giop-parlay.TpFwAgreementInfo.ClientApplicationID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwAgreementInfo_ServiceID, {"TpFwAgreementInfo_ServiceID","giop-parlay.TpFwAgreementInfo.ServiceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwAgreementInfo_ServiceContractID, {"TpFwAgreementInfo_ServiceContractID","giop-parlay.TpFwAgreementInfo.ServiceContractID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwAgreementInfo_ServiceProfileID, {"TpFwAgreementInfo_ServiceProfileID","giop-parlay.TpFwAgreementInfo.ServiceProfileID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIMessageCriteria_EndSequence, {"TpUIMessageCriteria_EndSequence","giop-parlay.TpUIMessageCriteria.EndSequence",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIMessageCriteria_MaxMessageTime, {"TpUIMessageCriteria_MaxMessageTime","giop-parlay.TpUIMessageCriteria.MaxMessageTime",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIMessageCriteria_MaxMessageSize, {"TpUIMessageCriteria_MaxMessageSize","giop-parlay.TpUIMessageCriteria.MaxMessageSize",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIEventInfo_ServiceCode, {"TpUIEventInfo_ServiceCode","giop-parlay.TpUIEventInfo.ServiceCode",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIEventInfo_DataTypeIndication, {"TpUIEventInfo_DataTypeIndication","giop-parlay.TpUIEventInfo.DataTypeIndication",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIEventInfoDataType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIEventInfo_DataString, {"TpUIEventInfo_DataString","giop-parlay.TpUIEventInfo.DataString",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIEventCriteria_ServiceCode, {"TpUIEventCriteria_ServiceCode","giop-parlay.TpUIEventCriteria.ServiceCode",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIEventCriteriaResult_AssignmentID, {"TpUIEventCriteriaResult_AssignmentID","giop-parlay.TpUIEventCriteriaResult.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIEventNotificationInfo_ServiceCode, {"TpUIEventNotificationInfo_ServiceCode","giop-parlay.TpUIEventNotificationInfo.ServiceCode",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIEventNotificationInfo_DataTypeIndication, {"TpUIEventNotificationInfo_DataTypeIndication","giop-parlay.TpUIEventNotificationInfo.DataTypeIndication",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIEventInfoDataType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIEventNotificationInfo_UIEventData, {"Seq length of TpUIEventNotificationInfo_UIEventData","giop-parlay.TpUIEventNotificationInfo.UIEventData",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIRecognitionProperty_PropertyName, {"TpUIRecognitionProperty_PropertyName","giop-parlay.TpUIRecognitionProperty.PropertyName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIRecognitionProperty_PropertyValue, {"TpUIRecognitionProperty_PropertyValue","giop-parlay.TpUIRecognitionProperty.PropertyValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIRecognitionCriteria_SpeakerID, {"TpUIRecognitionCriteria_SpeakerID","giop-parlay.TpUIRecognitionCriteria.SpeakerID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIRecognitionCriteria_Properties, {"Seq length of TpUIRecognitionCriteria_Properties","giop-parlay.TpUIRecognitionCriteria.Properties",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIRecognitionCriteria_Grammar, {"TpUIRecognitionCriteria_Grammar","giop-parlay.TpUIRecognitionCriteria.Grammar",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUICollectCriteria_MinLength, {"TpUICollectCriteria_MinLength","giop-parlay.TpUICollectCriteria.MinLength",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUICollectCriteria_MaxLength, {"TpUICollectCriteria_MaxLength","giop-parlay.TpUICollectCriteria.MaxLength",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUICollectCriteria_EndSequence, {"TpUICollectCriteria_EndSequence","giop-parlay.TpUICollectCriteria.EndSequence",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUICollectCriteria_StartTimeout, {"TpUICollectCriteria_StartTimeout","giop-parlay.TpUICollectCriteria.StartTimeout",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUICollectCriteria_InterCharTimeout, {"TpUICollectCriteria_InterCharTimeout","giop-parlay.TpUICollectCriteria.InterCharTimeout",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUICollectCriteria_CollectMode, {"TpUICollectCriteria_CollectMode","giop-parlay.TpUICollectCriteria.CollectMode",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUICollectMode),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIWordOverride_Spelling, {"TpUIWordOverride_Spelling","giop-parlay.TpUIWordOverride.Spelling",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIWordOverride_PronounceType, {"TpUIWordOverride_PronounceType","giop-parlay.TpUIWordOverride.PronounceType",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIPronounceType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIWordOverride_PronounceAs, {"TpUIWordOverride_PronounceAs","giop-parlay.TpUIWordOverride.PronounceAs",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerGender, {"TpUISynthesisInfoData_SpeakerGender","giop-parlay.TpUISynthesisInfoData.SpeakerGender",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUISynthesisGender),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerAge, {"TpUISynthesisInfoData_SpeakerAge","giop-parlay.TpUISynthesisInfoData.SpeakerAge",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUISynthesisAge),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerRate, {"TpUISynthesisInfoData_SpeakerRate","giop-parlay.TpUISynthesisInfoData.SpeakerRate",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUISynthesisRate),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUISynthesisInfoData_SpeakerRange, {"TpUISynthesisInfoData_SpeakerRange","giop-parlay.TpUISynthesisInfoData.SpeakerRange",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUISynthesisRange),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUISynthesisInfoData_TextData, {"TpUISynthesisInfoData_TextData","giop-parlay.TpUISynthesisInfoData.TextData",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUISynthesisInfoData_WordOverrideSet, {"Seq length of TpUISynthesisInfoData_WordOverrideSet","giop-parlay.TpUISynthesisInfoData.WordOverrideSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallError_ErrorTime, {"TpCallError_ErrorTime","giop-parlay.TpCallError.ErrorTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallError_ErrorType, {"TpCallError_ErrorType","giop-parlay.TpCallError.ErrorType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallErrorType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallEndedReport_CallLegSessionID, {"TpCallEndedReport_CallLegSessionID","giop-parlay.TpCallEndedReport.CallLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallEndedReport_Cause, {"TpCallEndedReport_Cause","giop-parlay.TpCallEndedReport.Cause",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallInfoReport_CallInfoType, {"TpCallInfoReport_CallInfoType","giop-parlay.TpCallInfoReport.CallInfoType",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallInfoReport_CallInitiationStartTime, {"TpCallInfoReport_CallInitiationStartTime","giop-parlay.TpCallInfoReport.CallInitiationStartTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallInfoReport_CallConnectedToResourceTime, {"TpCallInfoReport_CallConnectedToResourceTime","giop-parlay.TpCallInfoReport.CallConnectedToResourceTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallInfoReport_CallConnectedToDestinationTime, {"TpCallInfoReport_CallConnectedToDestinationTime","giop-parlay.TpCallInfoReport.CallConnectedToDestinationTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallInfoReport_CallEndTime, {"TpCallInfoReport_CallEndTime","giop-parlay.TpCallInfoReport.CallEndTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallInfoReport_Cause, {"TpCallInfoReport_Cause","giop-parlay.TpCallInfoReport.Cause",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallServiceCode_CallServiceCodeType, {"TpCallServiceCode_CallServiceCodeType","giop-parlay.TpCallServiceCode.CallServiceCodeType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallServiceCodeType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallServiceCode_ServiceCodeValue, {"TpCallServiceCode_ServiceCodeValue","giop-parlay.TpCallServiceCode.ServiceCodeValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallTreatment_CallTreatmentType, {"TpCallTreatment_CallTreatmentType","giop-parlay.TpCallTreatment.CallTreatmentType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallTreatmentType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallTreatment_ReleaseCause, {"TpCallTreatment_ReleaseCause","giop-parlay.TpCallTreatment.ReleaseCause",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallChargePlan_ChargeOrderType, {"TpCallChargePlan_ChargeOrderType","giop-parlay.TpCallChargePlan.ChargeOrderType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallChargeOrderCategory),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallChargePlan_TransparentCharge, {"Seq length of TpCallChargePlan_TransparentCharge","giop-parlay.TpCallChargePlan.TransparentCharge",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallChargePlan_ChargePlan, {"TpCallChargePlan_ChargePlan","giop-parlay.TpCallChargePlan.ChargePlan",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallChargePlan_AdditionalInfo, {"Seq length of TpCallChargePlan_AdditionalInfo","giop-parlay.TpCallChargePlan.AdditionalInfo",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallChargePlan_PartyToCharge, {"TpCallChargePlan_PartyToCharge","giop-parlay.TpCallChargePlan.PartyToCharge",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallPartyToChargeType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallEventCriteria_CallEventName, {"TpCallEventCriteria_CallEventName","giop-parlay.TpCallEventCriteria.CallEventName",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallEventCriteria_CallNotificationType, {"TpCallEventCriteria_CallNotificationType","giop-parlay.TpCallEventCriteria.CallNotificationType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_gccs_TpCallNotificationType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallEventCriteria_MonitorMode, {"TpCallEventCriteria_MonitorMode","giop-parlay.TpCallEventCriteria.MonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallMonitorMode),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallEventCriteriaResult_AssignmentID, {"TpCallEventCriteriaResult_AssignmentID","giop-parlay.TpCallEventCriteriaResult.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallReleaseCause_Value, {"TpCallReleaseCause_Value","giop-parlay.TpCallReleaseCause.Value",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallReleaseCause_Location, {"TpCallReleaseCause_Location","giop-parlay.TpCallReleaseCause.Location",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallReport_MonitorMode, {"TpCallReport_MonitorMode","giop-parlay.TpCallReport.MonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallMonitorMode),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallReport_CallEventTime, {"TpCallReport_CallEventTime","giop-parlay.TpCallReport.CallEventTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallReport_CallReportType, {"TpCallReport_CallReportType","giop-parlay.TpCallReport.CallReportType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_gccs_TpCallReportType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallReportRequest_MonitorMode, {"TpCallReportRequest_MonitorMode","giop-parlay.TpCallReportRequest.MonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallMonitorMode),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallReportRequest_CallReportType, {"TpCallReportRequest_CallReportType","giop-parlay.TpCallReportRequest.CallReportType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_gccs_TpCallReportType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallEventInfo_CallAppInfo, {"Seq length of TpCallEventInfo_CallAppInfo","giop-parlay.TpCallEventInfo.CallAppInfo",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallEventInfo_CallEventName, {"TpCallEventInfo_CallEventName","giop-parlay.TpCallEventInfo.CallEventName",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallEventInfo_CallNotificationType, {"TpCallEventInfo_CallNotificationType","giop-parlay.TpCallEventInfo.CallNotificationType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_gccs_TpCallNotificationType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallEventInfo_MonitorMode, {"TpCallEventInfo_MonitorMode","giop-parlay.TpCallEventInfo.MonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallMonitorMode),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallEndedReport_CallLegSessionID, {"TpCallEndedReport_CallLegSessionID","giop-parlay.TpCallEndedReport.CallLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallInfoReport_CallInfoType, {"TpCallInfoReport_CallInfoType","giop-parlay.TpCallInfoReport.CallInfoType",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallInfoReport_CallInitiationStartTime, {"TpCallInfoReport_CallInitiationStartTime","giop-parlay.TpCallInfoReport.CallInitiationStartTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallInfoReport_CallConnectedToResourceTime, {"TpCallInfoReport_CallConnectedToResourceTime","giop-parlay.TpCallInfoReport.CallConnectedToResourceTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallInfoReport_CallConnectedToDestinationTime, {"TpCallInfoReport_CallConnectedToDestinationTime","giop-parlay.TpCallInfoReport.CallConnectedToDestinationTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallInfoReport_CallEndTime, {"TpCallInfoReport_CallEndTime","giop-parlay.TpCallInfoReport.CallEndTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallTreatment_CallTreatmentType, {"TpCallTreatment_CallTreatmentType","giop-parlay.TpCallTreatment.CallTreatmentType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallTreatmentType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallIdentifier_CallSessionID, {"TpCallIdentifier_CallSessionID","giop-parlay.TpCallIdentifier.CallSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallEventRequest_CallEventType, {"TpCallEventRequest_CallEventType","giop-parlay.TpCallEventRequest.CallEventType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallEventType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallEventRequest_CallMonitorMode, {"TpCallEventRequest_CallMonitorMode","giop-parlay.TpCallEventRequest.CallMonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallMonitorMode),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallNotificationRequest_CallEventsRequested, {"Seq length of TpCallNotificationRequest_CallEventsRequested","giop-parlay.TpCallNotificationRequest.CallEventsRequested",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpNotificationRequested_AssignmentID, {"TpNotificationRequested_AssignmentID","giop-parlay.TpNotificationRequested.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallLegConnectionProperties_AttachMechanism, {"TpCallLegConnectionProperties_AttachMechanism","giop-parlay.TpCallLegConnectionProperties.AttachMechanism",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallLegAttachMechanism),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallEventInfo_CallEventType, {"TpCallEventInfo_CallEventType","giop-parlay.TpCallEventInfo.CallEventType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallEventType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallEventInfo_CallMonitorMode, {"TpCallEventInfo_CallMonitorMode","giop-parlay.TpCallEventInfo.CallMonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallMonitorMode),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallEventInfo_CallEventTime, {"TpCallEventInfo_CallEventTime","giop-parlay.TpCallEventInfo.CallEventTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpNotificationRequestedSetEntry_NotificationRequestSet, {"Seq length of TpNotificationRequestedSetEntry_NotificationRequestSet","giop-parlay.TpNotificationRequestedSetEntry.NotificationRequestSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpNotificationRequestedSetEntry_Final, {"TpNotificationRequestedSetEntry_Final","giop-parlay.TpNotificationRequestedSetEntry.Final",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCarrier_CarrierID, {"Seq length of TpCarrier_CarrierID","giop-parlay.TpCarrier.CarrierID",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCarrier_CarrierSelectionField, {"TpCarrier_CarrierSelectionField","giop-parlay.TpCarrier.CarrierSelectionField",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCarrierSelectionField),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallNotificationInfo_CallAppInfo, {"Seq length of TpCallNotificationInfo_CallAppInfo","giop-parlay.TpCallNotificationInfo.CallAppInfo",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallLegInfoReport_CallLegInfoType, {"TpCallLegInfoReport_CallLegInfoType","giop-parlay.TpCallLegInfoReport.CallLegInfoType",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallLegInfoReport_CallLegStartTime, {"TpCallLegInfoReport_CallLegStartTime","giop-parlay.TpCallLegInfoReport.CallLegStartTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallLegInfoReport_CallLegConnectedToResourceTime, {"TpCallLegInfoReport_CallLegConnectedToResourceTime","giop-parlay.TpCallLegInfoReport.CallLegConnectedToResourceTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallLegInfoReport_CallLegConnectedToAddressTime, {"TpCallLegInfoReport_CallLegConnectedToAddressTime","giop-parlay.TpCallLegInfoReport.CallLegConnectedToAddressTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallLegInfoReport_CallLegEndTime, {"TpCallLegInfoReport_CallLegEndTime","giop-parlay.TpCallLegInfoReport.CallLegEndTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallLegInfoReport_CallLegReleaseCause, {"TpCallLegInfoReport_CallLegReleaseCause","giop-parlay.TpCallLegInfoReport.CallLegReleaseCause",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallLegInfoReport_CallAppInfo, {"Seq length of TpCallLegInfoReport_CallAppInfo","giop-parlay.TpCallLegInfoReport.CallAppInfo",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallLegProperty_CallLegPropertyName, {"TpCallLegProperty_CallLegPropertyName","giop-parlay.TpCallLegProperty.CallLegPropertyName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallLegProperty_CallLegPropertyValue, {"TpCallLegProperty_CallLegPropertyValue","giop-parlay.TpCallLegProperty.CallLegPropertyValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_TpMultiPartyCallIdentifier_CallSessionID, {"TpMultiPartyCallIdentifier_CallSessionID","giop-parlay.TpMultiPartyCallIdentifier.CallSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_TpCallLegIdentifier_CallLegSessionID, {"TpCallLegIdentifier_CallLegSessionID","giop-parlay.TpCallLegIdentifier.CallLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_TpAppCallLegCallBack_AppCallLegSet, {"Seq length of TpAppCallLegCallBack_AppCallLegSet","giop-parlay.TpAppCallLegCallBack.AppCallLegSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_TpCallSuperviseVolume_VolumeQuantity, {"TpCallSuperviseVolume_VolumeQuantity","giop-parlay.TpCallSuperviseVolume.VolumeQuantity",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_TpCallSuperviseVolume_VolumeUnit, {"TpCallSuperviseVolume_VolumeUnit","giop-parlay.TpCallSuperviseVolume.VolumeUnit",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_TpMediaStreamRequest_Direction, {"TpMediaStreamRequest_Direction","giop-parlay.TpMediaStreamRequest.Direction",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_mmccs_TpMediaStreamDirection),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_TpMediaStreamRequest_MediaMonitorMode, {"TpMediaStreamRequest_MediaMonitorMode","giop-parlay.TpMediaStreamRequest.MediaMonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallMonitorMode),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_TpMediaStreamRequest_EventType, {"TpMediaStreamRequest_EventType","giop-parlay.TpMediaStreamRequest.EventType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_mmccs_TpMediaStreamEventType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_TpMediaStream_Direction, {"TpMediaStream_Direction","giop-parlay.TpMediaStream.Direction",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_mmccs_TpMediaStreamDirection),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_TpMediaStream_ChannelSessionID, {"TpMediaStream_ChannelSessionID","giop-parlay.TpMediaStream.ChannelSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_TpNotificationMediaRequest_MediaStreamsRequested, {"Seq length of TpNotificationMediaRequest_MediaStreamsRequested","giop-parlay.TpNotificationMediaRequest.MediaStreamsRequested",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_TpMediaNotificationRequested_AssignmentID, {"TpMediaNotificationRequested_AssignmentID","giop-parlay.TpMediaNotificationRequested.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_TpMultiMediaCallIdentifier_MMCallSessionID, {"TpMultiMediaCallIdentifier_MMCallSessionID","giop-parlay.TpMultiMediaCallIdentifier.MMCallSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_TpMultiMediaCallLegIdentifier_MMCallLegSessionID, {"TpMultiMediaCallLegIdentifier_MMCallLegSessionID","giop-parlay.TpMultiMediaCallLegIdentifier.MMCallLegSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_TpAppMultiMediaCallLegCallBack_AppCallLegSet, {"Seq length of TpAppMultiMediaCallLegCallBack_AppCallLegSet","giop-parlay.TpAppMultiMediaCallLegCallBack.AppCallLegSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_TpMonoMediaConfPolicy_JoinAllowed, {"TpMonoMediaConfPolicy_JoinAllowed","giop-parlay.TpMonoMediaConfPolicy.JoinAllowed",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_TpJoinEventInfo_CallAppInfo, {"Seq length of TpJoinEventInfo_CallAppInfo","giop-parlay.TpJoinEventInfo.CallAppInfo",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_TpConfSearchCriteria_StartSearch, {"TpConfSearchCriteria_StartSearch","giop-parlay.TpConfSearchCriteria.StartSearch",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_TpConfSearchCriteria_StopSearch, {"TpConfSearchCriteria_StopSearch","giop-parlay.TpConfSearchCriteria.StopSearch",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_TpConfSearchCriteria_RequestedResources, {"TpConfSearchCriteria_RequestedResources","giop-parlay.TpConfSearchCriteria.RequestedResources",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_TpConfSearchCriteria_RequestedDuration, {"TpConfSearchCriteria_RequestedDuration","giop-parlay.TpConfSearchCriteria.RequestedDuration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_TpConfSearchResult_MatchFound, {"TpConfSearchResult_MatchFound","giop-parlay.TpConfSearchResult.MatchFound",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_TpConfSearchResult_ActualStartTime, {"TpConfSearchResult_ActualStartTime","giop-parlay.TpConfSearchResult.ActualStartTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_TpConfSearchResult_ActualResources, {"TpConfSearchResult_ActualResources","giop-parlay.TpConfSearchResult.ActualResources",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_TpConfSearchResult_ActualDuration, {"TpConfSearchResult_ActualDuration","giop-parlay.TpConfSearchResult.ActualDuration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_JoinAllowed, {"TpMultiMediaConfPolicy_JoinAllowed","giop-parlay.TpMultiMediaConfPolicy.JoinAllowed",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_MediaAllowed, {"TpMultiMediaConfPolicy_MediaAllowed","giop-parlay.TpMultiMediaConfPolicy.MediaAllowed",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_Chaired, {"TpMultiMediaConfPolicy_Chaired","giop-parlay.TpMultiMediaConfPolicy.Chaired",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_TpMultiMediaConfPolicy_VideoHandling, {"TpMultiMediaConfPolicy_VideoHandling","giop-parlay.TpMultiMediaConfPolicy.VideoHandling",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_cccs_TpVideoHandlingType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_TpResourceReservation_ReservationID, {"TpResourceReservation_ReservationID","giop-parlay.TpResourceReservation.ReservationID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_TpConfCallIdentifier_ConfCallSessionID, {"TpConfCallIdentifier_ConfCallSessionID","giop-parlay.TpConfCallIdentifier.ConfCallSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_TpSubConfCallIdentifier_SubConfCallSessionID, {"TpSubConfCallIdentifier_SubConfCallSessionID","giop-parlay.TpSubConfCallIdentifier.SubConfCallSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIIdentifier_UserInteractionSessionID, {"TpUIIdentifier_UserInteractionSessionID","giop-parlay.TpUIIdentifier.UserInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUICallIdentifier_UserInteractionSessionID, {"TpUICallIdentifier_UserInteractionSessionID","giop-parlay.TpUICallIdentifier.UserInteractionSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpLocationResponseTime_ResponseTime, {"TpLocationResponseTime_ResponseTime","giop-parlay.TpLocationResponseTime.ResponseTime",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpLocationResponseIndicator),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpLocationResponseTime_TimerValue, {"TpLocationResponseTime_TimerValue","giop-parlay.TpLocationResponseTime.TimerValue",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpLocationTrigger_Longitude, {"TpLocationTrigger_Longitude","giop-parlay.TpLocationTrigger.Longitude",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpLocationTrigger_Latitude, {"TpLocationTrigger_Latitude","giop-parlay.TpLocationTrigger.Latitude",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpLocationTrigger_AreaSemiMajor, {"TpLocationTrigger_AreaSemiMajor","giop-parlay.TpLocationTrigger.AreaSemiMajor",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpLocationTrigger_AreaSemiMinor, {"TpLocationTrigger_AreaSemiMinor","giop-parlay.TpLocationTrigger.AreaSemiMinor",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpLocationTrigger_AngleOfSemiMajor, {"TpLocationTrigger_AngleOfSemiMajor","giop-parlay.TpLocationTrigger.AngleOfSemiMajor",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpLocationTrigger_Criterion, {"TpLocationTrigger_Criterion","giop-parlay.TpLocationTrigger.Criterion",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpLocationTriggerCriteria),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpLocationTrigger_ReportingInterval, {"TpLocationTrigger_ReportingInterval","giop-parlay.TpLocationTrigger.ReportingInterval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpLocationRequest_RequestedAccuracy, {"TpLocationRequest_RequestedAccuracy","giop-parlay.TpLocationRequest.RequestedAccuracy",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpLocationRequest_AltitudeRequested, {"TpLocationRequest_AltitudeRequested","giop-parlay.TpLocationRequest.AltitudeRequested",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpLocationRequest_Type, {"TpLocationRequest_Type","giop-parlay.TpLocationRequest.Type",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpLocationType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpLocationRequest_Priority, {"TpLocationRequest_Priority","giop-parlay.TpLocationRequest.Priority",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpLocationPriority),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpLocationRequest_RequestedLocationMethod, {"TpLocationRequest_RequestedLocationMethod","giop-parlay.TpLocationRequest.RequestedLocationMethod",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpGeographicalPosition_Longitude, {"TpGeographicalPosition_Longitude","giop-parlay.TpGeographicalPosition.Longitude",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpGeographicalPosition_Latitude, {"TpGeographicalPosition_Latitude","giop-parlay.TpGeographicalPosition.Latitude",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpGeographicalPosition_TypeOfUncertaintyShape, {"TpGeographicalPosition_TypeOfUncertaintyShape","giop-parlay.TpGeographicalPosition.TypeOfUncertaintyShape",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpLocationUncertaintyShape),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpGeographicalPosition_UncertaintyInnerSemiMajor, {"TpGeographicalPosition_UncertaintyInnerSemiMajor","giop-parlay.TpGeographicalPosition.UncertaintyInnerSemiMajor",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpGeographicalPosition_UncertaintyOuterSemiMajor, {"TpGeographicalPosition_UncertaintyOuterSemiMajor","giop-parlay.TpGeographicalPosition.UncertaintyOuterSemiMajor",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpGeographicalPosition_UncertaintyInnerSemiMinor, {"TpGeographicalPosition_UncertaintyInnerSemiMinor","giop-parlay.TpGeographicalPosition.UncertaintyInnerSemiMinor",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpGeographicalPosition_UncertaintyOuterSemiMinor, {"TpGeographicalPosition_UncertaintyOuterSemiMinor","giop-parlay.TpGeographicalPosition.UncertaintyOuterSemiMinor",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpGeographicalPosition_AngleOfSemiMajor, {"TpGeographicalPosition_AngleOfSemiMajor","giop-parlay.TpGeographicalPosition.AngleOfSemiMajor",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpGeographicalPosition_SegmentStartAngle, {"TpGeographicalPosition_SegmentStartAngle","giop-parlay.TpGeographicalPosition.SegmentStartAngle",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpGeographicalPosition_SegmentEndAngle, {"TpGeographicalPosition_SegmentEndAngle","giop-parlay.TpGeographicalPosition.SegmentEndAngle",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpMobilityStopAssignmentData_AssignmentId, {"TpMobilityStopAssignmentData_AssignmentId","giop-parlay.TpMobilityStopAssignmentData.AssignmentId",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpMobilityStopAssignmentData_StopScope, {"TpMobilityStopAssignmentData_StopScope","giop-parlay.TpMobilityStopAssignmentData.StopScope",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityStopScope),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpMobilityStopAssignmentData_Users, {"Seq length of TpMobilityStopAssignmentData_Users","giop-parlay.TpMobilityStopAssignmentData.Users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUlExtendedData_TerminalType, {"TpUlExtendedData_TerminalType","giop-parlay.TpUlExtendedData.TerminalType",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpTerminalType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUlExtendedData_AltitudePresent, {"TpUlExtendedData_AltitudePresent","giop-parlay.TpUlExtendedData.AltitudePresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUlExtendedData_Altitude, {"TpUlExtendedData_Altitude","giop-parlay.TpUlExtendedData.Altitude",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUlExtendedData_UncertaintyAltitude, {"TpUlExtendedData_UncertaintyAltitude","giop-parlay.TpUlExtendedData.UncertaintyAltitude",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUlExtendedData_TimestampPresent, {"TpUlExtendedData_TimestampPresent","giop-parlay.TpUlExtendedData.TimestampPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUlExtendedData_Timestamp, {"TpUlExtendedData_Timestamp","giop-parlay.TpUlExtendedData.Timestamp",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUlExtendedData_UsedLocationMethod, {"TpUlExtendedData_UsedLocationMethod","giop-parlay.TpUlExtendedData.UsedLocationMethod",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocation_StatusCode, {"TpUserLocation_StatusCode","giop-parlay.TpUserLocation.StatusCode",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationExtended_StatusCode, {"TpUserLocationExtended_StatusCode","giop-parlay.TpUserLocationExtended.StatusCode",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationExtended_Locations, {"Seq length of TpUserLocationExtended_Locations","giop-parlay.TpUserLocationExtended.Locations",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpLocationTriggerCamel_UpdateInsideVlr, {"TpLocationTriggerCamel_UpdateInsideVlr","giop-parlay.TpLocationTriggerCamel.UpdateInsideVlr",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpLocationTriggerCamel_UpdateOutsideVlr, {"TpLocationTriggerCamel_UpdateOutsideVlr","giop-parlay.TpLocationTriggerCamel.UpdateOutsideVlr",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationCamel_StatusCode, {"TpUserLocationCamel_StatusCode","giop-parlay.TpUserLocationCamel.StatusCode",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationCamel_GeographicalPositionPresent, {"TpUserLocationCamel_GeographicalPositionPresent","giop-parlay.TpUserLocationCamel.GeographicalPositionPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationCamel_TimestampPresent, {"TpUserLocationCamel_TimestampPresent","giop-parlay.TpUserLocationCamel.TimestampPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationCamel_Timestamp, {"TpUserLocationCamel_Timestamp","giop-parlay.TpUserLocationCamel.Timestamp",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationCamel_VlrNumberPresent, {"TpUserLocationCamel_VlrNumberPresent","giop-parlay.TpUserLocationCamel.VlrNumberPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationCamel_LocationNumberPresent, {"TpUserLocationCamel_LocationNumberPresent","giop-parlay.TpUserLocationCamel.LocationNumberPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationCamel_CellIdOrLaiPresent, {"TpUserLocationCamel_CellIdOrLaiPresent","giop-parlay.TpUserLocationCamel.CellIdOrLaiPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationCamel_CellIdOrLai, {"TpUserLocationCamel_CellIdOrLai","giop-parlay.TpUserLocationCamel.CellIdOrLai",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergencyRequest_UserAddressPresent, {"TpUserLocationEmergencyRequest_UserAddressPresent","giop-parlay.TpUserLocationEmergencyRequest.UserAddressPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrdPresent, {"TpUserLocationEmergencyRequest_NaEsrdPresent","giop-parlay.TpUserLocationEmergencyRequest.NaEsrdPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrd, {"TpUserLocationEmergencyRequest_NaEsrd","giop-parlay.TpUserLocationEmergencyRequest.NaEsrd",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrkPresent, {"TpUserLocationEmergencyRequest_NaEsrkPresent","giop-parlay.TpUserLocationEmergencyRequest.NaEsrkPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergencyRequest_NaEsrk, {"TpUserLocationEmergencyRequest_NaEsrk","giop-parlay.TpUserLocationEmergencyRequest.NaEsrk",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergencyRequest_ImeiPresent, {"TpUserLocationEmergencyRequest_ImeiPresent","giop-parlay.TpUserLocationEmergencyRequest.ImeiPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergencyRequest_Imei, {"TpUserLocationEmergencyRequest_Imei","giop-parlay.TpUserLocationEmergencyRequest.Imei",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergency_StatusCode, {"TpUserLocationEmergency_StatusCode","giop-parlay.TpUserLocationEmergency.StatusCode",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergency_UserIdPresent, {"TpUserLocationEmergency_UserIdPresent","giop-parlay.TpUserLocationEmergency.UserIdPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergency_NaEsrdPresent, {"TpUserLocationEmergency_NaEsrdPresent","giop-parlay.TpUserLocationEmergency.NaEsrdPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergency_NaEsrd, {"TpUserLocationEmergency_NaEsrd","giop-parlay.TpUserLocationEmergency.NaEsrd",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergency_NaEsrkPresent, {"TpUserLocationEmergency_NaEsrkPresent","giop-parlay.TpUserLocationEmergency.NaEsrkPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergency_NaEsrk, {"TpUserLocationEmergency_NaEsrk","giop-parlay.TpUserLocationEmergency.NaEsrk",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergency_ImeiPresent, {"TpUserLocationEmergency_ImeiPresent","giop-parlay.TpUserLocationEmergency.ImeiPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergency_Imei, {"TpUserLocationEmergency_Imei","giop-parlay.TpUserLocationEmergency.Imei",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergency_TriggeringEvent, {"TpUserLocationEmergency_TriggeringEvent","giop-parlay.TpUserLocationEmergency.TriggeringEvent",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpUserLocationEmergencyTrigger),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergency_GeographicalPositionPresent, {"TpUserLocationEmergency_GeographicalPositionPresent","giop-parlay.TpUserLocationEmergency.GeographicalPositionPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergency_AltitudePresent, {"TpUserLocationEmergency_AltitudePresent","giop-parlay.TpUserLocationEmergency.AltitudePresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergency_Altitude, {"TpUserLocationEmergency_Altitude","giop-parlay.TpUserLocationEmergency.Altitude",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergency_UncertaintyAltitude, {"TpUserLocationEmergency_UncertaintyAltitude","giop-parlay.TpUserLocationEmergency.UncertaintyAltitude",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergency_TimestampPresent, {"TpUserLocationEmergency_TimestampPresent","giop-parlay.TpUserLocationEmergency.TimestampPresent",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergency_Timestamp, {"TpUserLocationEmergency_Timestamp","giop-parlay.TpUserLocationEmergency.Timestamp",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserLocationEmergency_UsedLocationMethod, {"TpUserLocationEmergency_UsedLocationMethod","giop-parlay.TpUserLocationEmergency.UsedLocationMethod",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserStatus_StatusCode, {"TpUserStatus_StatusCode","giop-parlay.TpUserStatus.StatusCode",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserStatus_Status, {"TpUserStatus_Status","giop-parlay.TpUserStatus.Status",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpUserStatusIndicator),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserStatus_TerminalType, {"TpUserStatus_TerminalType","giop-parlay.TpUserStatus.TerminalType",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpTerminalType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpTriggeredStatusRequest_Users, {"Seq length of TpTriggeredStatusRequest_Users","giop-parlay.TpTriggeredStatusRequest.Users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpTriggeredStatusRequest_AssignmentID, {"TpTriggeredStatusRequest_AssignmentID","giop-parlay.TpTriggeredStatusRequest.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Requests, {"Seq length of TpTriggeredStatusRequestSetEntry_Requests","giop-parlay.TpTriggeredStatusRequestSetEntry.Requests",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpTriggeredStatusRequestSetEntry_Final, {"TpTriggeredStatusRequestSetEntry_Final","giop-parlay.TpTriggeredStatusRequestSetEntry.Final",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpPeriodicLocationRequest_Users, {"Seq length of TpPeriodicLocationRequest_Users","giop-parlay.TpPeriodicLocationRequest.Users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpPeriodicLocationRequest_ReportingInterval, {"TpPeriodicLocationRequest_ReportingInterval","giop-parlay.TpPeriodicLocationRequest.ReportingInterval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpPeriodicLocationRequest_AssignmentID, {"TpPeriodicLocationRequest_AssignmentID","giop-parlay.TpPeriodicLocationRequest.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Requests, {"Seq length of TpPeriodicLocationRequestSetEntry_Requests","giop-parlay.TpPeriodicLocationRequestSetEntry.Requests",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpPeriodicLocationRequestSetEntry_Final, {"TpPeriodicLocationRequestSetEntry_Final","giop-parlay.TpPeriodicLocationRequestSetEntry.Final",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpTriggeredLocationRequest_Users, {"Seq length of TpTriggeredLocationRequest_Users","giop-parlay.TpTriggeredLocationRequest.Users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpTriggeredLocationRequest_AssignmentID, {"TpTriggeredLocationRequest_AssignmentID","giop-parlay.TpTriggeredLocationRequest.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Requests, {"Seq length of TpTriggeredLocationRequestSetEntry_Requests","giop-parlay.TpTriggeredLocationRequestSetEntry.Requests",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpTriggeredLocationRequestSetEntry_Final, {"TpTriggeredLocationRequestSetEntry_Final","giop-parlay.TpTriggeredLocationRequestSetEntry.Final",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserStatusIndicatorExtended_UserStatusIndicator, {"TpUserStatusIndicatorExtended_UserStatusIndicator","giop-parlay.TpUserStatusIndicatorExtended.UserStatusIndicator",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpUserStatusIndicator),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserStatusIndicatorExtended_PDPContextActive, {"TpUserStatusIndicatorExtended_PDPContextActive","giop-parlay.TpUserStatusIndicatorExtended.PDPContextActive",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserInfo_UserName, {"TpUserInfo_UserName","giop-parlay.TpUserInfo.UserName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserInfo_Password, {"TpUserInfo_Password","giop-parlay.TpUserInfo.Password",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpNetworkStatusIndicator_CountryCode, {"TpNetworkStatusIndicator_CountryCode","giop-parlay.TpNetworkStatusIndicator.CountryCode",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpNetworkStatusIndicator_MobileNetworkCode, {"TpNetworkStatusIndicator_MobileNetworkCode","giop-parlay.TpNetworkStatusIndicator.MobileNetworkCode",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpNetworkStatusIndicator_AccessTechnology, {"TpNetworkStatusIndicator_AccessTechnology","giop-parlay.TpNetworkStatusIndicator.AccessTechnology",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpAccessTechnology),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpNetworkStatusIndicator_RoamingStatus, {"TpNetworkStatusIndicator_RoamingStatus","giop-parlay.TpNetworkStatusIndicator.RoamingStatus",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpRoamingStatus),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserStatusExtended_UserID, {"TpUserStatusExtended_UserID","giop-parlay.TpUserStatusExtended.UserID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserStatusExtended_StatusCode, {"TpUserStatusExtended_StatusCode","giop-parlay.TpUserStatusExtended.StatusCode",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpMobilityError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserStatusExtended_TerminalType, {"TpUserStatusExtended_TerminalType","giop-parlay.TpUserStatusExtended.TerminalType",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpTerminalType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserStatusExtended_AuthenticationStatus, {"TpUserStatusExtended_AuthenticationStatus","giop-parlay.TpUserStatusExtended.AuthenticationStatus",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpAuthStatusIndicator),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserStatusExtended_UserIPAddress, {"TpUserStatusExtended_UserIPAddress","giop-parlay.TpUserStatusExtended.UserIPAddress",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserStatusExtended_UserMSISDN, {"TpUserStatusExtended_UserMSISDN","giop-parlay.TpUserStatusExtended.UserMSISDN",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserStatusExtended_UserConnectionID, {"TpUserStatusExtended_UserConnectionID","giop-parlay.TpUserStatusExtended.UserConnectionID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpUserStatusExtended_AccessPointName, {"TpUserStatusExtended_AccessPointName","giop-parlay.TpUserStatusExtended.AccessPointName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpBindingNotificationCriteria_NotificationCriteriaType, {"TpBindingNotificationCriteria_NotificationCriteriaType","giop-parlay.TpBindingNotificationCriteria.NotificationCriteriaType",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpBindingNotificationCriteria_ContactAddressSet, {"Seq length of TpBindingNotificationCriteria_ContactAddressSet","giop-parlay.TpBindingNotificationCriteria.ContactAddressSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_termcap_TpTerminalCapabilities_TerminalCapabilities, {"TpTerminalCapabilities_TerminalCapabilities","giop-parlay.TpTerminalCapabilities.TerminalCapabilities",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_termcap_TpTerminalCapabilities_StatusCode, {"TpTerminalCapabilities_StatusCode","giop-parlay.TpTerminalCapabilities.StatusCode",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_termcap_TpTerminalCapabilityScope_ScopeType, {"TpTerminalCapabilityScope_ScopeType","giop-parlay.TpTerminalCapabilityScope.ScopeType",FT_UINT32,BASE_DEC,VALS(org_csapi_termcap_TpTerminalCapabilityScopeType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_termcap_TpTerminalCapabilityScope_Scope, {"TpTerminalCapabilityScope_Scope","giop-parlay.TpTerminalCapabilityScope.Scope",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpChargePerVolume_InitialCharge, {"TpChargePerVolume_InitialCharge","giop-parlay.TpChargePerVolume.InitialCharge",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpChargePerVolume_CurrentChargePerKilobyte, {"TpChargePerVolume_CurrentChargePerKilobyte","giop-parlay.TpChargePerVolume.CurrentChargePerKilobyte",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpChargePerVolume_NextChargePerKilobyte, {"TpChargePerVolume_NextChargePerKilobyte","giop-parlay.TpChargePerVolume.NextChargePerKilobyte",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionChargePlan_Currency, {"TpDataSessionChargePlan_Currency","giop-parlay.TpDataSessionChargePlan.Currency",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionChargePlan_AdditionalInfo, {"TpDataSessionChargePlan_AdditionalInfo","giop-parlay.TpDataSessionChargePlan.AdditionalInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionError_ErrorTime, {"TpDataSessionError_ErrorTime","giop-parlay.TpDataSessionError.ErrorTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionError_ErrorType, {"TpDataSessionError_ErrorType","giop-parlay.TpDataSessionError.ErrorType",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionErrorType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionEventCriteria_DataSessionEventName, {"TpDataSessionEventCriteria_DataSessionEventName","giop-parlay.TpDataSessionEventCriteria.DataSessionEventName",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionEventCriteria_MonitorMode, {"TpDataSessionEventCriteria_MonitorMode","giop-parlay.TpDataSessionEventCriteria.MonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionMonitorMode),0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionEventInfo_DataSessionEventName, {"TpDataSessionEventInfo_DataSessionEventName","giop-parlay.TpDataSessionEventInfo.DataSessionEventName",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionEventInfo_MonitorMode, {"TpDataSessionEventInfo_MonitorMode","giop-parlay.TpDataSessionEventInfo.MonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionMonitorMode),0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionEventInfo_QoSClass, {"TpDataSessionEventInfo_QoSClass","giop-parlay.TpDataSessionEventInfo.QoSClass",FT_UINT32,BASE_DEC,VALS(org_csapi_TpDataSessionQosClass),0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionReleaseCause_Value, {"TpDataSessionReleaseCause_Value","giop-parlay.TpDataSessionReleaseCause.Value",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionReleaseCause_Location, {"TpDataSessionReleaseCause_Location","giop-parlay.TpDataSessionReleaseCause.Location",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionReport_MonitorMode, {"TpDataSessionReport_MonitorMode","giop-parlay.TpDataSessionReport.MonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionMonitorMode),0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionReport_DataSessionEventTime, {"TpDataSessionReport_DataSessionEventTime","giop-parlay.TpDataSessionReport.DataSessionEventTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionReport_DataSessionReportType, {"TpDataSessionReport_DataSessionReportType","giop-parlay.TpDataSessionReport.DataSessionReportType",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionReportType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionReportRequest_MonitorMode, {"TpDataSessionReportRequest_MonitorMode","giop-parlay.TpDataSessionReportRequest.MonitorMode",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionMonitorMode),0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionReportRequest_DataSessionReportType, {"TpDataSessionReportRequest_DataSessionReportType","giop-parlay.TpDataSessionReportRequest.DataSessionReportType",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionReportType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionSuperviseVolume_VolumeQuantity, {"TpDataSessionSuperviseVolume_VolumeQuantity","giop-parlay.TpDataSessionSuperviseVolume.VolumeQuantity",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionSuperviseVolume_VolumeUnit, {"TpDataSessionSuperviseVolume_VolumeUnit","giop-parlay.TpDataSessionSuperviseVolume.VolumeUnit",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionEventCriteriaResult_AssignmentID, {"TpDataSessionEventCriteriaResult_AssignmentID","giop-parlay.TpDataSessionEventCriteriaResult.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionIdentifier_DataSessionID, {"TpDataSessionIdentifier_DataSessionID","giop-parlay.TpDataSessionIdentifier.DataSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpGMSNewMessageArrivedInfo_FolderID, {"TpGMSNewMessageArrivedInfo_FolderID","giop-parlay.TpGMSNewMessageArrivedInfo.FolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpGMSNewMessageArrivedInfo_MessageID, {"TpGMSNewMessageArrivedInfo_MessageID","giop-parlay.TpGMSNewMessageArrivedInfo.MessageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpGMSNewMessageArrivedInfo_NumberOfProperties, {"TpGMSNewMessageArrivedInfo_NumberOfProperties","giop-parlay.TpGMSNewMessageArrivedInfo.NumberOfProperties",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpGMSNewMessageArrivedCriteria_AuthenticationInfo, {"TpGMSNewMessageArrivedCriteria_AuthenticationInfo","giop-parlay.TpGMSNewMessageArrivedCriteria.AuthenticationInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMailboxIdentifier_SessionID, {"TpMailboxIdentifier_SessionID","giop-parlay.TpMailboxIdentifier.SessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMailboxFolderIdentifier_SessionID, {"TpMailboxFolderIdentifier_SessionID","giop-parlay.TpMailboxFolderIdentifier.SessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagTimePeriod_duration, {"TpNameDescrpTagTimePeriod_duration","giop-parlay.TpNameDescrpTagTimePeriod.duration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_name, {"TpNameDescrpTagTimeOfDay_name","giop-parlay.TpNameDescrpTagTimeOfDay.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_description, {"TpNameDescrpTagTimeOfDay_description","giop-parlay.TpNameDescrpTagTimeOfDay.description",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_tag, {"TpNameDescrpTagTimeOfDay_tag","giop-parlay.TpNameDescrpTagTimeOfDay.tag",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpTagValue),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagTimeOfDay_value, {"TpNameDescrpTagTimeOfDay_value","giop-parlay.TpNameDescrpTagTimeOfDay.value",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagString_name, {"TpNameDescrpTagString_name","giop-parlay.TpNameDescrpTagString.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagString_description, {"TpNameDescrpTagString_description","giop-parlay.TpNameDescrpTagString.description",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagString_tag, {"TpNameDescrpTagString_tag","giop-parlay.TpNameDescrpTagString.tag",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpTagValue),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagString_value, {"TpNameDescrpTagString_value","giop-parlay.TpNameDescrpTagString.value",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagMonth_name, {"TpNameDescrpTagMonth_name","giop-parlay.TpNameDescrpTagMonth.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagMonth_description, {"TpNameDescrpTagMonth_description","giop-parlay.TpNameDescrpTagMonth.description",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagMonth_tag, {"TpNameDescrpTagMonth_tag","giop-parlay.TpNameDescrpTagMonth.tag",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpTagValue),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagMonth_value, {"TpNameDescrpTagMonth_value","giop-parlay.TpNameDescrpTagMonth.value",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagInt_name, {"TpNameDescrpTagInt_name","giop-parlay.TpNameDescrpTagInt.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagInt_description, {"TpNameDescrpTagInt_description","giop-parlay.TpNameDescrpTagInt.description",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagInt_tag, {"TpNameDescrpTagInt_tag","giop-parlay.TpNameDescrpTagInt.tag",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpTagValue),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagInt_value, {"TpNameDescrpTagInt_value","giop-parlay.TpNameDescrpTagInt.value",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagDir_name, {"TpNameDescrpTagDir_name","giop-parlay.TpNameDescrpTagDir.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagDir_description, {"TpNameDescrpTagDir_description","giop-parlay.TpNameDescrpTagDir.description",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagDir_tag, {"TpNameDescrpTagDir_tag","giop-parlay.TpNameDescrpTagDir.tag",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpTagValue),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagDir_value, {"TpNameDescrpTagDir_value","giop-parlay.TpNameDescrpTagDir.value",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpTrafficDirection),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_name, {"TpNameDescrpTagDayOfWeek_name","giop-parlay.TpNameDescrpTagDayOfWeek.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_description, {"TpNameDescrpTagDayOfWeek_description","giop-parlay.TpNameDescrpTagDayOfWeek.description",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_tag, {"TpNameDescrpTagDayOfWeek_tag","giop-parlay.TpNameDescrpTagDayOfWeek.tag",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpTagValue),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagDayOfWeek_value, {"TpNameDescrpTagDayOfWeek_value","giop-parlay.TpNameDescrpTagDayOfWeek.value",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagDateTime_name, {"TpNameDescrpTagDateTime_name","giop-parlay.TpNameDescrpTagDateTime.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagDateTime_description, {"TpNameDescrpTagDateTime_description","giop-parlay.TpNameDescrpTagDateTime.description",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagDateTime_tag, {"TpNameDescrpTagDateTime_tag","giop-parlay.TpNameDescrpTagDateTime.tag",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpTagValue),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagDateTime_value, {"TpNameDescrpTagDateTime_value","giop-parlay.TpNameDescrpTagDateTime.value",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpEndpoint_type, {"TpEndpoint_type","giop-parlay.TpEndpoint.type",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpSiteOrSap),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpEndpoint_id, {"TpEndpoint_id","giop-parlay.TpEndpoint.id",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_name, {"TpNameDescrpTagExcessLoadAction_name","giop-parlay.TpNameDescrpTagExcessLoadAction.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_description, {"TpNameDescrpTagExcessLoadAction_description","giop-parlay.TpNameDescrpTagExcessLoadAction.description",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_tag, {"TpNameDescrpTagExcessLoadAction_tag","giop-parlay.TpNameDescrpTagExcessLoadAction.tag",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpTagValue),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpNameDescrpTagExcessLoadAction_value, {"TpNameDescrpTagExcessLoadAction_value","giop-parlay.TpNameDescrpTagExcessLoadAction.value",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpAction),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpDsCodepoint_match, {"TpDsCodepoint_match","giop-parlay.TpDsCodepoint.match",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpDsCodepoint_mask, {"TpDsCodepoint_mask","giop-parlay.TpDsCodepoint.mask",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpIPSubnet_subnetNumber, {"TpIPSubnet_subnetNumber","giop-parlay.TpIPSubnet.subnetNumber",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpIPSubnet_subnetMask, {"TpIPSubnet_subnetMask","giop-parlay.TpIPSubnet.subnetMask",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpIPSubnet_addressType, {"TpIPSubnet_addressType","giop-parlay.TpIPSubnet.addressType",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpIPv4AddType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_TpIPSubnet_IPVersionSupport, {"TpIPSubnet_IPVersionSupport","giop-parlay.TpIPSubnet.IPVersionSupport",FT_UINT32,BASE_DEC,VALS(org_csapi_cm_TpIPVersion),0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_TpBalanceInfo_Currency, {"TpBalanceInfo_Currency","giop-parlay.TpBalanceInfo.Currency",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_TpBalanceInfo_ValuePartA, {"TpBalanceInfo_ValuePartA","giop-parlay.TpBalanceInfo.ValuePartA",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_TpBalanceInfo_ValuePartB, {"TpBalanceInfo_ValuePartB","giop-parlay.TpBalanceInfo.ValuePartB",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_TpBalanceInfo_Exponent, {"TpBalanceInfo_Exponent","giop-parlay.TpBalanceInfo.Exponent",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_TpBalanceInfo_AdditionalInfo, {"TpBalanceInfo_AdditionalInfo","giop-parlay.TpBalanceInfo.AdditionalInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_TpChargingEventInfo_ChargingEventName, {"TpChargingEventInfo_ChargingEventName","giop-parlay.TpChargingEventInfo.ChargingEventName",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpChargingEventName),0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_TpChargingEventInfo_ChargingEventTime, {"TpChargingEventInfo_ChargingEventTime","giop-parlay.TpChargingEventInfo.ChargingEventTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_TpBalance_StatusCode, {"TpBalance_StatusCode","giop-parlay.TpBalance.StatusCode",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpBalanceQueryError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_TpTransactionHistory_TransactionID, {"TpTransactionHistory_TransactionID","giop-parlay.TpTransactionHistory.TransactionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_TpTransactionHistory_TimeStamp, {"TpTransactionHistory_TimeStamp","giop-parlay.TpTransactionHistory.TimeStamp",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_TpTransactionHistory_AdditionalInfo, {"TpTransactionHistory_AdditionalInfo","giop-parlay.TpTransactionHistory.AdditionalInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_TpChargingEventCriteria_ChargingEvents, {"Seq length of TpChargingEventCriteria_ChargingEvents","giop-parlay.TpChargingEventCriteria.ChargingEvents",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_TpChargingEventCriteria_Users, {"Seq length of TpChargingEventCriteria_Users","giop-parlay.TpChargingEventCriteria.Users",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_TpChargingEventCriteriaResult_AssignmentID, {"TpChargingEventCriteriaResult_AssignmentID","giop-parlay.TpChargingEventCriteriaResult.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_TpBalanceExpiryDate_StatusCode, {"TpBalanceExpiryDate_StatusCode","giop-parlay.TpBalanceExpiryDate.StatusCode",FT_UINT32,BASE_DEC,VALS(org_csapi_am_TpBalanceQueryError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_TpBalanceExpiryDate_ExpiryDate, {"TpBalanceExpiryDate_ExpiryDate","giop-parlay.TpBalanceExpiryDate.ExpiryDate",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_TpVoucher_VoucherID, {"TpVoucher_VoucherID","giop-parlay.TpVoucher.VoucherID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpMerchantAccountID_MerchantID, {"TpMerchantAccountID_MerchantID","giop-parlay.TpMerchantAccountID.MerchantID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpMerchantAccountID_AccountID, {"TpMerchantAccountID_AccountID","giop-parlay.TpMerchantAccountID.AccountID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpCorrelationID_CorrelationID, {"TpCorrelationID_CorrelationID","giop-parlay.TpCorrelationID.CorrelationID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpCorrelationID_CorrelationType, {"TpCorrelationID_CorrelationType","giop-parlay.TpCorrelationID.CorrelationType",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpAmount_Number, {"TpAmount_Number","giop-parlay.TpAmount.Number",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpAmount_Exponent, {"TpAmount_Exponent","giop-parlay.TpAmount.Exponent",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpChargingPrice_Currency, {"TpChargingPrice_Currency","giop-parlay.TpChargingPrice.Currency",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpVolume_Unit, {"TpVolume_Unit","giop-parlay.TpVolume.Unit",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpChargingSessionID_ChargingSessionID, {"TpChargingSessionID_ChargingSessionID","giop-parlay.TpChargingSessionID.ChargingSessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpChargingSessionID_RequestNumberFirstRequest, {"TpChargingSessionID_RequestNumberFirstRequest","giop-parlay.TpChargingSessionID.RequestNumberFirstRequest",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpApplicationDescription_Text, {"TpApplicationDescription_Text","giop-parlay.TpApplicationDescription.Text",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpApplicationDescription_AppInformation, {"Seq length of TpApplicationDescription_AppInformation","giop-parlay.TpApplicationDescription.AppInformation",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpChargingParameter_ParameterID, {"TpChargingParameter_ParameterID","giop-parlay.TpChargingParameter.ParameterID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_TpPolicyEvent_EventID, {"TpPolicyEvent_EventID","giop-parlay.TpPolicyEvent.EventID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_TpPolicyEvent_TimeGenerated, {"TpPolicyEvent_TimeGenerated","giop-parlay.TpPolicyEvent.TimeGenerated",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_TpPolicyEvent_Attributes, {"Seq length of TpPolicyEvent_Attributes","giop-parlay.TpPolicyEvent.Attributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_TpPolicyEvent_EventDefinitionName, {"TpPolicyEvent_EventDefinitionName","giop-parlay.TpPolicyEvent.EventDefinitionName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_TpPolicyEvent_EventDomainName, {"TpPolicyEvent_EventDomainName","giop-parlay.TpPolicyEvent.EventDomainName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_TpPolicyNameValue_Name, {"TpPolicyNameValue_Name","giop-parlay.TpPolicyNameValue.Name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Names, {"Seq length of TpPolicyRecordType_Names","giop-parlay.TpPolicyRecordType.Names",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_TpPolicyType_TpPolicyRecordType_Types, {"Seq length of TpPolicyRecordType_Types","giop-parlay.TpPolicyRecordType.Types",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_TpPolicyType_TpPolicyListType_ElementType, {"Seq length of TpPolicyListType_ElementType","giop-parlay.TpPolicyListType.ElementType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_TpPolicyVar_VarName, {"TpPolicyVar_VarName","giop-parlay.TpPolicyVar.VarName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_TpPolicyConditionListElement_GroupNumber, {"TpPolicyConditionListElement_GroupNumber","giop-parlay.TpPolicyConditionListElement.GroupNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_TpPolicyConditionListElement_Negated, {"TpPolicyConditionListElement_Negated","giop-parlay.TpPolicyConditionListElement.Negated",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_policy_TpPolicyActionListElement_SequenceNumber, {"TpPolicyActionListElement_SequenceNumber","giop-parlay.TpPolicyActionListElement.SequenceNumber",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAttributeDef_Name, {"TpPAMAttributeDef_Name","giop-parlay.TpPAMAttributeDef.Name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAttributeDef_Type, {"TpPAMAttributeDef_Type","giop-parlay.TpPAMAttributeDef.Type",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAttributeDef_IsStatic, {"TpPAMAttributeDef_IsStatic","giop-parlay.TpPAMAttributeDef.IsStatic",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAttributeDef_IsRevertOnExpiration, {"TpPAMAttributeDef_IsRevertOnExpiration","giop-parlay.TpPAMAttributeDef.IsRevertOnExpiration",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAttribute_AttributeName, {"TpPAMAttribute_AttributeName","giop-parlay.TpPAMAttribute.AttributeName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAttribute_ExpiresIn, {"TpPAMAttribute_ExpiresIn","giop-parlay.TpPAMAttribute.ExpiresIn",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMPresenceData_Name, {"TpPAMPresenceData_Name","giop-parlay.TpPAMPresenceData.Name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMPresenceData_subscriberStatus, {"TpPAMPresenceData_subscriberStatus","giop-parlay.TpPAMPresenceData.subscriberStatus",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMPresenceData_networkStatus, {"TpPAMPresenceData_networkStatus","giop-parlay.TpPAMPresenceData.networkStatus",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMPresenceData_communicationMeans, {"TpPAMPresenceData_communicationMeans","giop-parlay.TpPAMPresenceData.communicationMeans",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMPresenceData_subscriberProvidedLocation, {"TpPAMPresenceData_subscriberProvidedLocation","giop-parlay.TpPAMPresenceData.subscriberProvidedLocation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMPresenceData_networkProvidedLocation, {"TpPAMPresenceData_networkProvidedLocation","giop-parlay.TpPAMPresenceData.networkProvidedLocation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMPresenceData_Priority, {"TpPAMPresenceData_Priority","giop-parlay.TpPAMPresenceData.Priority",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMPresenceData_otherInfo, {"TpPAMPresenceData_otherInfo","giop-parlay.TpPAMPresenceData.otherInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAvailabilityProfile_PrivacyCode, {"TpPAMAvailabilityProfile_PrivacyCode","giop-parlay.TpPAMAvailabilityProfile.PrivacyCode",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMCommunicationContext_CommunicationCapability, {"TpPAMCommunicationContext_CommunicationCapability","giop-parlay.TpPAMCommunicationContext.CommunicationCapability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMContext_AskerData, {"Seq length of TpPAMContext_AskerData","giop-parlay.TpPAMContext.AskerData",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAccessControlData_DefaultPolicy, {"TpPAMAccessControlData_DefaultPolicy","giop-parlay.TpPAMAccessControlData.DefaultPolicy",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMACLDefault),0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAccessControlData_AllowList, {"Seq length of TpPAMAccessControlData_AllowList","giop-parlay.TpPAMAccessControlData.AllowList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAccessControlData_DenyList, {"Seq length of TpPAMAccessControlData_DenyList","giop-parlay.TpPAMAccessControlData.DenyList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMICEventData_IdentityType, {"Seq length of TpPAMICEventData_IdentityType","giop-parlay.TpPAMICEventData.IdentityType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMICNotificationData_Identities, {"Seq length of TpPAMICNotificationData_Identities","giop-parlay.TpPAMICNotificationData.Identities",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMIDEventData_IdentityName, {"Seq length of TpPAMIDEventData_IdentityName","giop-parlay.TpPAMIDEventData.IdentityName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMIDEventData_IdentityType, {"Seq length of TpPAMIDEventData_IdentityType","giop-parlay.TpPAMIDEventData.IdentityType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMIDNotificationData_Identities, {"Seq length of TpPAMIDNotificationData_Identities","giop-parlay.TpPAMIDNotificationData.Identities",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMGMCEventData_GroupName, {"Seq length of TpPAMGMCEventData_GroupName","giop-parlay.TpPAMGMCEventData.GroupName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMGMCEventData_GroupType, {"Seq length of TpPAMGMCEventData_GroupType","giop-parlay.TpPAMGMCEventData.GroupType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMGMCNotificationData_Groups, {"Seq length of TpPAMGMCNotificationData_Groups","giop-parlay.TpPAMGMCNotificationData.Groups",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMACEventData_AgentType, {"Seq length of TpPAMACEventData_AgentType","giop-parlay.TpPAMACEventData.AgentType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMACNotificationData_Agents, {"Seq length of TpPAMACNotificationData_Agents","giop-parlay.TpPAMACNotificationData.Agents",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMADEventData_AgentName, {"Seq length of TpPAMADEventData_AgentName","giop-parlay.TpPAMADEventData.AgentName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMADEventData_AgentType, {"Seq length of TpPAMADEventData_AgentType","giop-parlay.TpPAMADEventData.AgentType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMADNotificationData_Agents, {"Seq length of TpPAMADNotificationData_Agents","giop-parlay.TpPAMADNotificationData.Agents",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAAEventData_IdentityName, {"Seq length of TpPAMAAEventData_IdentityName","giop-parlay.TpPAMAAEventData.IdentityName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAAEventData_IdentityType, {"Seq length of TpPAMAAEventData_IdentityType","giop-parlay.TpPAMAAEventData.IdentityType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAAEventData_AgentName, {"Seq length of TpPAMAAEventData_AgentName","giop-parlay.TpPAMAAEventData.AgentName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAAEventData_AgentType, {"Seq length of TpPAMAAEventData_AgentType","giop-parlay.TpPAMAAEventData.AgentType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAANotificationData_Identity, {"TpPAMAANotificationData_Identity","giop-parlay.TpPAMAANotificationData.Identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAANotificationData_Agent, {"TpPAMAANotificationData_Agent","giop-parlay.TpPAMAANotificationData.Agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAUEventData_IdentityName, {"Seq length of TpPAMAUEventData_IdentityName","giop-parlay.TpPAMAUEventData.IdentityName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAUEventData_IdentityType, {"Seq length of TpPAMAUEventData_IdentityType","giop-parlay.TpPAMAUEventData.IdentityType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAUEventData_AgentName, {"Seq length of TpPAMAUEventData_AgentName","giop-parlay.TpPAMAUEventData.AgentName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAUEventData_AgentType, {"Seq length of TpPAMAUEventData_AgentType","giop-parlay.TpPAMAUEventData.AgentType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAUNotificationData_Identity, {"TpPAMAUNotificationData_Identity","giop-parlay.TpPAMAUNotificationData.Identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAUNotificationData_Agent, {"TpPAMAUNotificationData_Agent","giop-parlay.TpPAMAUNotificationData.Agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMCCEventData_IdentityName, {"Seq length of TpPAMCCEventData_IdentityName","giop-parlay.TpPAMCCEventData.IdentityName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMCCEventData_IdentityType, {"Seq length of TpPAMCCEventData_IdentityType","giop-parlay.TpPAMCCEventData.IdentityType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMCCEventData_Capabilities, {"Seq length of TpPAMCCEventData_Capabilities","giop-parlay.TpPAMCCEventData.Capabilities",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMCCNotificationData_Identity, {"TpPAMCCNotificationData_Identity","giop-parlay.TpPAMCCNotificationData.Identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMCCNotificationData_Capabilities, {"Seq length of TpPAMCCNotificationData_Capabilities","giop-parlay.TpPAMCCNotificationData.Capabilities",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMACPSEventData_AgentName, {"Seq length of TpPAMACPSEventData_AgentName","giop-parlay.TpPAMACPSEventData.AgentName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMACPSEventData_AgentType, {"Seq length of TpPAMACPSEventData_AgentType","giop-parlay.TpPAMACPSEventData.AgentType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMACPSEventData_Capabilities, {"Seq length of TpPAMACPSEventData_Capabilities","giop-parlay.TpPAMACPSEventData.Capabilities",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMACPSEventData_AttributeNames, {"Seq length of TpPAMACPSEventData_AttributeNames","giop-parlay.TpPAMACPSEventData.AttributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMACPSEventData_ReportingPeriod, {"TpPAMACPSEventData_ReportingPeriod","giop-parlay.TpPAMACPSEventData.ReportingPeriod",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMACPSNotificationData_Agent, {"TpPAMACPSNotificationData_Agent","giop-parlay.TpPAMACPSNotificationData.Agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMACPSNotificationData_Capability, {"TpPAMACPSNotificationData_Capability","giop-parlay.TpPAMACPSNotificationData.Capability",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMACPSNotificationData_AttributeNames, {"Seq length of TpPAMACPSNotificationData_AttributeNames","giop-parlay.TpPAMACPSNotificationData.AttributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAPSEventData_AgentName, {"Seq length of TpPAMAPSEventData_AgentName","giop-parlay.TpPAMAPSEventData.AgentName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAPSEventData_AgentType, {"Seq length of TpPAMAPSEventData_AgentType","giop-parlay.TpPAMAPSEventData.AgentType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAPSEventData_AttributeNames, {"Seq length of TpPAMAPSEventData_AttributeNames","giop-parlay.TpPAMAPSEventData.AttributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAPSEventData_ReportingPeriod, {"TpPAMAPSEventData_ReportingPeriod","giop-parlay.TpPAMAPSEventData.ReportingPeriod",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAPSNotificationData_Agent, {"TpPAMAPSNotificationData_Agent","giop-parlay.TpPAMAPSNotificationData.Agent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAPSNotificationData_AttributeNames, {"Seq length of TpPAMAPSNotificationData_AttributeNames","giop-parlay.TpPAMAPSNotificationData.AttributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMIPSEventData_IdentityName, {"Seq length of TpPAMIPSEventData_IdentityName","giop-parlay.TpPAMIPSEventData.IdentityName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMIPSEventData_IdentityType, {"Seq length of TpPAMIPSEventData_IdentityType","giop-parlay.TpPAMIPSEventData.IdentityType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMIPSEventData_AttributeNames, {"Seq length of TpPAMIPSEventData_AttributeNames","giop-parlay.TpPAMIPSEventData.AttributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMIPSEventData_ReportingPeriod, {"TpPAMIPSEventData_ReportingPeriod","giop-parlay.TpPAMIPSEventData.ReportingPeriod",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMIPSNotificationData_Identity, {"TpPAMIPSNotificationData_Identity","giop-parlay.TpPAMIPSNotificationData.Identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMIPSNotificationData_Attributes, {"Seq length of TpPAMIPSNotificationData_Attributes","giop-parlay.TpPAMIPSNotificationData.Attributes",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAVCEventData_IdentityName, {"Seq length of TpPAMAVCEventData_IdentityName","giop-parlay.TpPAMAVCEventData.IdentityName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAVCEventData_IdentityType, {"Seq length of TpPAMAVCEventData_IdentityType","giop-parlay.TpPAMAVCEventData.IdentityType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAVCEventData_PAMContext, {"Seq length of TpPAMAVCEventData_PAMContext","giop-parlay.TpPAMAVCEventData.PAMContext",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAVCEventData_AttributeNames, {"Seq length of TpPAMAVCEventData_AttributeNames","giop-parlay.TpPAMAVCEventData.AttributeNames",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAVCEventData_ReportingPeriod, {"TpPAMAVCEventData_ReportingPeriod","giop-parlay.TpPAMAVCEventData.ReportingPeriod",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAVCNotificationData_Identity, {"TpPAMAVCNotificationData_Identity","giop-parlay.TpPAMAVCNotificationData.Identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMAVCNotificationData_Availability, {"Seq length of TpPAMAVCNotificationData_Availability","giop-parlay.TpPAMAVCNotificationData.Availability",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMWCEventData_Events, {"Seq length of TpPAMWCEventData_Events","giop-parlay.TpPAMWCEventData.Events",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMWCEventData_IdentityName, {"Seq length of TpPAMWCEventData_IdentityName","giop-parlay.TpPAMWCEventData.IdentityName",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMWCEventData_IdentityType, {"Seq length of TpPAMWCEventData_IdentityType","giop-parlay.TpPAMWCEventData.IdentityType",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMWCEventData_ReportingPeriod, {"TpPAMWCEventData_ReportingPeriod","giop-parlay.TpPAMWCEventData.ReportingPeriod",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMWCNotificationData_Event, {"TpPAMWCNotificationData_Event","giop-parlay.TpPAMWCNotificationData.Event",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMEventName),0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMWCNotificationData_ChangeType, {"TpPAMWCNotificationData_ChangeType","giop-parlay.TpPAMWCNotificationData.ChangeType",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMwatcherChangeType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMWCNotificationData_Identity, {"TpPAMWCNotificationData_Identity","giop-parlay.TpPAMWCNotificationData.Identity",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMWCNotificationData_Watchers, {"Seq length of TpPAMWCNotificationData_Watchers","giop-parlay.TpPAMWCNotificationData.Watchers",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMErrorInfo_Cause, {"TpPAMErrorInfo_Cause","giop-parlay.TpPAMErrorInfo.Cause",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMErrorCause),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMailboxIdentifier_SessionID, {"TpMailboxIdentifier_SessionID","giop-parlay.TpMailboxIdentifier.SessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMultiMediaMessagingIdentifier_SessionID, {"TpMultiMediaMessagingIdentifier_SessionID","giop-parlay.TpMultiMediaMessagingIdentifier.SessionID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpListMessagesCriteria_OnlyUnreadMessages, {"TpListMessagesCriteria_OnlyUnreadMessages","giop-parlay.TpListMessagesCriteria.OnlyUnreadMessages",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMailboxFolderStatusInformation_TotalMessageCount, {"TpMailboxFolderStatusInformation_TotalMessageCount","giop-parlay.TpMailboxFolderStatusInformation.TotalMessageCount",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageDescription_MessageID, {"TpMessageDescription_MessageID","giop-parlay.TpMessageDescription.MessageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageDescription_To, {"Seq length of TpMessageDescription_To","giop-parlay.TpMessageDescription.To",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageDescription_Subject, {"TpMessageDescription_Subject","giop-parlay.TpMessageDescription.Subject",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageDescription_ReceivedDate, {"TpMessageDescription_ReceivedDate","giop-parlay.TpMessageDescription.ReceivedDate",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageDescription_Size, {"TpMessageDescription_Size","giop-parlay.TpMessageDescription.Size",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpBodyPartDescription_ContentDescription, {"TpBodyPartDescription_ContentDescription","giop-parlay.TpBodyPartDescription.ContentDescription",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpBodyPartDescription_ContentSize, {"TpBodyPartDescription_ContentSize","giop-parlay.TpBodyPartDescription.ContentSize",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpBodyPartDescription_ContentType, {"TpBodyPartDescription_ContentType","giop-parlay.TpBodyPartDescription.ContentType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpBodyPartDescription_ContentTransferEncoding, {"TpBodyPartDescription_ContentTransferEncoding","giop-parlay.TpBodyPartDescription.ContentTransferEncoding",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpBodyPartDescription_ContentID, {"TpBodyPartDescription_ContentID","giop-parlay.TpBodyPartDescription.ContentID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpBodyPartDescription_ContentDisposition, {"TpBodyPartDescription_ContentDisposition","giop-parlay.TpBodyPartDescription.ContentDisposition",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpBodyPartDescription_PartID, {"TpBodyPartDescription_PartID","giop-parlay.TpBodyPartDescription.PartID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpBodyPartDescription_NestingLevel, {"TpBodyPartDescription_NestingLevel","giop-parlay.TpBodyPartDescription.NestingLevel",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpBodyPart_BodyPartContent, {"Seq length of TpBodyPart_BodyPartContent","giop-parlay.TpBodyPart.BodyPartContent",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpGenericHeaderField_FieldName, {"TpGenericHeaderField_FieldName","giop-parlay.TpGenericHeaderField.FieldName",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpGenericHeaderField_FieldValue, {"TpGenericHeaderField_FieldValue","giop-parlay.TpGenericHeaderField.FieldValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageInfoPropertyError_MessagePropertyName, {"TpMessageInfoPropertyError_MessagePropertyName","giop-parlay.TpMessageInfoPropertyError.MessagePropertyName",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessageInfoPropertyName),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageInfoPropertyError_Error, {"TpMessageInfoPropertyError_Error","giop-parlay.TpMessageInfoPropertyError.Error",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpSetPropertyError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_MailboxID, {"TpNewMailboxMessageArrivedCriteria_MailboxID","giop-parlay.TpNewMailboxMessageArrivedCriteria.MailboxID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpNewMailboxMessageArrivedCriteria_AuthenticationInfo, {"TpNewMailboxMessageArrivedCriteria_AuthenticationInfo","giop-parlay.TpNewMailboxMessageArrivedCriteria.AuthenticationInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MailboxID, {"TpNewMailboxMessageArrivedInfo_MailboxID","giop-parlay.TpNewMailboxMessageArrivedInfo.MailboxID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_FolderID, {"TpNewMailboxMessageArrivedInfo_FolderID","giop-parlay.TpNewMailboxMessageArrivedInfo.FolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_MessageDescription, {"Seq length of TpNewMailboxMessageArrivedInfo_MessageDescription","giop-parlay.TpNewMailboxMessageArrivedInfo.MessageDescription",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation, {"Seq length of TpNewMailboxMessageArrivedInfo_ExtendedHeaderInformation","giop-parlay.TpNewMailboxMessageArrivedInfo.ExtendedHeaderInformation",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpQueryStatusReport_ReportedStatus, {"TpQueryStatusReport_ReportedStatus","giop-parlay.TpQueryStatusReport.ReportedStatus",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpTerminatingAddressList_ToAddressList, {"Seq length of TpTerminatingAddressList_ToAddressList","giop-parlay.TpTerminatingAddressList.ToAddressList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpTerminatingAddressList_CcAddressList, {"Seq length of TpTerminatingAddressList_CcAddressList","giop-parlay.TpTerminatingAddressList.CcAddressList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpTerminatingAddressList_BccAddressList, {"Seq length of TpTerminatingAddressList_BccAddressList","giop-parlay.TpTerminatingAddressList.BccAddressList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpNewMessageArrivedCriteria_CreateMultiMediaMessagingSession, {"TpNewMessageArrivedCriteria_CreateMultiMediaMessagingSession","giop-parlay.TpNewMessageArrivedCriteria.CreateMultiMediaMessagingSession",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessagingNotificationRequested_EventCriteria, {"Seq length of TpMessagingNotificationRequested_EventCriteria","giop-parlay.TpMessagingNotificationRequested.EventCriteria",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessagingNotificationRequested_AssignmentID, {"TpMessagingNotificationRequested_AssignmentID","giop-parlay.TpMessagingNotificationRequested.AssignmentID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet, {"Seq length of TpMessagingNotificationRequestedSetEntry_MessagingNotificationRequestedSet","giop-parlay.TpMessagingNotificationRequestedSetEntry.MessagingNotificationRequestedSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_Final, {"TpMessagingNotificationRequestedSetEntry_Final","giop-parlay.TpMessagingNotificationRequestedSetEntry.Final",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpNewMessageArrivedInfo_DestinationAddressSet, {"Seq length of TpNewMessageArrivedInfo_DestinationAddressSet","giop-parlay.TpNewMessageArrivedInfo.DestinationAddressSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpNewMessageArrivedInfo_Message, {"Seq length of TpNewMessageArrivedInfo_Message","giop-parlay.TpNewMessageArrivedInfo.Message",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpNewMessageArrivedInfo_Headers, {"Seq length of TpNewMessageArrivedInfo_Headers","giop-parlay.TpNewMessageArrivedInfo.Headers",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ /* User exception filters */
+ {&hf_org_csapi_P_INVALID_ASSIGNMENT_ID_ExtraInformation, {"P_INVALID_ASSIGNMENT_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_ASSIGNMENT_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation, {"P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation","giop-parlay.csapi.P_INVALID_TIME_AND_DATE_FORMAT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_EVENT_TYPE_ExtraInformation, {"P_INVALID_EVENT_TYPE_ExtraInformation","giop-parlay.csapi.P_INVALID_EVENT_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_INTERFACE_NAME_ExtraInformation, {"P_INVALID_INTERFACE_NAME_ExtraInformation","giop-parlay.csapi.P_INVALID_INTERFACE_NAME_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_INTERFACE_TYPE_ExtraInformation, {"P_INVALID_INTERFACE_TYPE_ExtraInformation","giop-parlay.csapi.P_INVALID_INTERFACE_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_UNKNOWN_SUBSCRIBER_ExtraInformation, {"P_UNKNOWN_SUBSCRIBER_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SUBSCRIBER_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INFORMATION_NOT_AVAILABLE_ExtraInformation, {"P_INFORMATION_NOT_AVAILABLE_ExtraInformation","giop-parlay.csapi.P_INFORMATION_NOT_AVAILABLE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_CRITERIA_ExtraInformation, {"P_INVALID_CRITERIA_ExtraInformation","giop-parlay.csapi.P_INVALID_CRITERIA_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_SESSION_ID_ExtraInformation, {"P_INVALID_SESSION_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_SESSION_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpCommonExceptions_ExceptionType, {"TpCommonExceptions_ExceptionType","giop-parlay.csapi.TpCommonExceptions_ExceptionType",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpCommonExceptions_ExtraInformation, {"TpCommonExceptions_ExtraInformation","giop-parlay.csapi.TpCommonExceptions_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_CURRENCY_ExtraInformation, {"P_INVALID_CURRENCY_ExtraInformation","giop-parlay.csapi.P_INVALID_CURRENCY_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_AMOUNT_ExtraInformation, {"P_INVALID_AMOUNT_ExtraInformation","giop-parlay.csapi.P_INVALID_AMOUNT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_APPLICATION_NOT_ACTIVATED_ExtraInformation, {"P_APPLICATION_NOT_ACTIVATED_ExtraInformation","giop-parlay.csapi.P_APPLICATION_NOT_ACTIVATED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_ADDRESS_ExtraInformation, {"P_INVALID_ADDRESS_ExtraInformation","giop-parlay.csapi.P_INVALID_ADDRESS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation, {"P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation","giop-parlay.csapi.P_UNSUPPORTED_ADDRESS_PLAN_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation, {"P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation","giop-parlay.csapi.P_UNAUTHORISED_PARAMETER_VALUE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_VERSION_ExtraInformation, {"P_INVALID_VERSION_ExtraInformation","giop-parlay.csapi.P_INVALID_VERSION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_P_INVALID_NETWORK_STATE_ExtraInformation, {"P_INVALID_NETWORK_STATE_ExtraInformation","giop-parlay.csapi.P_INVALID_NETWORK_STATE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_INVALID_SERVICE_ID_ExtraInformation, {"P_INVALID_SERVICE_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_SERVICE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_SERVICE_ACCESS_DENIED_ExtraInformation, {"P_SERVICE_ACCESS_DENIED_ExtraInformation","giop-parlay.csapi.P_SERVICE_ACCESS_DENIED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_ACCESS_DENIED_ExtraInformation, {"P_ACCESS_DENIED_ExtraInformation","giop-parlay.csapi.P_ACCESS_DENIED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_SERVICE_NOT_ENABLED_ExtraInformation, {"P_SERVICE_NOT_ENABLED_ExtraInformation","giop-parlay.csapi.P_SERVICE_NOT_ENABLED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY_ExtraInformation, {"P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY_ExtraInformation","giop-parlay.csapi.P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_INVALID_AGREEMENT_TEXT_ExtraInformation, {"P_INVALID_AGREEMENT_TEXT_ExtraInformation","giop-parlay.csapi.P_INVALID_AGREEMENT_TEXT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_INVALID_SERVICE_TOKEN_ExtraInformation, {"P_INVALID_SERVICE_TOKEN_ExtraInformation","giop-parlay.csapi.P_INVALID_SERVICE_TOKEN_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_INVALID_SIGNATURE_ExtraInformation, {"P_INVALID_SIGNATURE_ExtraInformation","giop-parlay.csapi.P_INVALID_SIGNATURE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_INVALID_SIGNING_ALGORITHM_ExtraInformation, {"P_INVALID_SIGNING_ALGORITHM_ExtraInformation","giop-parlay.csapi.P_INVALID_SIGNING_ALGORITHM_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_INVALID_DOMAIN_ID_ExtraInformation, {"P_INVALID_DOMAIN_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_DOMAIN_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_INVALID_PROPERTY_ExtraInformation, {"P_INVALID_PROPERTY_ExtraInformation","giop-parlay.csapi.P_INVALID_PROPERTY_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_INVALID_ACCESS_TYPE_ExtraInformation, {"P_INVALID_ACCESS_TYPE_ExtraInformation","giop-parlay.csapi.P_INVALID_ACCESS_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_ILLEGAL_SERVICE_TYPE_ExtraInformation, {"P_ILLEGAL_SERVICE_TYPE_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_SERVICE_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_UNKNOWN_SERVICE_TYPE_ExtraInformation, {"P_UNKNOWN_SERVICE_TYPE_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SERVICE_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_MISSING_MANDATORY_PROPERTY_ExtraInformation, {"P_MISSING_MANDATORY_PROPERTY_ExtraInformation","giop-parlay.csapi.P_MISSING_MANDATORY_PROPERTY_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_DUPLICATE_PROPERTY_NAME_ExtraInformation, {"P_DUPLICATE_PROPERTY_NAME_ExtraInformation","giop-parlay.csapi.P_DUPLICATE_PROPERTY_NAME_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_PROPERTY_TYPE_MISMATCH_ExtraInformation, {"P_PROPERTY_TYPE_MISMATCH_ExtraInformation","giop-parlay.csapi.P_PROPERTY_TYPE_MISMATCH_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_INVALID_CLIENT_APP_ID_ExtraInformation, {"P_INVALID_CLIENT_APP_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_CLIENT_APP_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_INVALID_AUTH_TYPE_ExtraInformation, {"P_INVALID_AUTH_TYPE_ExtraInformation","giop-parlay.csapi.P_INVALID_AUTH_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_INVALID_SAG_ID_ExtraInformation, {"P_INVALID_SAG_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_SAG_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_INVALID_SERVICE_PROFILE_ID_ExtraInformation, {"P_INVALID_SERVICE_PROFILE_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_SERVICE_PROFILE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_INVALID_SERVICE_CONTRACT_ID_ExtraInformation, {"P_INVALID_SERVICE_CONTRACT_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_SERVICE_CONTRACT_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_INVALID_ACTIVITY_TEST_ID_ExtraInformation, {"P_INVALID_ACTIVITY_TEST_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_ACTIVITY_TEST_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_ILLEGAL_SERVICE_ID_ExtraInformation, {"P_ILLEGAL_SERVICE_ID_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_SERVICE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_UNKNOWN_SERVICE_ID_ExtraInformation, {"P_UNKNOWN_SERVICE_ID_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SERVICE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_SERVICE_TYPE_UNAVAILABLE_ExtraInformation, {"P_SERVICE_TYPE_UNAVAILABLE_ExtraInformation","giop-parlay.csapi.P_SERVICE_TYPE_UNAVAILABLE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_INVALID_ADDITION_TO_SAG_ExtraInformation, {"P_INVALID_ADDITION_TO_SAG_ExtraInformation","giop-parlay.csapi.P_INVALID_ADDITION_TO_SAG_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT_ExtraInformation, {"P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT_ExtraInformation","giop-parlay.csapi.P_INVALID_SAG_TO_SERVICE_PROFILE_ASSIGNMENT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM_ExtraInformation, {"P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM_ExtraInformation","giop-parlay.csapi.P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_P_NO_ACCEPTABLE_SIGNING_ALGORITHM_ExtraInformation, {"P_NO_ACCEPTABLE_SIGNING_ALGORITHM_ExtraInformation","giop-parlay.csapi.P_NO_ACCEPTABLE_SIGNING_ALGORITHM_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_P_ID_NOT_FOUND_ExtraInformation, {"P_ID_NOT_FOUND_ExtraInformation","giop-parlay.csapi.P_ID_NOT_FOUND_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_P_ILLEGAL_ID_ExtraInformation, {"P_ILLEGAL_ID_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_P_ILLEGAL_RANGE_ExtraInformation, {"P_ILLEGAL_RANGE_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_RANGE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_P_INVALID_COLLECTION_CRITERIA_ExtraInformation, {"P_INVALID_COLLECTION_CRITERIA_ExtraInformation","giop-parlay.csapi.P_INVALID_COLLECTION_CRITERIA_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation, {"P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation","giop-parlay.csapi.P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation, {"P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation","giop-parlay.csapi.P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_P_INVALID_REPORTING_INTERVAL_ExtraInformation, {"P_INVALID_REPORTING_INTERVAL_ExtraInformation","giop-parlay.csapi.P_INVALID_REPORTING_INTERVAL_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation, {"P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation","giop-parlay.csapi.P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_termcap_P_INVALID_TERMINAL_ID_ExtraInformation, {"P_INVALID_TERMINAL_ID_ExtraInformation","giop-parlay.csapi.P_INVALID_TERMINAL_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_INVALID_FOLDER_ID_ExtraInformation, {"P_GMS_INVALID_FOLDER_ID_ExtraInformation","giop-parlay.csapi.P_GMS_INVALID_FOLDER_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation, {"P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation","giop-parlay.csapi.P_GMS_INSUFFICIENT_PRIVILEGE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation, {"P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation","giop-parlay.csapi.P_GMS_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_INVALID_MAILBOX_ExtraInformation, {"P_GMS_INVALID_MAILBOX_ExtraInformation","giop-parlay.csapi.P_GMS_INVALID_MAILBOX_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_INVALID_MESSAGE_ID_ExtraInformation, {"P_GMS_INVALID_MESSAGE_ID_ExtraInformation","giop-parlay.csapi.P_GMS_INVALID_MESSAGE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation, {"P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation","giop-parlay.csapi.P_GMS_LOCKING_LOCKED_MAILBOX_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation, {"P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation","giop-parlay.csapi.P_GMS_MESSAGE_NOT_REMOVED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation, {"P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation","giop-parlay.csapi.P_GMS_NUMBER_NOT_POSITIVE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation, {"P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation","giop-parlay.csapi.P_GMS_UNLOCKING_UNLOCKED_MAILBOX_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_MAILBOX_LOCKED_ExtraInformation, {"P_GMS_MAILBOX_LOCKED_ExtraInformation","giop-parlay.csapi.P_GMS_MAILBOX_LOCKED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation, {"P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation","giop-parlay.csapi.P_GMS_CANNOT_UNLOCK_MAILBOX_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_PROPERTY_NOT_SET_ExtraInformation, {"P_GMS_PROPERTY_NOT_SET_ExtraInformation","giop-parlay.csapi.P_GMS_PROPERTY_NOT_SET_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_FOLDER_IS_OPEN_ExtraInformation, {"P_GMS_FOLDER_IS_OPEN_ExtraInformation","giop-parlay.csapi.P_GMS_FOLDER_IS_OPEN_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_P_GMS_MAILBOX_OPEN_ExtraInformation, {"P_GMS_MAILBOX_OPEN_ExtraInformation","giop-parlay.csapi.P_GMS_MAILBOX_OPEN_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_VPRP_ID_ExtraInformation, {"P_UNKNOWN_VPRP_ID_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_VPRP_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_SLA_ID_ExtraInformation, {"P_UNKNOWN_SLA_ID_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SLA_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_STATUS_ExtraInformation, {"P_UNKNOWN_STATUS_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_STATUS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_QOS_INFO_ExtraInformation, {"P_UNKNOWN_QOS_INFO_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_QOS_INFO_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_VALIDITY_INFO_ExtraInformation, {"P_UNKNOWN_VALIDITY_INFO_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_VALIDITY_INFO_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_PIPEQOSINFO_ExtraInformation, {"P_UNKNOWN_PIPEQOSINFO_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_PIPEQOSINFO_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_DSCODEPOINT_ExtraInformation, {"P_UNKNOWN_DSCODEPOINT_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_DSCODEPOINT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_ILLEGAL_VPRPID_ExtraInformation, {"P_ILLEGAL_VPRPID_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_VPRPID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_ILLEGAL_REF_VALUE_ExtraInformation, {"P_ILLEGAL_REF_VALUE_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_REF_VALUE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_INTERFACE_ExtraInformation, {"P_UNKNOWN_INTERFACE_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_INTERFACE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_CANT_DELETE_VPRP_ExtraInformation, {"P_CANT_DELETE_VPRP_ExtraInformation","giop-parlay.csapi.P_CANT_DELETE_VPRP_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_TEMPLATES_ExtraInformation, {"P_UNKNOWN_TEMPLATES_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_TEMPLATES_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_MENU_ExtraInformation, {"P_UNKNOWN_MENU_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_MENU_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation, {"P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_ENTERPRISE_NETWORK_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation, {"P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_TEMPLATE_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_DESCRIPTION_ExtraInformation, {"P_UNKNOWN_DESCRIPTION_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_DESCRIPTION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_ILLEGAL_SLA_ID_ExtraInformation, {"P_ILLEGAL_SLA_ID_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_SLA_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_ILLEGAL_TAG_ExtraInformation, {"P_ILLEGAL_TAG_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_TAG_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_ILLEGAL_VALUE_ExtraInformation, {"P_ILLEGAL_VALUE_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_VALUE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_ILLEGAL_COMBINATION_ExtraInformation, {"P_ILLEGAL_COMBINATION_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_COMBINATION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_SITES_ExtraInformation, {"P_UNKNOWN_SITES_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SITES_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_VPRN_ExtraInformation, {"P_UNKNOWN_VPRN_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_VPRN_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_ILLEGAL_SITE_ID_ExtraInformation, {"P_ILLEGAL_SITE_ID_ExtraInformation","giop-parlay.csapi.P_ILLEGAL_SITE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_SITE_ID_ExtraInformation, {"P_UNKNOWN_SITE_ID_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SITE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_SAPS_ExtraInformation, {"P_UNKNOWN_SAPS_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SAPS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_SITE_LOCATION_ExtraInformation, {"P_UNKNOWN_SITE_LOCATION_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SITE_LOCATION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation, {"P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SITE_DESCRIPTION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_IPSUBNET_ExtraInformation, {"P_UNKNOWN_IPSUBNET_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_IPSUBNET_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_SAP_ExtraInformation, {"P_UNKNOWN_SAP_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_SAP_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cm_P_UNKNOWN_VPRP_ExtraInformation, {"P_UNKNOWN_VPRP_ExtraInformation","giop-parlay.csapi.P_UNKNOWN_VPRP_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_am_P_UNAUTHORIZED_APPLICATION_ExtraInformation, {"P_UNAUTHORIZED_APPLICATION_ExtraInformation","giop-parlay.csapi.P_UNAUTHORIZED_APPLICATION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_P_INVALID_USER_ExtraInformation, {"P_INVALID_USER_ExtraInformation","giop-parlay.csapi.P_INVALID_USER_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_P_INVALID_ACCOUNT_ExtraInformation, {"P_INVALID_ACCOUNT_ExtraInformation","giop-parlay.csapi.P_INVALID_ACCOUNT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_P_INVALID_REQUEST_NUMBER_ExtraInformation, {"P_INVALID_REQUEST_NUMBER_ExtraInformation","giop-parlay.csapi.P_INVALID_REQUEST_NUMBER_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_P_INVALID_VOLUME_ExtraInformation, {"P_INVALID_VOLUME_ExtraInformation","giop-parlay.csapi.P_INVALID_VOLUME_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_P_ACCESS_VIOLATION_ExtraInformation, {"P_ACCESS_VIOLATION_ExtraInformation","giop-parlay.csapi.P_ACCESS_VIOLATION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_P_SYNTAX_ERROR_ExtraInformation, {"P_SYNTAX_ERROR_ExtraInformation","giop-parlay.csapi.P_SYNTAX_ERROR_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_P_NAME_SPACE_ERROR_ExtraInformation, {"P_NAME_SPACE_ERROR_ExtraInformation","giop-parlay.csapi.P_NAME_SPACE_ERROR_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_P_NO_TRANSACTION_IN_PROCESS_ExtraInformation, {"P_NO_TRANSACTION_IN_PROCESS_ExtraInformation","giop-parlay.csapi.P_NO_TRANSACTION_IN_PROCESS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_P_TRANSACTION_IN_PROCESS_ExtraInformation, {"P_TRANSACTION_IN_PROCESS_ExtraInformation","giop-parlay.csapi.P_TRANSACTION_IN_PROCESS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_UNKNOWN_TYPE_ExtraInformation, {"P_PAM_UNKNOWN_TYPE_ExtraInformation","giop-parlay.csapi.P_PAM_UNKNOWN_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_UNKNOWN_MEMBER_ExtraInformation, {"P_PAM_UNKNOWN_MEMBER_ExtraInformation","giop-parlay.csapi.P_PAM_UNKNOWN_MEMBER_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_UNKNOWN_IDENTITY_ExtraInformation, {"P_PAM_UNKNOWN_IDENTITY_ExtraInformation","giop-parlay.csapi.P_PAM_UNKNOWN_IDENTITY_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_UNKNOWN_GROUP_ExtraInformation, {"P_PAM_UNKNOWN_GROUP_ExtraInformation","giop-parlay.csapi.P_PAM_UNKNOWN_GROUP_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_UNKNOWN_CAPABILITY_ExtraInformation, {"P_PAM_UNKNOWN_CAPABILITY_ExtraInformation","giop-parlay.csapi.P_PAM_UNKNOWN_CAPABILITY_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTES_ExtraInformation, {"P_PAM_UNKNOWN_ATTRIBUTES_ExtraInformation","giop-parlay.csapi.P_PAM_UNKNOWN_ATTRIBUTES_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_UNKNOWN_ATTRIBUTE_ExtraInformation, {"P_PAM_UNKNOWN_ATTRIBUTE_ExtraInformation","giop-parlay.csapi.P_PAM_UNKNOWN_ATTRIBUTE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_UNKNOWN_ASSIGNMENT_ExtraInformation, {"P_PAM_UNKNOWN_ASSIGNMENT_ExtraInformation","giop-parlay.csapi.P_PAM_UNKNOWN_ASSIGNMENT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_UNKNOWN_ALIAS_ExtraInformation, {"P_PAM_UNKNOWN_ALIAS_ExtraInformation","giop-parlay.csapi.P_PAM_UNKNOWN_ALIAS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_UNKNOWN_AGENT_ExtraInformation, {"P_PAM_UNKNOWN_AGENT_ExtraInformation","giop-parlay.csapi.P_PAM_UNKNOWN_AGENT_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_UNASSIGNED_ALIAS_ExtraInformation, {"P_PAM_UNASSIGNED_ALIAS_ExtraInformation","giop-parlay.csapi.P_PAM_UNASSIGNED_ALIAS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_TYPE_EXISTS_ExtraInformation, {"P_PAM_TYPE_EXISTS_ExtraInformation","giop-parlay.csapi.P_PAM_TYPE_EXISTS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_TYPE_ASSOCIATED_ExtraInformation, {"P_PAM_TYPE_ASSOCIATED_ExtraInformation","giop-parlay.csapi.P_PAM_TYPE_ASSOCIATED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_NOT_REGISTERED_ExtraInformation, {"P_PAM_NOT_REGISTERED_ExtraInformation","giop-parlay.csapi.P_PAM_NOT_REGISTERED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_NOT_MEMBER_ExtraInformation, {"P_PAM_NOT_MEMBER_ExtraInformation","giop-parlay.csapi.P_PAM_NOT_MEMBER_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_NO_CAPABILITY_ExtraInformation, {"P_PAM_NO_CAPABILITY_ExtraInformation","giop-parlay.csapi.P_PAM_NO_CAPABILITY_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_MEMBER_EXISTS_ExtraInformation, {"P_PAM_MEMBER_EXISTS_ExtraInformation","giop-parlay.csapi.P_PAM_MEMBER_EXISTS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_IS_CYCLIC_ExtraInformation, {"P_PAM_IS_CYCLIC_ExtraInformation","giop-parlay.csapi.P_PAM_IS_CYCLIC_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_IDENTITY_EXISTS_ExtraInformation, {"P_PAM_IDENTITY_EXISTS_ExtraInformation","giop-parlay.csapi.P_PAM_IDENTITY_EXISTS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_DISASSOCIATED_TYPE_ExtraInformation, {"P_PAM_DISASSOCIATED_TYPE_ExtraInformation","giop-parlay.csapi.P_PAM_DISASSOCIATED_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_ATTRIBUTE_EXISTS_ExtraInformation, {"P_PAM_ATTRIBUTE_EXISTS_ExtraInformation","giop-parlay.csapi.P_PAM_ATTRIBUTE_EXISTS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_ALIAS_NOT_UNIQUE_ExtraInformation, {"P_PAM_ALIAS_NOT_UNIQUE_ExtraInformation","giop-parlay.csapi.P_PAM_ALIAS_NOT_UNIQUE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_ALIAS_EXISTS_ExtraInformation, {"P_PAM_ALIAS_EXISTS_ExtraInformation","giop-parlay.csapi.P_PAM_ALIAS_EXISTS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_AGENT_EXISTS_ExtraInformation, {"P_PAM_AGENT_EXISTS_ExtraInformation","giop-parlay.csapi.P_PAM_AGENT_EXISTS_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_UNAVAILABLE_INTERFACE_ExtraInformation, {"P_PAM_UNAVAILABLE_INTERFACE_ExtraInformation","giop-parlay.csapi.P_PAM_UNAVAILABLE_INTERFACE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_P_PAM_INVALID_CREDENTIAL_ExtraInformation, {"P_PAM_INVALID_CREDENTIAL_ExtraInformation","giop-parlay.csapi.P_PAM_INVALID_CREDENTIAL_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_P_MMM_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation, {"P_MMM_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_AUTHENTICATION_INFORMATION_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_P_MMM_INVALID_MAILBOX_ExtraInformation, {"P_MMM_INVALID_MAILBOX_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_MAILBOX_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TYPE_ExtraInformation, {"P_MMM_INVALID_DELIVERY_TYPE_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_DELIVERY_TYPE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_P_MMM_MAX_MESSAGE_SIZE_EXCEEDED_ExtraInformation, {"P_MMM_MAX_MESSAGE_SIZE_EXCEEDED_ExtraInformation","giop-parlay.csapi.P_MMM_MAX_MESSAGE_SIZE_EXCEEDED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_P_MMM_INVALID_FOLDER_ID_ExtraInformation, {"P_MMM_INVALID_FOLDER_ID_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_FOLDER_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_P_MMM_INVALID_MESSAGE_ID_ExtraInformation, {"P_MMM_INVALID_MESSAGE_ID_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_MESSAGE_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_P_MMM_INVALID_PART_ID_ExtraInformation, {"P_MMM_INVALID_PART_ID_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_PART_ID_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH_ExtraInformation, {"P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH_ExtraInformation","giop-parlay.csapi.P_MMM_DELIVERY_TYPE_ADDRESS_TYPE_MISMATCH_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH_ExtraInformation, {"P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH_ExtraInformation","giop-parlay.csapi.P_MMM_DELIVERY_TYPE_MESSAGE_TYPE_MISMATCH_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_P_MMM_INVALID_PROPERTY_ExtraInformation, {"P_MMM_INVALID_PROPERTY_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_PROPERTY_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_P_MMM_INVALID_DELIVERY_TIME_ExtraInformation, {"P_MMM_INVALID_DELIVERY_TIME_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_DELIVERY_TIME_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_P_MMM_INVALID_VALIDITY_TIME_ExtraInformation, {"P_MMM_INVALID_VALIDITY_TIME_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_VALIDITY_TIME_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_P_MMM_MAX_SUBJECT_SIZE_EXCEEDED_ExtraInformation, {"P_MMM_MAX_SUBJECT_SIZE_EXCEEDED_ExtraInformation","giop-parlay.csapi.P_MMM_MAX_SUBJECT_SIZE_EXCEEDED_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_P_MMM_INFORMATION_NOT_AVAILABLE_ExtraInformation, {"P_MMM_INFORMATION_NOT_AVAILABLE_ExtraInformation","giop-parlay.csapi.P_MMM_INFORMATION_NOT_AVAILABLE_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_P_MMM_CANNOT_CANCEL_ExtraInformation, {"P_MMM_CANNOT_CANCEL_ExtraInformation","giop-parlay.csapi.P_MMM_CANNOT_CANCEL_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_P_MMM_INVALID_HEADER_ExtraInformation, {"P_MMM_INVALID_HEADER_ExtraInformation","giop-parlay.csapi.P_MMM_INVALID_HEADER_ExtraInformation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ /* Union filters */
+ {&hf_org_csapi_TpAoCOrder_TpAoCOrder, {"TpAoCOrder","giop-parlay.org.csapi.TpAoCOrder",FT_UINT32,BASE_DEC,VALS(org_csapi_TpCallAoCOrderCategory),0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpAoCOrder_NetworkCharge, {"TpAoCOrder_NetworkCharge","giop-parlay.org.csapi.TpAoCOrder.NetworkCharge",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpSimpleAttributeValue_TpSimpleAttributeValue, {"TpSimpleAttributeValue","giop-parlay.org.csapi.TpSimpleAttributeValue",FT_UINT32,BASE_DEC,VALS(org_csapi_TpSimpleAttributeTypeInfo),0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpSimpleAttributeValue_BooleanValue, {"TpSimpleAttributeValue_BooleanValue","giop-parlay.org.csapi.TpSimpleAttributeValue.BooleanValue",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_TpSimpleAttributeValue_OctetValue, {"TpSimpleAttributeValue_OctetValue","giop-parlay.org.csapi.TpSimpleAttributeValue.OctetValue",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpSimpleAttributeValue_CharValue, {"TpSimpleAttributeValue_CharValue","giop-parlay.org.csapi.TpSimpleAttributeValue.CharValue",FT_UINT8,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpSimpleAttributeValue_WCharValue, {"TpSimpleAttributeValue_WCharValue","giop-parlay.org.csapi.TpSimpleAttributeValue.WCharValue",FT_UINT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpSimpleAttributeValue_StringValue, {"TpSimpleAttributeValue_StringValue","giop-parlay.org.csapi.TpSimpleAttributeValue.StringValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpSimpleAttributeValue_WStringValue, {"TpSimpleAttributeValue_WStringValue","giop-parlay.org.csapi.TpSimpleAttributeValue.WStringValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpSimpleAttributeValue_Int16Value, {"TpSimpleAttributeValue_Int16Value","giop-parlay.org.csapi.TpSimpleAttributeValue.Int16Value",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpSimpleAttributeValue_UnsignedInt16Value, {"TpSimpleAttributeValue_UnsignedInt16Value","giop-parlay.org.csapi.TpSimpleAttributeValue.UnsignedInt16Value",FT_UINT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpSimpleAttributeValue_Int32Value, {"TpSimpleAttributeValue_Int32Value","giop-parlay.org.csapi.TpSimpleAttributeValue.Int32Value",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpSimpleAttributeValue_UnsignedInt32Value, {"TpSimpleAttributeValue_UnsignedInt32Value","giop-parlay.org.csapi.TpSimpleAttributeValue.UnsignedInt32Value",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpSimpleAttributeValue_Int64Value, {"TpSimpleAttributeValue_Int64Value","giop-parlay.org.csapi.TpSimpleAttributeValue.Int64Value",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpSimpleAttributeValue_UnsignedInt64Value, {"TpSimpleAttributeValue_UnsignedInt64Value","giop-parlay.org.csapi.TpSimpleAttributeValue.UnsignedInt64Value",FT_UINT64,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpSimpleAttributeValue_FloatValue, {"TpSimpleAttributeValue_FloatValue","giop-parlay.org.csapi.TpSimpleAttributeValue.FloatValue",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpSimpleAttributeValue_DoubleValue, {"TpSimpleAttributeValue_DoubleValue","giop-parlay.org.csapi.TpSimpleAttributeValue.DoubleValue",FT_DOUBLE,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpAttributeValue_TpAttributeValue, {"TpAttributeValue","giop-parlay.org.csapi.TpAttributeValue",FT_UINT32,BASE_DEC,VALS(org_csapi_TpAttributeTagInfo),0x0,NULL,HFILL}},
+ {&hf_org_csapi_TpAttributeValue_XMLValue, {"TpAttributeValue_XMLValue","giop-parlay.org.csapi.TpAttributeValue.XMLValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwEventCriteria_TpFwEventCriteria, {"TpFwEventCriteria","giop-parlay.org.csapi.fw.TpFwEventCriteria",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFwEventName),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwEventCriteria_EventNameUndefined, {"TpFwEventCriteria_EventNameUndefined","giop-parlay.org.csapi.fw.TpFwEventCriteria.EventNameUndefined",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwEventCriteria_ServiceTypeNameList, {"Seq length of TpFwEventCriteria_ServiceTypeNameList","giop-parlay.org.csapi.fw.TpFwEventCriteria.ServiceTypeNameList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwEventCriteria_UnavailableServiceTypeNameList, {"Seq length of TpFwEventCriteria_UnavailableServiceTypeNameList","giop-parlay.org.csapi.fw.TpFwEventCriteria.UnavailableServiceTypeNameList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwEventCriteria_CompatibleServiceTypeNameList, {"Seq length of TpFwEventCriteria_CompatibleServiceTypeNameList","giop-parlay.org.csapi.fw.TpFwEventCriteria.CompatibleServiceTypeNameList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwEventCriteria_SessionCreatedList, {"Seq length of TpFwEventCriteria_SessionCreatedList","giop-parlay.org.csapi.fw.TpFwEventCriteria.SessionCreatedList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwEventCriteria_SessionTerminatedList, {"Seq length of TpFwEventCriteria_SessionTerminatedList","giop-parlay.org.csapi.fw.TpFwEventCriteria.SessionTerminatedList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwEventCriteria_AgreementSignedList, {"Seq length of TpFwEventCriteria_AgreementSignedList","giop-parlay.org.csapi.fw.TpFwEventCriteria.AgreementSignedList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwEventCriteria_AgreementEndedList, {"Seq length of TpFwEventCriteria_AgreementEndedList","giop-parlay.org.csapi.fw.TpFwEventCriteria.AgreementEndedList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpLoadStatisticEntityID_TpLoadStatisticEntityID, {"TpLoadStatisticEntityID","giop-parlay.org.csapi.fw.TpLoadStatisticEntityID",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticEntityType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpLoadStatisticEntityID_FrameworkID, {"TpLoadStatisticEntityID_FrameworkID","giop-parlay.org.csapi.fw.TpLoadStatisticEntityID.FrameworkID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpLoadStatisticEntityID_ServiceID, {"TpLoadStatisticEntityID_ServiceID","giop-parlay.org.csapi.fw.TpLoadStatisticEntityID.ServiceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpLoadStatisticEntityID_ClientAppID, {"TpLoadStatisticEntityID_ClientAppID","giop-parlay.org.csapi.fw.TpLoadStatisticEntityID.ClientAppID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpLoadStatisticInfo_TpLoadStatisticInfo, {"TpLoadStatisticInfo","giop-parlay.org.csapi.fw.TpLoadStatisticInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticInfoType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpLoadStatisticInfo_LoadStatisticError, {"TpLoadStatisticInfo_LoadStatisticError","giop-parlay.org.csapi.fw.TpLoadStatisticInfo.LoadStatisticError",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpLoadStatisticError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpDomainID_TpDomainID, {"TpDomainID","giop-parlay.org.csapi.fw.TpDomainID",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpDomainIDType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpDomainID_FwID, {"TpDomainID_FwID","giop-parlay.org.csapi.fw.TpDomainID.FwID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpDomainID_ClientAppID, {"TpDomainID_ClientAppID","giop-parlay.org.csapi.fw.TpDomainID.ClientAppID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpDomainID_EntOpID, {"TpDomainID_EntOpID","giop-parlay.org.csapi.fw.TpDomainID.EntOpID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpDomainID_ServiceID, {"TpDomainID_ServiceID","giop-parlay.org.csapi.fw.TpDomainID.ServiceID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpDomainID_ServiceSupplierID, {"TpDomainID_ServiceSupplierID","giop-parlay.org.csapi.fw.TpDomainID.ServiceSupplierID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpMigrationAdditionalInfo_TpMigrationAdditionalInfo, {"TpMigrationAdditionalInfo","giop-parlay.org.csapi.fw.TpMigrationAdditionalInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpMigrationAdditionalInfoType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpMigrationAdditionalInfo_Dummy, {"TpMigrationAdditionalInfo_Dummy","giop-parlay.org.csapi.fw.TpMigrationAdditionalInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwEventInfo_TpFwEventInfo, {"TpFwEventInfo","giop-parlay.org.csapi.fw.TpFwEventInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_fw_TpFwEventName),0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwEventInfo_EventNameUndefined, {"TpFwEventInfo_EventNameUndefined","giop-parlay.org.csapi.fw.TpFwEventInfo.EventNameUndefined",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwEventInfo_ServiceIDList, {"Seq length of TpFwEventInfo_ServiceIDList","giop-parlay.org.csapi.fw.TpFwEventInfo.ServiceIDList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwEventInfo_UnavailableServiceIDList, {"Seq length of TpFwEventInfo_UnavailableServiceIDList","giop-parlay.org.csapi.fw.TpFwEventInfo.UnavailableServiceIDList",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwEventInfo_AppSessionCreated, {"TpFwEventInfo_AppSessionCreated","giop-parlay.org.csapi.fw.TpFwEventInfo.AppSessionCreated",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_fw_TpFwEventInfo_AppSessionTerminated, {"TpFwEventInfo_AppSessionTerminated","giop-parlay.org.csapi.fw.TpFwEventInfo.AppSessionTerminated",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIVariableInfo_TpUIVariableInfo, {"TpUIVariableInfo","giop-parlay.org.csapi.ui.TpUIVariableInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIVariablePartType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIVariableInfo_VariablePartInteger, {"TpUIVariableInfo_VariablePartInteger","giop-parlay.org.csapi.ui.TpUIVariableInfo.VariablePartInteger",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIVariableInfo_VariablePartAddress, {"TpUIVariableInfo_VariablePartAddress","giop-parlay.org.csapi.ui.TpUIVariableInfo.VariablePartAddress",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIVariableInfo_VariablePartTime, {"TpUIVariableInfo_VariablePartTime","giop-parlay.org.csapi.ui.TpUIVariableInfo.VariablePartTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIVariableInfo_VariablePartDate, {"TpUIVariableInfo_VariablePartDate","giop-parlay.org.csapi.ui.TpUIVariableInfo.VariablePartDate",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIVariableInfo_VariablePartPrice, {"TpUIVariableInfo_VariablePartPrice","giop-parlay.org.csapi.ui.TpUIVariableInfo.VariablePartPrice",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIInfo_TpUIInfo, {"TpUIInfo","giop-parlay.org.csapi.ui.TpUIInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUIInfoType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIInfo_InfoID, {"TpUIInfo_InfoID","giop-parlay.org.csapi.ui.TpUIInfo.InfoID",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIInfo_InfoData, {"TpUIInfo_InfoData","giop-parlay.org.csapi.ui.TpUIInfo.InfoData",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIInfo_InfoAddress, {"TpUIInfo_InfoAddress","giop-parlay.org.csapi.ui.TpUIInfo.InfoAddress",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIInfo_InfoBinData, {"Seq length of TpUIInfo_InfoBinData","giop-parlay.org.csapi.ui.TpUIInfo.InfoBinData",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIInfo_InfoUUEncData, {"TpUIInfo_InfoUUEncData","giop-parlay.org.csapi.ui.TpUIInfo.InfoUUEncData",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIInfo_InfoMimeData, {"Seq length of TpUIInfo_InfoMimeData","giop-parlay.org.csapi.ui.TpUIInfo.InfoMimeData",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIInfo_InfoWaveData, {"Seq length of TpUIInfo_InfoWaveData","giop-parlay.org.csapi.ui.TpUIInfo.InfoWaveData",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIInfo_InfoAuData, {"Seq length of TpUIInfo_InfoAuData","giop-parlay.org.csapi.ui.TpUIInfo.InfoAuData",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUIInfo_InfoVXMLData, {"TpUIInfo_InfoVXMLData","giop-parlay.org.csapi.ui.TpUIInfo.InfoVXMLData",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallAdditionalErrorInfo_TpCallAdditionalErrorInfo, {"TpCallAdditionalErrorInfo","giop-parlay.org.csapi.cc.TpCallAdditionalErrorInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallErrorType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallAdditionalErrorInfo_CallErrorInvalidAddress, {"TpCallAdditionalErrorInfo_CallErrorInvalidAddress","giop-parlay.org.csapi.cc.TpCallAdditionalErrorInfo.CallErrorInvalidAddress",FT_UINT32,BASE_DEC,VALS(org_csapi_TpAddressError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallAdditionalErrorInfo_Dummy, {"TpCallAdditionalErrorInfo_Dummy","giop-parlay.org.csapi.cc.TpCallAdditionalErrorInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallLoadControlMechanism_TpCallLoadControlMechanism, {"TpCallLoadControlMechanism","giop-parlay.org.csapi.cc.TpCallLoadControlMechanism",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallLoadControlMechanismType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallLoadControlMechanism_CallLoadControlPerInterval, {"TpCallLoadControlMechanism_CallLoadControlPerInterval","giop-parlay.org.csapi.cc.TpCallLoadControlMechanism.CallLoadControlPerInterval",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallAdditionalTreatmentInfo_TpCallAdditionalTreatmentInfo, {"TpCallAdditionalTreatmentInfo","giop-parlay.org.csapi.cc.TpCallAdditionalTreatmentInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallTreatmentType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallAdditionalTreatmentInfo_Dummy, {"TpCallAdditionalTreatmentInfo_Dummy","giop-parlay.org.csapi.cc.TpCallAdditionalTreatmentInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_TpCallPartyToChargeAdditionalInfo, {"TpCallPartyToChargeAdditionalInfo","giop-parlay.org.csapi.cc.TpCallPartyToChargeAdditionalInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallPartyToChargeType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallPartyToChargeAdditionalInfo_Dummy, {"TpCallPartyToChargeAdditionalInfo_Dummy","giop-parlay.org.csapi.cc.TpCallPartyToChargeAdditionalInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallAppInfo_TpCallAppInfo, {"TpCallAppInfo","giop-parlay.org.csapi.cc.gccs.TpCallAppInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_gccs_TpCallAppInfoType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppAlertingMechanism, {"TpCallAppInfo_CallAppAlertingMechanism","giop-parlay.org.csapi.cc.gccs.TpCallAppInfo.CallAppAlertingMechanism",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppNetworkAccessType, {"TpCallAppInfo_CallAppNetworkAccessType","giop-parlay.org.csapi.cc.gccs.TpCallAppInfo.CallAppNetworkAccessType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallNetworkAccessType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppTeleService, {"TpCallAppInfo_CallAppTeleService","giop-parlay.org.csapi.cc.gccs.TpCallAppInfo.CallAppTeleService",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallTeleService),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppBearerService, {"TpCallAppInfo_CallAppBearerService","giop-parlay.org.csapi.cc.gccs.TpCallAppInfo.CallAppBearerService",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallBearerService),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppPartyCategory, {"TpCallAppInfo_CallAppPartyCategory","giop-parlay.org.csapi.cc.gccs.TpCallAppInfo.CallAppPartyCategory",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallPartyCategory),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallAppInfo_CallAppGenericInfo, {"TpCallAppInfo_CallAppGenericInfo","giop-parlay.org.csapi.cc.gccs.TpCallAppInfo.CallAppGenericInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallAppInfo_Dummy, {"TpCallAppInfo_Dummy","giop-parlay.org.csapi.cc.gccs.TpCallAppInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_TpCallAdditionalReportInfo, {"TpCallAdditionalReportInfo","giop-parlay.org.csapi.cc.gccs.TpCallAdditionalReportInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_gccs_TpCallReportType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_QueueStatus, {"TpCallAdditionalReportInfo_QueueStatus","giop-parlay.org.csapi.cc.gccs.TpCallAdditionalReportInfo.QueueStatus",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallAdditionalReportInfo_Dummy, {"TpCallAdditionalReportInfo_Dummy","giop-parlay.org.csapi.cc.gccs.TpCallAdditionalReportInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_TpCallAdditionalReportCriteria, {"TpCallAdditionalReportCriteria","giop-parlay.org.csapi.cc.gccs.TpCallAdditionalReportCriteria",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_gccs_TpCallReportType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_NoAnswerDuration, {"TpCallAdditionalReportCriteria_NoAnswerDuration","giop-parlay.org.csapi.cc.gccs.TpCallAdditionalReportCriteria.NoAnswerDuration",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_gccs_TpCallAdditionalReportCriteria_Dummy, {"TpCallAdditionalReportCriteria_Dummy","giop-parlay.org.csapi.cc.gccs.TpCallAdditionalReportCriteria.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallAdditionalEventInfo_TpCallAdditionalEventInfo, {"TpCallAdditionalEventInfo","giop-parlay.org.csapi.cc.TpCallAdditionalEventInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallEventType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallAdditionalEventInfo_OriginatingReleaseCause, {"TpCallAdditionalEventInfo_OriginatingReleaseCause","giop-parlay.org.csapi.cc.TpCallAdditionalEventInfo.OriginatingReleaseCause",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallAdditionalEventInfo_TerminatingReleaseCause, {"TpCallAdditionalEventInfo_TerminatingReleaseCause","giop-parlay.org.csapi.cc.TpCallAdditionalEventInfo.TerminatingReleaseCause",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpReleaseCause),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallAdditionalEventInfo_Dummy, {"TpCallAdditionalEventInfo_Dummy","giop-parlay.org.csapi.cc.TpCallAdditionalEventInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpAdditionalCallEventCriteria_TpAdditionalCallEventCriteria, {"TpAdditionalCallEventCriteria","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallEventType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpAdditionalCallEventCriteria_MinAddressLength, {"TpAdditionalCallEventCriteria_MinAddressLength","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria.MinAddressLength",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingServiceCode, {"Seq length of TpAdditionalCallEventCriteria_OriginatingServiceCode","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria.OriginatingServiceCode",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet, {"Seq length of TpAdditionalCallEventCriteria_OriginatingReleaseCauseSet","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria.OriginatingReleaseCauseSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet, {"Seq length of TpAdditionalCallEventCriteria_TerminatingReleaseCauseSet","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria.TerminatingReleaseCauseSet",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpAdditionalCallEventCriteria_TerminatingServiceCode, {"Seq length of TpAdditionalCallEventCriteria_TerminatingServiceCode","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria.TerminatingServiceCode",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpAdditionalCallEventCriteria_Dummy, {"TpAdditionalCallEventCriteria_Dummy","giop-parlay.org.csapi.cc.TpAdditionalCallEventCriteria.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallAppInfo_TpCallAppInfo, {"TpCallAppInfo","giop-parlay.org.csapi.cc.TpCallAppInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallAppInfoType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallAppInfo_CallAppAlertingMechanism, {"TpCallAppInfo_CallAppAlertingMechanism","giop-parlay.org.csapi.cc.TpCallAppInfo.CallAppAlertingMechanism",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallAppInfo_CallAppNetworkAccessType, {"TpCallAppInfo_CallAppNetworkAccessType","giop-parlay.org.csapi.cc.TpCallAppInfo.CallAppNetworkAccessType",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallNetworkAccessType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallAppInfo_CallAppTeleService, {"TpCallAppInfo_CallAppTeleService","giop-parlay.org.csapi.cc.TpCallAppInfo.CallAppTeleService",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallTeleService),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallAppInfo_CallAppBearerService, {"TpCallAppInfo_CallAppBearerService","giop-parlay.org.csapi.cc.TpCallAppInfo.CallAppBearerService",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallBearerService),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallAppInfo_CallAppPartyCategory, {"TpCallAppInfo_CallAppPartyCategory","giop-parlay.org.csapi.cc.TpCallAppInfo.CallAppPartyCategory",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_TpCallPartyCategory),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallAppInfo_CallAppGenericInfo, {"TpCallAppInfo_CallAppGenericInfo","giop-parlay.org.csapi.cc.TpCallAppInfo.CallAppGenericInfo",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallAppInfo_CallHighProbabilityCompletion, {"TpCallAppInfo_CallHighProbabilityCompletion","giop-parlay.org.csapi.cc.TpCallAppInfo.CallHighProbabilityCompletion",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallAppInfo_CallAppCarrier, {"Seq length of TpCallAppInfo_CallAppCarrier","giop-parlay.org.csapi.cc.TpCallAppInfo.CallAppCarrier",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_TpCallAppInfo_Dummy, {"TpCallAppInfo_Dummy","giop-parlay.org.csapi.cc.TpCallAppInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_TpAppMultiPartyCallBack, {"TpAppMultiPartyCallBack","giop-parlay.org.csapi.cc.mpccs.TpAppMultiPartyCallBack",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_mpccs_TpAppMultiPartyCallBackRefType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mpccs_TpAppMultiPartyCallBack_Dummy, {"TpAppMultiPartyCallBack_Dummy","giop-parlay.org.csapi.cc.mpccs.TpAppMultiPartyCallBack.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_TpMediaStreamDataTypeRequest, {"TpMediaStreamDataTypeRequest","giop-parlay.org.csapi.cc.mmccs.TpMediaStreamDataTypeRequest",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_mmccs_TpMediaStreamDataTypeRequestType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_Audio, {"TpMediaStreamDataTypeRequest_Audio","giop-parlay.org.csapi.cc.mmccs.TpMediaStreamDataTypeRequest.Audio",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_Video, {"TpMediaStreamDataTypeRequest_Video","giop-parlay.org.csapi.cc.mmccs.TpMediaStreamDataTypeRequest.Video",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_TpMediaStreamDataTypeRequest_Data, {"TpMediaStreamDataTypeRequest_Data","giop-parlay.org.csapi.cc.mmccs.TpMediaStreamDataTypeRequest.Data",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_TpAppMultiMediaCallBack, {"TpAppMultiMediaCallBack","giop-parlay.org.csapi.cc.mmccs.TpAppMultiMediaCallBack",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_mmccs_TpAppMultiMediaCallBackRefType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_mmccs_TpAppMultiMediaCallBack_Dummy, {"TpAppMultiMediaCallBack_Dummy","giop-parlay.org.csapi.cc.mmccs.TpAppMultiMediaCallBack.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_TpConfPolicy_TpConfPolicy, {"TpConfPolicy","giop-parlay.org.csapi.cc.cccs.TpConfPolicy",FT_UINT32,BASE_DEC,VALS(org_csapi_cc_cccs_TpConfPolicyType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cc_cccs_TpConfPolicy_Dummy, {"TpConfPolicy_Dummy","giop-parlay.org.csapi.cc.cccs.TpConfPolicy.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_ui_TpUITargetObject_TpUITargetObject, {"TpUITargetObject","giop-parlay.org.csapi.ui.TpUITargetObject",FT_UINT32,BASE_DEC,VALS(org_csapi_ui_TpUITargetObjectType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpBindingEntry_TpBindingEntry, {"TpBindingEntry","giop-parlay.org.csapi.mm.TpBindingEntry",FT_UINT32,BASE_DEC,VALS(org_csapi_mm_TpBindingEntryType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpBindingEntry_UBExpires, {"TpBindingEntry_UBExpires","giop-parlay.org.csapi.mm.TpBindingEntry.UBExpires",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpBindingEntry_UBPreference, {"TpBindingEntry_UBPreference","giop-parlay.org.csapi.mm.TpBindingEntry.UBPreference",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mm_TpBindingEntry_Dummy, {"TpBindingEntry_Dummy","giop-parlay.org.csapi.mm.TpBindingEntry.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionChargeOrder_TpDataSessionChargeOrder, {"TpDataSessionChargeOrder","giop-parlay.org.csapi.dsc.TpDataSessionChargeOrder",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionChargeOrderCategory),0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionChargeOrder_NetworkCharge, {"TpDataSessionChargeOrder_NetworkCharge","giop-parlay.org.csapi.dsc.TpDataSessionChargeOrder.NetworkCharge",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_TpDataSessionAdditionalErrorInfo, {"TpDataSessionAdditionalErrorInfo","giop-parlay.org.csapi.dsc.TpDataSessionAdditionalErrorInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionErrorType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_DataSessionErrorInvalidAddress, {"TpDataSessionAdditionalErrorInfo_DataSessionErrorInvalidAddress","giop-parlay.org.csapi.dsc.TpDataSessionAdditionalErrorInfo.DataSessionErrorInvalidAddress",FT_UINT32,BASE_DEC,VALS(org_csapi_TpAddressError),0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionAdditionalErrorInfo_Dummy, {"TpDataSessionAdditionalErrorInfo_Dummy","giop-parlay.org.csapi.dsc.TpDataSessionAdditionalErrorInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionAdditionalReportInfo_TpDataSessionAdditionalReportInfo, {"TpDataSessionAdditionalReportInfo","giop-parlay.org.csapi.dsc.TpDataSessionAdditionalReportInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_dsc_TpDataSessionReportType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_dsc_TpDataSessionAdditionalReportInfo_Dummy, {"TpDataSessionAdditionalReportInfo_Dummy","giop-parlay.org.csapi.dsc.TpDataSessionAdditionalReportInfo.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMessageInfoProperty_TpMessageInfoProperty, {"TpMessageInfoProperty","giop-parlay.org.csapi.gms.TpMessageInfoProperty",FT_UINT32,BASE_DEC,VALS(org_csapi_gms_TpMessageInfoPropertyName),0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageID, {"TpMessageInfoProperty_MessagingMessageID","giop-parlay.org.csapi.gms.TpMessageInfoProperty.MessagingMessageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageSubject, {"TpMessageInfoProperty_MessagingMessageSubject","giop-parlay.org.csapi.gms.TpMessageInfoProperty.MessagingMessageSubject",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageDateSent, {"TpMessageInfoProperty_MessagingMessageDateSent","giop-parlay.org.csapi.gms.TpMessageInfoProperty.MessagingMessageDateSent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageDateReceived, {"TpMessageInfoProperty_MessagingMessageDateReceived","giop-parlay.org.csapi.gms.TpMessageInfoProperty.MessagingMessageDateReceived",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageDateChanged, {"TpMessageInfoProperty_MessagingMessageDateChanged","giop-parlay.org.csapi.gms.TpMessageInfoProperty.MessagingMessageDateChanged",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageSize, {"TpMessageInfoProperty_MessagingMessageSize","giop-parlay.org.csapi.gms.TpMessageInfoProperty.MessagingMessageSize",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessagePriority, {"TpMessageInfoProperty_MessagingMessagePriority","giop-parlay.org.csapi.gms.TpMessageInfoProperty.MessagingMessagePriority",FT_UINT32,BASE_DEC,VALS(org_csapi_gms_TpMessagePriority),0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageFormat, {"TpMessageInfoProperty_MessagingMessageFormat","giop-parlay.org.csapi.gms.TpMessageInfoProperty.MessagingMessageFormat",FT_UINT32,BASE_DEC,VALS(org_csapi_gms_TpMessageFormat),0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageFolder, {"TpMessageInfoProperty_MessagingMessageFolder","giop-parlay.org.csapi.gms.TpMessageInfoProperty.MessagingMessageFolder",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMessageInfoProperty_MessagingMessageStatus, {"TpMessageInfoProperty_MessagingMessageStatus","giop-parlay.org.csapi.gms.TpMessageInfoProperty.MessagingMessageStatus",FT_UINT32,BASE_DEC,VALS(org_csapi_gms_TpMessageStatus),0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMessageInfoProperty_Dummy, {"TpMessageInfoProperty_Dummy","giop-parlay.org.csapi.gms.TpMessageInfoProperty.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMailboxInfoProperty_TpMailboxInfoProperty, {"TpMailboxInfoProperty","giop-parlay.org.csapi.gms.TpMailboxInfoProperty",FT_UINT32,BASE_DEC,VALS(org_csapi_gms_TpMailboxInfoPropertyName),0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxOwner, {"TpMailboxInfoProperty_MessagingMailboxOwner","giop-parlay.org.csapi.gms.TpMailboxInfoProperty.MessagingMailboxOwner",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxFolder, {"TpMailboxInfoProperty_MessagingMailboxFolder","giop-parlay.org.csapi.gms.TpMailboxInfoProperty.MessagingMailboxFolder",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxDateCreated, {"TpMailboxInfoProperty_MessagingMailboxDateCreated","giop-parlay.org.csapi.gms.TpMailboxInfoProperty.MessagingMailboxDateCreated",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMailboxInfoProperty_MessagingMailboxDateChanged, {"TpMailboxInfoProperty_MessagingMailboxDateChanged","giop-parlay.org.csapi.gms.TpMailboxInfoProperty.MessagingMailboxDateChanged",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMailboxInfoProperty_Dummy, {"TpMailboxInfoProperty_Dummy","giop-parlay.org.csapi.gms.TpMailboxInfoProperty.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMessagingEventInfo_TpMessagingEventInfo, {"TpMessagingEventInfo","giop-parlay.org.csapi.gms.TpMessagingEventInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_gms_TpMessagingEventName),0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMessagingEventInfo_EventNameUndefined, {"TpMessagingEventInfo_EventNameUndefined","giop-parlay.org.csapi.gms.TpMessagingEventInfo.EventNameUndefined",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMessagingEventCriteria_TpMessagingEventCriteria, {"TpMessagingEventCriteria","giop-parlay.org.csapi.gms.TpMessagingEventCriteria",FT_UINT32,BASE_DEC,VALS(org_csapi_gms_TpMessagingEventName),0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpMessagingEventCriteria_Dummy, {"TpMessagingEventCriteria_Dummy","giop-parlay.org.csapi.gms.TpMessagingEventCriteria.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpFolderInfoProperty_TpFolderInfoProperty, {"TpFolderInfoProperty","giop-parlay.org.csapi.gms.TpFolderInfoProperty",FT_UINT32,BASE_DEC,VALS(org_csapi_gms_TpFolderInfoPropertyName),0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderID, {"TpFolderInfoProperty_MessagingFolderID","giop-parlay.org.csapi.gms.TpFolderInfoProperty.MessagingFolderID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderMessage, {"TpFolderInfoProperty_MessagingFolderMessage","giop-parlay.org.csapi.gms.TpFolderInfoProperty.MessagingFolderMessage",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderSubfolder, {"TpFolderInfoProperty_MessagingFolderSubfolder","giop-parlay.org.csapi.gms.TpFolderInfoProperty.MessagingFolderSubfolder",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderDateCreated, {"TpFolderInfoProperty_MessagingFolderDateCreated","giop-parlay.org.csapi.gms.TpFolderInfoProperty.MessagingFolderDateCreated",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpFolderInfoProperty_MessagingFolderDateChanged, {"TpFolderInfoProperty_MessagingFolderDateChanged","giop-parlay.org.csapi.gms.TpFolderInfoProperty.MessagingFolderDateChanged",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_gms_TpFolderInfoProperty_Dummy, {"TpFolderInfoProperty_Dummy","giop-parlay.org.csapi.gms.TpFolderInfoProperty.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpChargingParameterValue_TpChargingParameterValue, {"TpChargingParameterValue","giop-parlay.org.csapi.cs.TpChargingParameterValue",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpChargingParameterValueType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpChargingParameterValue_IntValue, {"TpChargingParameterValue_IntValue","giop-parlay.org.csapi.cs.TpChargingParameterValue.IntValue",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpChargingParameterValue_FloatValue, {"TpChargingParameterValue_FloatValue","giop-parlay.org.csapi.cs.TpChargingParameterValue.FloatValue",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpChargingParameterValue_StringValue, {"TpChargingParameterValue_StringValue","giop-parlay.org.csapi.cs.TpChargingParameterValue.StringValue",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpChargingParameterValue_BooleanValue, {"TpChargingParameterValue_BooleanValue","giop-parlay.org.csapi.cs.TpChargingParameterValue.BooleanValue",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpChargingParameterValue_OctetValue, {"Seq length of TpChargingParameterValue_OctetValue","giop-parlay.org.csapi.cs.TpChargingParameterValue.OctetValue",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpAppInformation_TpAppInformation, {"TpAppInformation","giop-parlay.org.csapi.cs.TpAppInformation",FT_UINT32,BASE_DEC,VALS(org_csapi_cs_TpAppInformationType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_cs_TpAppInformation_Timestamp, {"TpAppInformation_Timestamp","giop-parlay.org.csapi.cs.TpAppInformation.Timestamp",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_TpPolicyType_TpPolicyType, {"TpPolicyType","giop-parlay.org.csapi.policy.TpPolicyType",FT_UINT32,BASE_DEC,VALS(org_csapi_policy_TpPolicyTypeInfo),0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_TpPolicyType_SimpleType, {"TpPolicyType_SimpleType","giop-parlay.org.csapi.policy.TpPolicyType.SimpleType",FT_UINT32,BASE_DEC,VALS(org_csapi_TpSimpleAttributeTypeInfo),0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_TpPolicyType_StructuredType, {"TpPolicyType_StructuredType","giop-parlay.org.csapi.policy.TpPolicyType.StructuredType",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_policy_TpPolicyType_XMLString, {"TpPolicyType_XMLString","giop-parlay.org.csapi.policy.TpPolicyType.XMLString",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMContextData_TpPAMContextData, {"TpPAMContextData","giop-parlay.org.csapi.pam.TpPAMContextData",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMContextName),0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMContextData_Dummy, {"TpPAMContextData_Dummy","giop-parlay.org.csapi.pam.TpPAMContextData.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMEventInfo_TpPAMEventInfo, {"TpPAMEventInfo","giop-parlay.org.csapi.pam.TpPAMEventInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMEventName),0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMNotificationInfo_TpPAMNotificationInfo, {"TpPAMNotificationInfo","giop-parlay.org.csapi.pam.TpPAMNotificationInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMEventName),0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMPreferenceData_TpPAMPreferenceData, {"TpPAMPreferenceData","giop-parlay.org.csapi.pam.TpPAMPreferenceData",FT_UINT32,BASE_DEC,VALS(org_csapi_pam_TpPAMPreferenceType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_pam_TpPAMPreferenceData_Dummy, {"TpPAMPreferenceData_Dummy","giop-parlay.org.csapi.pam.TpPAMPreferenceData.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpFolderInfoProperty_TpFolderInfoProperty, {"TpFolderInfoProperty","giop-parlay.org.csapi.mmm.TpFolderInfoProperty",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpFolderInfoPropertyName),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpFolderInfoProperty_FolderDateCreated, {"TpFolderInfoProperty_FolderDateCreated","giop-parlay.org.csapi.mmm.TpFolderInfoProperty.FolderDateCreated",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpFolderInfoProperty_FolderDateChanged, {"TpFolderInfoProperty_FolderDateChanged","giop-parlay.org.csapi.mmm.TpFolderInfoProperty.FolderDateChanged",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpFolderInfoProperty_FolderSize, {"TpFolderInfoProperty_FolderSize","giop-parlay.org.csapi.mmm.TpFolderInfoProperty.FolderSize",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpFolderInfoProperty_FolderNumberOfMessages, {"TpFolderInfoProperty_FolderNumberOfMessages","giop-parlay.org.csapi.mmm.TpFolderInfoProperty.FolderNumberOfMessages",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpFolderInfoProperty_Dummy, {"TpFolderInfoProperty_Dummy","giop-parlay.org.csapi.mmm.TpFolderInfoProperty.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMailboxInfoProperty_TpMailboxInfoProperty, {"TpMailboxInfoProperty","giop-parlay.org.csapi.mmm.TpMailboxInfoProperty",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMailboxInfoPropertyName),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxOwner, {"TpMailboxInfoProperty_MailboxOwner","giop-parlay.org.csapi.mmm.TpMailboxInfoProperty.MailboxOwner",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxDateCreated, {"TpMailboxInfoProperty_MailboxDateCreated","giop-parlay.org.csapi.mmm.TpMailboxInfoProperty.MailboxDateCreated",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxDateChanged, {"TpMailboxInfoProperty_MailboxDateChanged","giop-parlay.org.csapi.mmm.TpMailboxInfoProperty.MailboxDateChanged",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMailboxInfoProperty_MailboxSize, {"TpMailboxInfoProperty_MailboxSize","giop-parlay.org.csapi.mmm.TpMailboxInfoProperty.MailboxSize",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMailboxInfoProperty_Dummy, {"TpMailboxInfoProperty_Dummy","giop-parlay.org.csapi.mmm.TpMailboxInfoProperty.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageInfoProperty_TpMessageInfoProperty, {"TpMessageInfoProperty","giop-parlay.org.csapi.mmm.TpMessageInfoProperty",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessageInfoPropertyName),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageInfoProperty_MessageDateCreated, {"TpMessageInfoProperty_MessageDateCreated","giop-parlay.org.csapi.mmm.TpMessageInfoProperty.MessageDateCreated",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageInfoProperty_MessageDateReceived, {"TpMessageInfoProperty_MessageDateReceived","giop-parlay.org.csapi.mmm.TpMessageInfoProperty.MessageDateReceived",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageInfoProperty_MessageDateChanged, {"TpMessageInfoProperty_MessageDateChanged","giop-parlay.org.csapi.mmm.TpMessageInfoProperty.MessageDateChanged",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageInfoProperty_MessageSize, {"TpMessageInfoProperty_MessageSize","giop-parlay.org.csapi.mmm.TpMessageInfoProperty.MessageSize",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageInfoProperty_MessageStatus, {"TpMessageInfoProperty_MessageStatus","giop-parlay.org.csapi.mmm.TpMessageInfoProperty.MessageStatus",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMailboxMessageStatus),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageInfoProperty_Dummy, {"TpMessageInfoProperty_Dummy","giop-parlay.org.csapi.mmm.TpMessageInfoProperty.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageHeaderField_TpMessageHeaderField, {"TpMessageHeaderField","giop-parlay.org.csapi.mmm.TpMessageHeaderField",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessageHeaderFieldType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageHeaderField_DateSent, {"TpMessageHeaderField_DateSent","giop-parlay.org.csapi.mmm.TpMessageHeaderField.DateSent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageHeaderField_From, {"Seq length of TpMessageHeaderField_From","giop-parlay.org.csapi.mmm.TpMessageHeaderField.From",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageHeaderField_ReplyTo, {"Seq length of TpMessageHeaderField_ReplyTo","giop-parlay.org.csapi.mmm.TpMessageHeaderField.ReplyTo",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageHeaderField_To, {"Seq length of TpMessageHeaderField_To","giop-parlay.org.csapi.mmm.TpMessageHeaderField.To",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageHeaderField_Cc, {"Seq length of TpMessageHeaderField_Cc","giop-parlay.org.csapi.mmm.TpMessageHeaderField.Cc",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageHeaderField_Bcc, {"Seq length of TpMessageHeaderField_Bcc","giop-parlay.org.csapi.mmm.TpMessageHeaderField.Bcc",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageHeaderField_RFC822MessageID, {"TpMessageHeaderField_RFC822MessageID","giop-parlay.org.csapi.mmm.TpMessageHeaderField.RFC822MessageID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageHeaderField_InReplyTo, {"Seq length of TpMessageHeaderField_InReplyTo","giop-parlay.org.csapi.mmm.TpMessageHeaderField.InReplyTo",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageHeaderField_References, {"Seq length of TpMessageHeaderField_References","giop-parlay.org.csapi.mmm.TpMessageHeaderField.References",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageHeaderField_Subject, {"TpMessageHeaderField_Subject","giop-parlay.org.csapi.mmm.TpMessageHeaderField.Subject",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageHeaderField_Comments, {"TpMessageHeaderField_Comments","giop-parlay.org.csapi.mmm.TpMessageHeaderField.Comments",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageHeaderField_Keywords, {"Seq length of TpMessageHeaderField_Keywords","giop-parlay.org.csapi.mmm.TpMessageHeaderField.Keywords",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageHeaderField_MimeVersion, {"TpMessageHeaderField_MimeVersion","giop-parlay.org.csapi.mmm.TpMessageHeaderField.MimeVersion",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageHeaderField_MimeContent, {"TpMessageHeaderField_MimeContent","giop-parlay.org.csapi.mmm.TpMessageHeaderField.MimeContent",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageHeaderField_MimeEncoding, {"TpMessageHeaderField_MimeEncoding","giop-parlay.org.csapi.mmm.TpMessageHeaderField.MimeEncoding",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageHeaderField_MimeID, {"TpMessageHeaderField_MimeID","giop-parlay.org.csapi.mmm.TpMessageHeaderField.MimeID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageHeaderField_MimeDescription, {"TpMessageHeaderField_MimeDescription","giop-parlay.org.csapi.mmm.TpMessageHeaderField.MimeDescription",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageHeaderField_MimeDisposition, {"TpMessageHeaderField_MimeDisposition","giop-parlay.org.csapi.mmm.TpMessageHeaderField.MimeDisposition",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageHeaderField_Priority, {"TpMessageHeaderField_Priority","giop-parlay.org.csapi.mmm.TpMessageHeaderField.Priority",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagePriority),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpDeliveryTime_TpDeliveryTime, {"TpDeliveryTime","giop-parlay.org.csapi.mmm.TpDeliveryTime",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpDeliveryTimeType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpDeliveryTime_DeliveryTime, {"TpDeliveryTime_DeliveryTime","giop-parlay.org.csapi.mmm.TpDeliveryTime.DeliveryTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpDeliveryTime_Dummy, {"TpDeliveryTime_Dummy","giop-parlay.org.csapi.mmm.TpDeliveryTime.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageTreatment_TpMessageTreatment, {"TpMessageTreatment","giop-parlay.org.csapi.mmm.TpMessageTreatment",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessageTreatmentType),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageTreatment_DeliveryReport, {"TpMessageTreatment_DeliveryReport","giop-parlay.org.csapi.mmm.TpMessageTreatment.DeliveryReport",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageTreatment_BillingID, {"TpMessageTreatment_BillingID","giop-parlay.org.csapi.mmm.TpMessageTreatment.BillingID",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessageTreatment_ValidityTime, {"TpMessageTreatment_ValidityTime","giop-parlay.org.csapi.mmm.TpMessageTreatment.ValidityTime",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessagingEventCriteria_TpMessagingEventCriteria, {"TpMessagingEventCriteria","giop-parlay.org.csapi.mmm.TpMessagingEventCriteria",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingEventName),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessagingEventCriteria_Dummy, {"TpMessagingEventCriteria_Dummy","giop-parlay.org.csapi.mmm.TpMessagingEventCriteria.Dummy",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessagingEventInfo_TpMessagingEventInfo, {"TpMessagingEventInfo","giop-parlay.org.csapi.mmm.TpMessagingEventInfo",FT_UINT32,BASE_DEC,VALS(org_csapi_mmm_TpMessagingEventName),0x0,NULL,HFILL}},
+ {&hf_org_csapi_mmm_TpMessagingEventInfo_EventNameUndefined, {"TpMessagingEventInfo_EventNameUndefined","giop-parlay.org.csapi.mmm.TpMessagingEventInfo.EventNameUndefined",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
};
diff --git a/epan/dissectors/packet-tango.c b/epan/dissectors/packet-tango.c
index dcea82f50a..204551bd12 100644
--- a/epan/dissectors/packet-tango.c
+++ b/epan/dissectors/packet-tango.c
@@ -15,9 +15,6 @@
* Copyright 1999 - 2012 Gerald Combs
*/
-static int hf_operationrequest = -1;/* Request_Operation field */
-
-
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -52,6 +49,202 @@ static int hf_operationrequest = -1;/* Request_Operation field */
#endif
+static int hf_operationrequest = -1;/* Request_Operation field */
+
+ /* Operation filters */
+static int hf_Tango_Device_command_inout_return = -1;
+static int hf_Tango_Device_command_inout_command = -1;
+static int hf_Tango_Device_command_inout_argin = -1;
+static int hf_Tango_Device_get_attribute_config_return = -1;
+static int hf_Tango_Device_get_attribute_config_names = -1;
+static int hf_Tango_Device_set_attribute_config_new_conf = -1;
+static int hf_Tango_Device_read_attributes_return = -1;
+static int hf_Tango_Device_read_attributes_names = -1;
+static int hf_Tango_Device_write_attributes_values = -1;
+static int hf_Tango_Device_black_box_return = -1;
+static int hf_Tango_Device_black_box_n = -1;
+static int hf_Tango_Device_info_return = -1;
+static int hf_Tango_Device_command_list_query_return = -1;
+static int hf_Tango_Device_command_query_return = -1;
+static int hf_Tango_Device_command_query_command = -1;
+static int hf_Tango_Device_2_command_inout_2_return = -1;
+static int hf_Tango_Device_2_command_inout_2_command = -1;
+static int hf_Tango_Device_2_command_inout_2_argin = -1;
+static int hf_Tango_Device_2_command_inout_2_source = -1;
+static int hf_Tango_Device_2_read_attributes_2_return = -1;
+static int hf_Tango_Device_2_read_attributes_2_names = -1;
+static int hf_Tango_Device_2_read_attributes_2_source = -1;
+static int hf_Tango_Device_2_get_attribute_config_2_return = -1;
+static int hf_Tango_Device_2_get_attribute_config_2_names = -1;
+static int hf_Tango_Device_2_command_list_query_2_return = -1;
+static int hf_Tango_Device_2_command_query_2_return = -1;
+static int hf_Tango_Device_2_command_query_2_command = -1;
+static int hf_Tango_Device_2_command_inout_history_2_return = -1;
+static int hf_Tango_Device_2_command_inout_history_2_command = -1;
+static int hf_Tango_Device_2_command_inout_history_2_n = -1;
+static int hf_Tango_Device_2_read_attribute_history_2_return = -1;
+static int hf_Tango_Device_2_read_attribute_history_2_name = -1;
+static int hf_Tango_Device_2_read_attribute_history_2_n = -1;
+static int hf_Tango_Device_3_read_attributes_3_return = -1;
+static int hf_Tango_Device_3_read_attributes_3_names = -1;
+static int hf_Tango_Device_3_read_attributes_3_source = -1;
+static int hf_Tango_Device_3_write_attributes_3_values = -1;
+static int hf_Tango_Device_3_read_attribute_history_3_return = -1;
+static int hf_Tango_Device_3_read_attribute_history_3_name = -1;
+static int hf_Tango_Device_3_read_attribute_history_3_n = -1;
+static int hf_Tango_Device_3_info_3_return = -1;
+static int hf_Tango_Device_3_get_attribute_config_3_return = -1;
+static int hf_Tango_Device_3_get_attribute_config_3_names = -1;
+static int hf_Tango_Device_3_set_attribute_config_3_new_conf = -1;
+ /* Attribute filters */
+static int hf_get_Tango_Device_name_name = -1;
+static int hf_get_Tango_Device_description_description = -1;
+static int hf_get_Tango_Device_state_state = -1;
+static int hf_get_Tango_Device_status_status = -1;
+static int hf_get_Tango_Device_adm_name_adm_name = -1;
+ /* Struct filters */
+static int hf_Tango_DevVarLongStringArray_lvalue = -1;
+static int hf_Tango_DevVarLongStringArray_svalue = -1;
+static int hf_Tango_DevVarDoubleStringArray_dvalue = -1;
+static int hf_Tango_DevVarDoubleStringArray_svalue = -1;
+static int hf_Tango_TimeVal_tv_sec = -1;
+static int hf_Tango_TimeVal_tv_usec = -1;
+static int hf_Tango_TimeVal_tv_nsec = -1;
+static int hf_Tango_DevCmdInfo_cmd_name = -1;
+static int hf_Tango_DevCmdInfo_cmd_tag = -1;
+static int hf_Tango_DevCmdInfo_in_type = -1;
+static int hf_Tango_DevCmdInfo_out_type = -1;
+static int hf_Tango_DevCmdInfo_in_type_desc = -1;
+static int hf_Tango_DevCmdInfo_out_type_desc = -1;
+static int hf_Tango_DevCmdInfo_2_cmd_name = -1;
+static int hf_Tango_DevCmdInfo_2_level = -1;
+static int hf_Tango_DevCmdInfo_2_cmd_tag = -1;
+static int hf_Tango_DevCmdInfo_2_in_type = -1;
+static int hf_Tango_DevCmdInfo_2_out_type = -1;
+static int hf_Tango_DevCmdInfo_2_in_type_desc = -1;
+static int hf_Tango_DevCmdInfo_2_out_type_desc = -1;
+static int hf_Tango_DevError_reason = -1;
+static int hf_Tango_DevError_severity = -1;
+static int hf_Tango_DevError_desc = -1;
+static int hf_Tango_DevError_origin = -1;
+static int hf_Tango_NamedDevError_name = -1;
+static int hf_Tango_NamedDevError_index_in_call = -1;
+static int hf_Tango_NamedDevError_err_list = -1;
+static int hf_Tango_AttributeConfig_name = -1;
+static int hf_Tango_AttributeConfig_writable = -1;
+static int hf_Tango_AttributeConfig_data_format = -1;
+static int hf_Tango_AttributeConfig_data_type = -1;
+static int hf_Tango_AttributeConfig_max_dim_x = -1;
+static int hf_Tango_AttributeConfig_max_dim_y = -1;
+static int hf_Tango_AttributeConfig_description = -1;
+static int hf_Tango_AttributeConfig_label = -1;
+static int hf_Tango_AttributeConfig_unit = -1;
+static int hf_Tango_AttributeConfig_standard_unit = -1;
+static int hf_Tango_AttributeConfig_display_unit = -1;
+static int hf_Tango_AttributeConfig_format = -1;
+static int hf_Tango_AttributeConfig_min_value = -1;
+static int hf_Tango_AttributeConfig_max_value = -1;
+static int hf_Tango_AttributeConfig_min_alarm = -1;
+static int hf_Tango_AttributeConfig_max_alarm = -1;
+static int hf_Tango_AttributeConfig_writable_attr_name = -1;
+static int hf_Tango_AttributeConfig_extensions = -1;
+static int hf_Tango_AttributeConfig_2_name = -1;
+static int hf_Tango_AttributeConfig_2_writable = -1;
+static int hf_Tango_AttributeConfig_2_data_format = -1;
+static int hf_Tango_AttributeConfig_2_data_type = -1;
+static int hf_Tango_AttributeConfig_2_max_dim_x = -1;
+static int hf_Tango_AttributeConfig_2_max_dim_y = -1;
+static int hf_Tango_AttributeConfig_2_description = -1;
+static int hf_Tango_AttributeConfig_2_label = -1;
+static int hf_Tango_AttributeConfig_2_unit = -1;
+static int hf_Tango_AttributeConfig_2_standard_unit = -1;
+static int hf_Tango_AttributeConfig_2_display_unit = -1;
+static int hf_Tango_AttributeConfig_2_format = -1;
+static int hf_Tango_AttributeConfig_2_min_value = -1;
+static int hf_Tango_AttributeConfig_2_max_value = -1;
+static int hf_Tango_AttributeConfig_2_min_alarm = -1;
+static int hf_Tango_AttributeConfig_2_max_alarm = -1;
+static int hf_Tango_AttributeConfig_2_writable_attr_name = -1;
+static int hf_Tango_AttributeConfig_2_level = -1;
+static int hf_Tango_AttributeConfig_2_extensions = -1;
+static int hf_Tango_AttributeValue_value = -1;
+static int hf_Tango_AttributeValue_quality = -1;
+static int hf_Tango_AttributeValue_time = -1;
+static int hf_Tango_AttributeValue_name = -1;
+static int hf_Tango_AttributeValue_dim_x = -1;
+static int hf_Tango_AttributeValue_dim_y = -1;
+static int hf_Tango_AttributeDim_dim_x = -1;
+static int hf_Tango_AttributeDim_dim_y = -1;
+static int hf_Tango_AttributeValue_3_value = -1;
+static int hf_Tango_AttributeValue_3_quality = -1;
+static int hf_Tango_AttributeValue_3_time = -1;
+static int hf_Tango_AttributeValue_3_name = -1;
+static int hf_Tango_AttributeValue_3_r_dim = -1;
+static int hf_Tango_AttributeValue_3_w_dim = -1;
+static int hf_Tango_AttributeValue_3_err_list = -1;
+static int hf_Tango_ChangeEventProp_rel_change = -1;
+static int hf_Tango_ChangeEventProp_abs_change = -1;
+static int hf_Tango_ChangeEventProp_extensions = -1;
+static int hf_Tango_PeriodicEventProp_period = -1;
+static int hf_Tango_PeriodicEventProp_extensions = -1;
+static int hf_Tango_ArchiveEventProp_rel_change = -1;
+static int hf_Tango_ArchiveEventProp_abs_change = -1;
+static int hf_Tango_ArchiveEventProp_period = -1;
+static int hf_Tango_ArchiveEventProp_extensions = -1;
+static int hf_Tango_EventProperties_ch_event = -1;
+static int hf_Tango_EventProperties_per_event = -1;
+static int hf_Tango_EventProperties_arch_event = -1;
+static int hf_Tango_AttributeAlarm_min_alarm = -1;
+static int hf_Tango_AttributeAlarm_max_alarm = -1;
+static int hf_Tango_AttributeAlarm_min_warning = -1;
+static int hf_Tango_AttributeAlarm_max_warning = -1;
+static int hf_Tango_AttributeAlarm_delta_t = -1;
+static int hf_Tango_AttributeAlarm_delta_val = -1;
+static int hf_Tango_AttributeAlarm_extensions = -1;
+static int hf_Tango_AttributeConfig_3_name = -1;
+static int hf_Tango_AttributeConfig_3_writable = -1;
+static int hf_Tango_AttributeConfig_3_data_format = -1;
+static int hf_Tango_AttributeConfig_3_data_type = -1;
+static int hf_Tango_AttributeConfig_3_max_dim_x = -1;
+static int hf_Tango_AttributeConfig_3_max_dim_y = -1;
+static int hf_Tango_AttributeConfig_3_description = -1;
+static int hf_Tango_AttributeConfig_3_label = -1;
+static int hf_Tango_AttributeConfig_3_unit = -1;
+static int hf_Tango_AttributeConfig_3_standard_unit = -1;
+static int hf_Tango_AttributeConfig_3_display_unit = -1;
+static int hf_Tango_AttributeConfig_3_format = -1;
+static int hf_Tango_AttributeConfig_3_min_value = -1;
+static int hf_Tango_AttributeConfig_3_max_value = -1;
+static int hf_Tango_AttributeConfig_3_writable_attr_name = -1;
+static int hf_Tango_AttributeConfig_3_level = -1;
+static int hf_Tango_AttributeConfig_3_att_alarm = -1;
+static int hf_Tango_AttributeConfig_3_event_prop = -1;
+static int hf_Tango_AttributeConfig_3_extensions = -1;
+static int hf_Tango_AttributeConfig_3_sys_extensions = -1;
+static int hf_Tango_DevInfo_dev_class = -1;
+static int hf_Tango_DevInfo_server_id = -1;
+static int hf_Tango_DevInfo_server_host = -1;
+static int hf_Tango_DevInfo_server_version = -1;
+static int hf_Tango_DevInfo_doc_url = -1;
+static int hf_Tango_DevInfo_3_dev_class = -1;
+static int hf_Tango_DevInfo_3_server_id = -1;
+static int hf_Tango_DevInfo_3_server_host = -1;
+static int hf_Tango_DevInfo_3_server_version = -1;
+static int hf_Tango_DevInfo_3_doc_url = -1;
+static int hf_Tango_DevInfo_3_dev_type = -1;
+static int hf_Tango_DevCmdHistory_time = -1;
+static int hf_Tango_DevCmdHistory_cmd_failed = -1;
+static int hf_Tango_DevCmdHistory_value = -1;
+static int hf_Tango_DevCmdHistory_errors = -1;
+static int hf_Tango_DevAttrHistory_attr_failed = -1;
+static int hf_Tango_DevAttrHistory_value = -1;
+static int hf_Tango_DevAttrHistory_errors = -1;
+static int hf_Tango_DevAttrHistory_3_attr_failed = -1;
+static int hf_Tango_DevAttrHistory_3_value = -1;
+ /* User exception filters */
+static int hf_Tango_DevFailed_errors = -1;
+static int hf_Tango_MultiDevFailed_errors = -1;
+
static proto_tree *start_dissecting(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offset);
@@ -154,21 +347,12 @@ static void decode_Tango_DevAttrHistory_3_st(tvbuff_t *tvb _U_, packet_info *pin
/* Struct prototype declaration End */
-/* Union prototype declaration Start */
-
-
-/* Union prototype declaration End */
-
-
/* Initialise the protocol and subtree pointers */
-
static int proto_tango = -1;
-
static gint ett_tango = -1;
/* Initialise the initial Alignment */
-
static guint32 boundary = GIOP_HEADER_SIZE; /* initial value */
@@ -297,29 +481,19 @@ static void
decode_ex_Tango_DevFailed(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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_DevFailed_errors;
- guint32 i_DevFailed_errors;
-
+ guint32 u_octet4_loop_Tango_DevFailed_errors;
+ guint32 i_Tango_DevFailed_errors;
/* Operation specific Variable declarations End */
- u_octet4_loop_DevFailed_errors = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of DevFailed_errors = %u",u_octet4_loop_DevFailed_errors);
- }
+ u_octet4_loop_Tango_DevFailed_errors = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_DevFailed_errors, tvb,*offset-4, 4, u_octet4_loop_Tango_DevFailed_errors);
- for (i_DevFailed_errors=0; i_DevFailed_errors < u_octet4_loop_DevFailed_errors; i_DevFailed_errors++) {
+ for (i_Tango_DevFailed_errors=0; i_Tango_DevFailed_errors < u_octet4_loop_Tango_DevFailed_errors; i_Tango_DevFailed_errors++) {
/* Begin struct "Tango_DevError" */
-
-
-
decode_Tango_DevError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_DevError" */
-
}
}
@@ -329,29 +503,19 @@ static void
decode_ex_Tango_MultiDevFailed(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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_MultiDevFailed_errors;
- guint32 i_MultiDevFailed_errors;
-
+ guint32 u_octet4_loop_Tango_MultiDevFailed_errors;
+ guint32 i_Tango_MultiDevFailed_errors;
/* Operation specific Variable declarations End */
- u_octet4_loop_MultiDevFailed_errors = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of MultiDevFailed_errors = %u",u_octet4_loop_MultiDevFailed_errors);
- }
+ u_octet4_loop_Tango_MultiDevFailed_errors = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_MultiDevFailed_errors, tvb,*offset-4, 4, u_octet4_loop_Tango_MultiDevFailed_errors);
- for (i_MultiDevFailed_errors=0; i_MultiDevFailed_errors < u_octet4_loop_MultiDevFailed_errors; i_MultiDevFailed_errors++) {
+ for (i_Tango_MultiDevFailed_errors=0; i_Tango_MultiDevFailed_errors < u_octet4_loop_Tango_MultiDevFailed_errors; i_Tango_MultiDevFailed_errors++) {
/* Begin struct "Tango_NamedDevError" */
-
-
-
decode_Tango_NamedDevError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_NamedDevError" */
-
}
}
@@ -367,7 +531,6 @@ 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_;
if (!header->exception_id)
@@ -399,13 +562,7 @@ static void
decode_get_Tango_Device_name_at(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "get_Tango_Device_name_name");
}
@@ -415,13 +572,7 @@ static void
decode_get_Tango_Device_description_at(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "description");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "get_Tango_Device_description_description");
}
@@ -431,18 +582,13 @@ static void
decode_get_Tango_Device_state_at(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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;
-
/* Operation specific Variable declarations End */
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"state = %u (%s)",u_octet4,val_to_str(u_octet4,Tango_DevState,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_get_Tango_Device_state_state, tvb, *offset-4, 4, u_octet4);
}
@@ -452,13 +598,7 @@ static void
decode_get_Tango_Device_status_at(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "status");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "get_Tango_Device_status_status");
}
@@ -468,13 +608,7 @@ static void
decode_get_Tango_Device_adm_name_at(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "adm_name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "get_Tango_Device_adm_name_adm_name");
}
@@ -484,23 +618,16 @@ decode_get_Tango_Device_adm_name_at(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
/*
* IDL:Tango/Device/command_inout:1.0
*/
-
static void
-decode_Tango_Device_command_inout(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_command_inout(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "command");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_Device_command_inout_command");
get_CDR_any(tvb,tree,offset,stream_is_big_endian, boundary, header);
@@ -522,11 +649,8 @@ decode_Tango_Device_command_inout(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -538,11 +662,8 @@ decode_Tango_Device_command_inout(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -554,19 +675,15 @@ decode_Tango_Device_command_inout(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
/*
* IDL:Tango/Device/get_attribute_config:1.0
*/
-
static void
-decode_Tango_Device_get_attribute_config(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_get_attribute_config(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_names;
- guint32 i_names;
- guint32 u_octet4_loop_AttributeConfigList;
- guint32 i_AttributeConfigList;
-
+ guint32 u_octet4_loop_Tango_Device_get_attribute_config_names;
+ guint32 i_Tango_Device_get_attribute_config_names;
+ guint32 u_octet4_loop_Tango_Device_get_attribute_config_return;
+ guint32 i_Tango_Device_get_attribute_config_return;
/* Operation specific Variable declarations End */
@@ -574,14 +691,12 @@ decode_Tango_Device_get_attribute_config(tvbuff_t *tvb _U_, packet_info *pinfo _
case Request:
- u_octet4_loop_names = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of names = %u",u_octet4_loop_names);
- }
+ u_octet4_loop_Tango_Device_get_attribute_config_names = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_get_attribute_config_names, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_get_attribute_config_names);
- for (i_names=0; i_names < u_octet4_loop_names; i_names++) {
+ for (i_Tango_Device_get_attribute_config_names=0; i_Tango_Device_get_attribute_config_names < u_octet4_loop_Tango_Device_get_attribute_config_names; i_Tango_Device_get_attribute_config_names++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "names");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_Device_get_attribute_config_names");
}
@@ -593,21 +708,14 @@ decode_Tango_Device_get_attribute_config(tvbuff_t *tvb _U_, packet_info *pinfo _
case NO_EXCEPTION:
- u_octet4_loop_AttributeConfigList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of AttributeConfigList = %u",u_octet4_loop_AttributeConfigList);
- }
+ u_octet4_loop_Tango_Device_get_attribute_config_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_get_attribute_config_return, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_get_attribute_config_return);
- for (i_AttributeConfigList=0; i_AttributeConfigList < u_octet4_loop_AttributeConfigList; i_AttributeConfigList++) {
+ for (i_Tango_Device_get_attribute_config_return=0; i_Tango_Device_get_attribute_config_return < u_octet4_loop_Tango_Device_get_attribute_config_return; i_Tango_Device_get_attribute_config_return++) {
/* Begin struct "Tango_AttributeConfig" */
-
-
-
decode_Tango_AttributeConfig_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_AttributeConfig" */
-
}
break;
@@ -618,11 +726,8 @@ decode_Tango_Device_get_attribute_config(tvbuff_t *tvb _U_, packet_info *pinfo _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -634,11 +739,8 @@ decode_Tango_Device_get_attribute_config(tvbuff_t *tvb _U_, packet_info *pinfo _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -650,17 +752,13 @@ decode_Tango_Device_get_attribute_config(tvbuff_t *tvb _U_, packet_info *pinfo _
/*
* IDL:Tango/Device/set_attribute_config:1.0
*/
-
static void
-decode_Tango_Device_set_attribute_config(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_set_attribute_config(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_new_conf;
- guint32 i_new_conf;
-
+ guint32 u_octet4_loop_Tango_Device_set_attribute_config_new_conf;
+ guint32 i_Tango_Device_set_attribute_config_new_conf;
/* Operation specific Variable declarations End */
@@ -668,21 +766,14 @@ decode_Tango_Device_set_attribute_config(tvbuff_t *tvb _U_, packet_info *pinfo _
case Request:
- u_octet4_loop_new_conf = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of new_conf = %u",u_octet4_loop_new_conf);
- }
+ u_octet4_loop_Tango_Device_set_attribute_config_new_conf = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_set_attribute_config_new_conf, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_set_attribute_config_new_conf);
- for (i_new_conf=0; i_new_conf < u_octet4_loop_new_conf; i_new_conf++) {
+ for (i_Tango_Device_set_attribute_config_new_conf=0; i_Tango_Device_set_attribute_config_new_conf < u_octet4_loop_Tango_Device_set_attribute_config_new_conf; i_Tango_Device_set_attribute_config_new_conf++) {
/* Begin struct "Tango_AttributeConfig" */
-
-
-
decode_Tango_AttributeConfig_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_AttributeConfig" */
-
}
break;
@@ -703,11 +794,8 @@ decode_Tango_Device_set_attribute_config(tvbuff_t *tvb _U_, packet_info *pinfo _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -719,11 +807,8 @@ decode_Tango_Device_set_attribute_config(tvbuff_t *tvb _U_, packet_info *pinfo _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -735,19 +820,15 @@ decode_Tango_Device_set_attribute_config(tvbuff_t *tvb _U_, packet_info *pinfo _
/*
* IDL:Tango/Device/read_attributes:1.0
*/
-
static void
-decode_Tango_Device_read_attributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_read_attributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_names;
- guint32 i_names;
- guint32 u_octet4_loop_AttributeValueList;
- guint32 i_AttributeValueList;
-
+ guint32 u_octet4_loop_Tango_Device_read_attributes_names;
+ guint32 i_Tango_Device_read_attributes_names;
+ guint32 u_octet4_loop_Tango_Device_read_attributes_return;
+ guint32 i_Tango_Device_read_attributes_return;
/* Operation specific Variable declarations End */
@@ -755,14 +836,12 @@ decode_Tango_Device_read_attributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
case Request:
- u_octet4_loop_names = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of names = %u",u_octet4_loop_names);
- }
+ u_octet4_loop_Tango_Device_read_attributes_names = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_read_attributes_names, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_read_attributes_names);
- for (i_names=0; i_names < u_octet4_loop_names; i_names++) {
+ for (i_Tango_Device_read_attributes_names=0; i_Tango_Device_read_attributes_names < u_octet4_loop_Tango_Device_read_attributes_names; i_Tango_Device_read_attributes_names++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "names");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_Device_read_attributes_names");
}
@@ -774,21 +853,14 @@ decode_Tango_Device_read_attributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
case NO_EXCEPTION:
- u_octet4_loop_AttributeValueList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of AttributeValueList = %u",u_octet4_loop_AttributeValueList);
- }
+ u_octet4_loop_Tango_Device_read_attributes_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_read_attributes_return, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_read_attributes_return);
- for (i_AttributeValueList=0; i_AttributeValueList < u_octet4_loop_AttributeValueList; i_AttributeValueList++) {
+ for (i_Tango_Device_read_attributes_return=0; i_Tango_Device_read_attributes_return < u_octet4_loop_Tango_Device_read_attributes_return; i_Tango_Device_read_attributes_return++) {
/* Begin struct "Tango_AttributeValue" */
-
-
-
decode_Tango_AttributeValue_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_AttributeValue" */
-
}
break;
@@ -799,11 +871,8 @@ decode_Tango_Device_read_attributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -815,11 +884,8 @@ decode_Tango_Device_read_attributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -831,17 +897,13 @@ decode_Tango_Device_read_attributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, p
/*
* IDL:Tango/Device/write_attributes:1.0
*/
-
static void
-decode_Tango_Device_write_attributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_write_attributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_values;
- guint32 i_values;
-
+ guint32 u_octet4_loop_Tango_Device_write_attributes_values;
+ guint32 i_Tango_Device_write_attributes_values;
/* Operation specific Variable declarations End */
@@ -849,21 +911,14 @@ decode_Tango_Device_write_attributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
case Request:
- u_octet4_loop_values = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of values = %u",u_octet4_loop_values);
- }
+ u_octet4_loop_Tango_Device_write_attributes_values = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_write_attributes_values, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_write_attributes_values);
- for (i_values=0; i_values < u_octet4_loop_values; i_values++) {
+ for (i_Tango_Device_write_attributes_values=0; i_Tango_Device_write_attributes_values < u_octet4_loop_Tango_Device_write_attributes_values; i_Tango_Device_write_attributes_values++) {
/* Begin struct "Tango_AttributeValue" */
-
-
-
decode_Tango_AttributeValue_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_AttributeValue" */
-
}
break;
@@ -884,11 +939,8 @@ decode_Tango_Device_write_attributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -900,11 +952,8 @@ decode_Tango_Device_write_attributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -916,18 +965,11 @@ decode_Tango_Device_write_attributes(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*
* IDL:Tango/Device/ping:1.0
*/
-
static void
-decode_Tango_Device_ping(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_ping(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -950,11 +992,8 @@ decode_Tango_Device_ping(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -966,11 +1005,8 @@ decode_Tango_Device_ping(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -982,17 +1018,13 @@ decode_Tango_Device_ping(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *
/*
* IDL:Tango/Device/black_box:1.0
*/
-
static void
-decode_Tango_Device_black_box(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_black_box(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_DevVarStringArray;
- guint32 i_DevVarStringArray;
-
+ guint32 u_octet4_loop_Tango_Device_black_box_return;
+ guint32 i_Tango_Device_black_box_return;
/* Operation specific Variable declarations End */
@@ -1000,9 +1032,7 @@ decode_Tango_Device_black_box(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_t
case Request:
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"n = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_Device_black_box_n, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -1012,14 +1042,12 @@ decode_Tango_Device_black_box(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_t
case NO_EXCEPTION:
- u_octet4_loop_DevVarStringArray = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of DevVarStringArray = %u",u_octet4_loop_DevVarStringArray);
- }
+ u_octet4_loop_Tango_Device_black_box_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_black_box_return, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_black_box_return);
- for (i_DevVarStringArray=0; i_DevVarStringArray < u_octet4_loop_DevVarStringArray; i_DevVarStringArray++) {
+ for (i_Tango_Device_black_box_return=0; i_Tango_Device_black_box_return < u_octet4_loop_Tango_Device_black_box_return; i_Tango_Device_black_box_return++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevVarStringArray");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_Device_black_box_return");
}
@@ -1031,11 +1059,8 @@ decode_Tango_Device_black_box(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_t
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -1047,11 +1072,8 @@ decode_Tango_Device_black_box(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_t
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -1063,18 +1085,11 @@ decode_Tango_Device_black_box(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_t
/*
* IDL:Tango/Device/info:1.0
*/
-
static void
-decode_Tango_Device_info(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_info(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -1088,13 +1103,8 @@ decode_Tango_Device_info(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *
case NO_EXCEPTION:
/* Begin struct "Tango_DevInfo" */
-
-
-
decode_Tango_DevInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_DevInfo" */
-
break;
case USER_EXCEPTION:
@@ -1103,11 +1113,8 @@ decode_Tango_Device_info(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -1119,11 +1126,8 @@ decode_Tango_Device_info(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -1135,17 +1139,13 @@ decode_Tango_Device_info(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *
/*
* IDL:Tango/Device/command_list_query:1.0
*/
-
static void
-decode_Tango_Device_command_list_query(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_command_list_query(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_DevCmdInfoList;
- guint32 i_DevCmdInfoList;
-
+ guint32 u_octet4_loop_Tango_Device_command_list_query_return;
+ guint32 i_Tango_Device_command_list_query_return;
/* Operation specific Variable declarations End */
@@ -1161,21 +1161,14 @@ decode_Tango_Device_command_list_query(tvbuff_t *tvb _U_, packet_info *pinfo _U_
case NO_EXCEPTION:
- u_octet4_loop_DevCmdInfoList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of DevCmdInfoList = %u",u_octet4_loop_DevCmdInfoList);
- }
+ u_octet4_loop_Tango_Device_command_list_query_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_command_list_query_return, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_command_list_query_return);
- for (i_DevCmdInfoList=0; i_DevCmdInfoList < u_octet4_loop_DevCmdInfoList; i_DevCmdInfoList++) {
+ for (i_Tango_Device_command_list_query_return=0; i_Tango_Device_command_list_query_return < u_octet4_loop_Tango_Device_command_list_query_return; i_Tango_Device_command_list_query_return++) {
/* Begin struct "Tango_DevCmdInfo" */
-
-
-
decode_Tango_DevCmdInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_DevCmdInfo" */
-
}
break;
@@ -1186,11 +1179,8 @@ decode_Tango_Device_command_list_query(tvbuff_t *tvb _U_, packet_info *pinfo _U_
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -1202,11 +1192,8 @@ decode_Tango_Device_command_list_query(tvbuff_t *tvb _U_, packet_info *pinfo _U_
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -1218,23 +1205,16 @@ decode_Tango_Device_command_list_query(tvbuff_t *tvb _U_, packet_info *pinfo _U_
/*
* IDL:Tango/Device/command_query:1.0
*/
-
static void
-decode_Tango_Device_command_query(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_command_query(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "command");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_Device_command_query_command");
break;
@@ -1245,13 +1225,8 @@ decode_Tango_Device_command_query(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
case NO_EXCEPTION:
/* Begin struct "Tango_DevCmdInfo" */
-
-
-
decode_Tango_DevCmdInfo_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_DevCmdInfo" */
-
break;
case USER_EXCEPTION:
@@ -1260,11 +1235,8 @@ decode_Tango_Device_command_query(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -1276,11 +1248,8 @@ decode_Tango_Device_command_query(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -1292,16 +1261,12 @@ decode_Tango_Device_command_query(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
/*
* IDL:Tango/Device_2/command_inout_2:1.0
*/
-
static void
-decode_Tango_Device_2_command_inout_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_2_command_inout_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
guint32 u_octet4;
-
/* Operation specific Variable declarations End */
@@ -1309,15 +1274,13 @@ decode_Tango_Device_2_command_inout_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "command");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_Device_2_command_inout_2_command");
get_CDR_any(tvb,tree,offset,stream_is_big_endian, boundary, header);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"source = %u (%s)",u_octet4,val_to_str(u_octet4,Tango_DevSource,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_Tango_Device_2_command_inout_2_source, tvb, *offset-4, 4, u_octet4);
break;
@@ -1337,11 +1300,8 @@ decode_Tango_Device_2_command_inout_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -1353,11 +1313,8 @@ decode_Tango_Device_2_command_inout_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -1369,20 +1326,16 @@ decode_Tango_Device_2_command_inout_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*
* IDL:Tango/Device_2/read_attributes_2:1.0
*/
-
static void
-decode_Tango_Device_2_read_attributes_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_2_read_attributes_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_names;
- guint32 i_names;
+ guint32 u_octet4_loop_Tango_Device_2_read_attributes_2_names;
+ guint32 i_Tango_Device_2_read_attributes_2_names;
guint32 u_octet4;
- guint32 u_octet4_loop_AttributeValueList;
- guint32 i_AttributeValueList;
-
+ guint32 u_octet4_loop_Tango_Device_2_read_attributes_2_return;
+ guint32 i_Tango_Device_2_read_attributes_2_return;
/* Operation specific Variable declarations End */
@@ -1390,22 +1343,18 @@ decode_Tango_Device_2_read_attributes_2(tvbuff_t *tvb _U_, packet_info *pinfo _U
case Request:
- u_octet4_loop_names = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of names = %u",u_octet4_loop_names);
- }
+ u_octet4_loop_Tango_Device_2_read_attributes_2_names = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_2_read_attributes_2_names, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_2_read_attributes_2_names);
- for (i_names=0; i_names < u_octet4_loop_names; i_names++) {
+ for (i_Tango_Device_2_read_attributes_2_names=0; i_Tango_Device_2_read_attributes_2_names < u_octet4_loop_Tango_Device_2_read_attributes_2_names; i_Tango_Device_2_read_attributes_2_names++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "names");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_Device_2_read_attributes_2_names");
}
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"source = %u (%s)",u_octet4,val_to_str(u_octet4,Tango_DevSource,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_Tango_Device_2_read_attributes_2_source, tvb, *offset-4, 4, u_octet4);
break;
@@ -1415,21 +1364,14 @@ decode_Tango_Device_2_read_attributes_2(tvbuff_t *tvb _U_, packet_info *pinfo _U
case NO_EXCEPTION:
- u_octet4_loop_AttributeValueList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of AttributeValueList = %u",u_octet4_loop_AttributeValueList);
- }
+ u_octet4_loop_Tango_Device_2_read_attributes_2_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_2_read_attributes_2_return, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_2_read_attributes_2_return);
- for (i_AttributeValueList=0; i_AttributeValueList < u_octet4_loop_AttributeValueList; i_AttributeValueList++) {
+ for (i_Tango_Device_2_read_attributes_2_return=0; i_Tango_Device_2_read_attributes_2_return < u_octet4_loop_Tango_Device_2_read_attributes_2_return; i_Tango_Device_2_read_attributes_2_return++) {
/* Begin struct "Tango_AttributeValue" */
-
-
-
decode_Tango_AttributeValue_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_AttributeValue" */
-
}
break;
@@ -1440,11 +1382,8 @@ decode_Tango_Device_2_read_attributes_2(tvbuff_t *tvb _U_, packet_info *pinfo _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -1456,11 +1395,8 @@ decode_Tango_Device_2_read_attributes_2(tvbuff_t *tvb _U_, packet_info *pinfo _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -1472,19 +1408,15 @@ decode_Tango_Device_2_read_attributes_2(tvbuff_t *tvb _U_, packet_info *pinfo _U
/*
* IDL:Tango/Device_2/get_attribute_config_2:1.0
*/
-
static void
-decode_Tango_Device_2_get_attribute_config_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_2_get_attribute_config_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_names;
- guint32 i_names;
- guint32 u_octet4_loop_AttributeConfigList_2;
- guint32 i_AttributeConfigList_2;
-
+ guint32 u_octet4_loop_Tango_Device_2_get_attribute_config_2_names;
+ guint32 i_Tango_Device_2_get_attribute_config_2_names;
+ guint32 u_octet4_loop_Tango_Device_2_get_attribute_config_2_return;
+ guint32 i_Tango_Device_2_get_attribute_config_2_return;
/* Operation specific Variable declarations End */
@@ -1492,14 +1424,12 @@ decode_Tango_Device_2_get_attribute_config_2(tvbuff_t *tvb _U_, packet_info *pin
case Request:
- u_octet4_loop_names = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of names = %u",u_octet4_loop_names);
- }
+ u_octet4_loop_Tango_Device_2_get_attribute_config_2_names = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_2_get_attribute_config_2_names, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_2_get_attribute_config_2_names);
- for (i_names=0; i_names < u_octet4_loop_names; i_names++) {
+ for (i_Tango_Device_2_get_attribute_config_2_names=0; i_Tango_Device_2_get_attribute_config_2_names < u_octet4_loop_Tango_Device_2_get_attribute_config_2_names; i_Tango_Device_2_get_attribute_config_2_names++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "names");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_Device_2_get_attribute_config_2_names");
}
@@ -1511,21 +1441,14 @@ decode_Tango_Device_2_get_attribute_config_2(tvbuff_t *tvb _U_, packet_info *pin
case NO_EXCEPTION:
- u_octet4_loop_AttributeConfigList_2 = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of AttributeConfigList_2 = %u",u_octet4_loop_AttributeConfigList_2);
- }
+ u_octet4_loop_Tango_Device_2_get_attribute_config_2_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_2_get_attribute_config_2_return, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_2_get_attribute_config_2_return);
- for (i_AttributeConfigList_2=0; i_AttributeConfigList_2 < u_octet4_loop_AttributeConfigList_2; i_AttributeConfigList_2++) {
+ for (i_Tango_Device_2_get_attribute_config_2_return=0; i_Tango_Device_2_get_attribute_config_2_return < u_octet4_loop_Tango_Device_2_get_attribute_config_2_return; i_Tango_Device_2_get_attribute_config_2_return++) {
/* Begin struct "Tango_AttributeConfig_2" */
-
-
-
decode_Tango_AttributeConfig_2_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_AttributeConfig_2" */
-
}
break;
@@ -1536,11 +1459,8 @@ decode_Tango_Device_2_get_attribute_config_2(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -1552,11 +1472,8 @@ decode_Tango_Device_2_get_attribute_config_2(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -1568,17 +1485,13 @@ decode_Tango_Device_2_get_attribute_config_2(tvbuff_t *tvb _U_, packet_info *pin
/*
* IDL:Tango/Device_2/command_list_query_2:1.0
*/
-
static void
-decode_Tango_Device_2_command_list_query_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_2_command_list_query_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_DevCmdInfoList_2;
- guint32 i_DevCmdInfoList_2;
-
+ guint32 u_octet4_loop_Tango_Device_2_command_list_query_2_return;
+ guint32 i_Tango_Device_2_command_list_query_2_return;
/* Operation specific Variable declarations End */
@@ -1594,21 +1507,14 @@ decode_Tango_Device_2_command_list_query_2(tvbuff_t *tvb _U_, packet_info *pinfo
case NO_EXCEPTION:
- u_octet4_loop_DevCmdInfoList_2 = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of DevCmdInfoList_2 = %u",u_octet4_loop_DevCmdInfoList_2);
- }
+ u_octet4_loop_Tango_Device_2_command_list_query_2_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_2_command_list_query_2_return, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_2_command_list_query_2_return);
- for (i_DevCmdInfoList_2=0; i_DevCmdInfoList_2 < u_octet4_loop_DevCmdInfoList_2; i_DevCmdInfoList_2++) {
+ for (i_Tango_Device_2_command_list_query_2_return=0; i_Tango_Device_2_command_list_query_2_return < u_octet4_loop_Tango_Device_2_command_list_query_2_return; i_Tango_Device_2_command_list_query_2_return++) {
/* Begin struct "Tango_DevCmdInfo_2" */
-
-
-
decode_Tango_DevCmdInfo_2_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_DevCmdInfo_2" */
-
}
break;
@@ -1619,11 +1525,8 @@ decode_Tango_Device_2_command_list_query_2(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -1635,11 +1538,8 @@ decode_Tango_Device_2_command_list_query_2(tvbuff_t *tvb _U_, packet_info *pinfo
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -1651,23 +1551,16 @@ decode_Tango_Device_2_command_list_query_2(tvbuff_t *tvb _U_, packet_info *pinfo
/*
* IDL:Tango/Device_2/command_query_2:1.0
*/
-
static void
-decode_Tango_Device_2_command_query_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_2_command_query_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "command");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_Device_2_command_query_2_command");
break;
@@ -1678,13 +1571,8 @@ decode_Tango_Device_2_command_query_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
case NO_EXCEPTION:
/* Begin struct "Tango_DevCmdInfo_2" */
-
-
-
decode_Tango_DevCmdInfo_2_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_DevCmdInfo_2" */
-
break;
case USER_EXCEPTION:
@@ -1693,11 +1581,8 @@ decode_Tango_Device_2_command_query_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -1709,11 +1594,8 @@ decode_Tango_Device_2_command_query_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -1725,17 +1607,13 @@ decode_Tango_Device_2_command_query_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*
* IDL:Tango/Device_2/command_inout_history_2:1.0
*/
-
static void
-decode_Tango_Device_2_command_inout_history_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_2_command_inout_history_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_DevCmdHistoryList;
- guint32 i_DevCmdHistoryList;
-
+ guint32 u_octet4_loop_Tango_Device_2_command_inout_history_2_return;
+ guint32 i_Tango_Device_2_command_inout_history_2_return;
/* Operation specific Variable declarations End */
@@ -1743,11 +1621,9 @@ decode_Tango_Device_2_command_inout_history_2(tvbuff_t *tvb _U_, packet_info *pi
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "command");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_Device_2_command_inout_history_2_command");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"n = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_Device_2_command_inout_history_2_n, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -1757,21 +1633,14 @@ decode_Tango_Device_2_command_inout_history_2(tvbuff_t *tvb _U_, packet_info *pi
case NO_EXCEPTION:
- u_octet4_loop_DevCmdHistoryList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of DevCmdHistoryList = %u",u_octet4_loop_DevCmdHistoryList);
- }
+ u_octet4_loop_Tango_Device_2_command_inout_history_2_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_2_command_inout_history_2_return, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_2_command_inout_history_2_return);
- for (i_DevCmdHistoryList=0; i_DevCmdHistoryList < u_octet4_loop_DevCmdHistoryList; i_DevCmdHistoryList++) {
+ for (i_Tango_Device_2_command_inout_history_2_return=0; i_Tango_Device_2_command_inout_history_2_return < u_octet4_loop_Tango_Device_2_command_inout_history_2_return; i_Tango_Device_2_command_inout_history_2_return++) {
/* Begin struct "Tango_DevCmdHistory" */
-
-
-
decode_Tango_DevCmdHistory_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_DevCmdHistory" */
-
}
break;
@@ -1782,11 +1651,8 @@ decode_Tango_Device_2_command_inout_history_2(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -1798,11 +1664,8 @@ decode_Tango_Device_2_command_inout_history_2(tvbuff_t *tvb _U_, packet_info *pi
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -1814,17 +1677,13 @@ decode_Tango_Device_2_command_inout_history_2(tvbuff_t *tvb _U_, packet_info *pi
/*
* IDL:Tango/Device_2/read_attribute_history_2:1.0
*/
-
static void
-decode_Tango_Device_2_read_attribute_history_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_2_read_attribute_history_2(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_DevAttrHistoryList;
- guint32 i_DevAttrHistoryList;
-
+ guint32 u_octet4_loop_Tango_Device_2_read_attribute_history_2_return;
+ guint32 i_Tango_Device_2_read_attribute_history_2_return;
/* Operation specific Variable declarations End */
@@ -1832,11 +1691,9 @@ decode_Tango_Device_2_read_attribute_history_2(tvbuff_t *tvb _U_, packet_info *p
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_Device_2_read_attribute_history_2_name");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"n = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_Device_2_read_attribute_history_2_n, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -1846,21 +1703,14 @@ decode_Tango_Device_2_read_attribute_history_2(tvbuff_t *tvb _U_, packet_info *p
case NO_EXCEPTION:
- u_octet4_loop_DevAttrHistoryList = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of DevAttrHistoryList = %u",u_octet4_loop_DevAttrHistoryList);
- }
+ u_octet4_loop_Tango_Device_2_read_attribute_history_2_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_2_read_attribute_history_2_return, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_2_read_attribute_history_2_return);
- for (i_DevAttrHistoryList=0; i_DevAttrHistoryList < u_octet4_loop_DevAttrHistoryList; i_DevAttrHistoryList++) {
+ for (i_Tango_Device_2_read_attribute_history_2_return=0; i_Tango_Device_2_read_attribute_history_2_return < u_octet4_loop_Tango_Device_2_read_attribute_history_2_return; i_Tango_Device_2_read_attribute_history_2_return++) {
/* Begin struct "Tango_DevAttrHistory" */
-
-
-
decode_Tango_DevAttrHistory_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_DevAttrHistory" */
-
}
break;
@@ -1871,11 +1721,8 @@ decode_Tango_Device_2_read_attribute_history_2(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -1887,11 +1734,8 @@ decode_Tango_Device_2_read_attribute_history_2(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -1903,20 +1747,16 @@ decode_Tango_Device_2_read_attribute_history_2(tvbuff_t *tvb _U_, packet_info *p
/*
* IDL:Tango/Device_3/read_attributes_3:1.0
*/
-
static void
-decode_Tango_Device_3_read_attributes_3(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_3_read_attributes_3(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_names;
- guint32 i_names;
+ guint32 u_octet4_loop_Tango_Device_3_read_attributes_3_names;
+ guint32 i_Tango_Device_3_read_attributes_3_names;
guint32 u_octet4;
- guint32 u_octet4_loop_AttributeValueList_3;
- guint32 i_AttributeValueList_3;
-
+ guint32 u_octet4_loop_Tango_Device_3_read_attributes_3_return;
+ guint32 i_Tango_Device_3_read_attributes_3_return;
/* Operation specific Variable declarations End */
@@ -1924,22 +1764,18 @@ decode_Tango_Device_3_read_attributes_3(tvbuff_t *tvb _U_, packet_info *pinfo _U
case Request:
- u_octet4_loop_names = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of names = %u",u_octet4_loop_names);
- }
+ u_octet4_loop_Tango_Device_3_read_attributes_3_names = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_3_read_attributes_3_names, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_3_read_attributes_3_names);
- for (i_names=0; i_names < u_octet4_loop_names; i_names++) {
+ for (i_Tango_Device_3_read_attributes_3_names=0; i_Tango_Device_3_read_attributes_3_names < u_octet4_loop_Tango_Device_3_read_attributes_3_names; i_Tango_Device_3_read_attributes_3_names++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "names");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_Device_3_read_attributes_3_names");
}
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"source = %u (%s)",u_octet4,val_to_str(u_octet4,Tango_DevSource,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_Tango_Device_3_read_attributes_3_source, tvb, *offset-4, 4, u_octet4);
break;
@@ -1949,21 +1785,14 @@ decode_Tango_Device_3_read_attributes_3(tvbuff_t *tvb _U_, packet_info *pinfo _U
case NO_EXCEPTION:
- u_octet4_loop_AttributeValueList_3 = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of AttributeValueList_3 = %u",u_octet4_loop_AttributeValueList_3);
- }
+ u_octet4_loop_Tango_Device_3_read_attributes_3_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_3_read_attributes_3_return, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_3_read_attributes_3_return);
- for (i_AttributeValueList_3=0; i_AttributeValueList_3 < u_octet4_loop_AttributeValueList_3; i_AttributeValueList_3++) {
+ for (i_Tango_Device_3_read_attributes_3_return=0; i_Tango_Device_3_read_attributes_3_return < u_octet4_loop_Tango_Device_3_read_attributes_3_return; i_Tango_Device_3_read_attributes_3_return++) {
/* Begin struct "Tango_AttributeValue_3" */
-
-
-
decode_Tango_AttributeValue_3_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_AttributeValue_3" */
-
}
break;
@@ -1974,11 +1803,8 @@ decode_Tango_Device_3_read_attributes_3(tvbuff_t *tvb _U_, packet_info *pinfo _U
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -1990,11 +1816,8 @@ decode_Tango_Device_3_read_attributes_3(tvbuff_t *tvb _U_, packet_info *pinfo _U
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -2006,17 +1829,13 @@ decode_Tango_Device_3_read_attributes_3(tvbuff_t *tvb _U_, packet_info *pinfo _U
/*
* IDL:Tango/Device_3/write_attributes_3:1.0
*/
-
static void
-decode_Tango_Device_3_write_attributes_3(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_3_write_attributes_3(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_values;
- guint32 i_values;
-
+ guint32 u_octet4_loop_Tango_Device_3_write_attributes_3_values;
+ guint32 i_Tango_Device_3_write_attributes_3_values;
/* Operation specific Variable declarations End */
@@ -2024,21 +1843,14 @@ decode_Tango_Device_3_write_attributes_3(tvbuff_t *tvb _U_, packet_info *pinfo _
case Request:
- u_octet4_loop_values = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of values = %u",u_octet4_loop_values);
- }
+ u_octet4_loop_Tango_Device_3_write_attributes_3_values = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_3_write_attributes_3_values, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_3_write_attributes_3_values);
- for (i_values=0; i_values < u_octet4_loop_values; i_values++) {
+ for (i_Tango_Device_3_write_attributes_3_values=0; i_Tango_Device_3_write_attributes_3_values < u_octet4_loop_Tango_Device_3_write_attributes_3_values; i_Tango_Device_3_write_attributes_3_values++) {
/* Begin struct "Tango_AttributeValue" */
-
-
-
decode_Tango_AttributeValue_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_AttributeValue" */
-
}
break;
@@ -2059,11 +1871,8 @@ decode_Tango_Device_3_write_attributes_3(tvbuff_t *tvb _U_, packet_info *pinfo _
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -2075,11 +1884,8 @@ decode_Tango_Device_3_write_attributes_3(tvbuff_t *tvb _U_, packet_info *pinfo _
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -2091,17 +1897,13 @@ decode_Tango_Device_3_write_attributes_3(tvbuff_t *tvb _U_, packet_info *pinfo _
/*
* IDL:Tango/Device_3/read_attribute_history_3:1.0
*/
-
static void
-decode_Tango_Device_3_read_attribute_history_3(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_3_read_attribute_history_3(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_DevAttrHistoryList_3;
- guint32 i_DevAttrHistoryList_3;
-
+ guint32 u_octet4_loop_Tango_Device_3_read_attribute_history_3_return;
+ guint32 i_Tango_Device_3_read_attribute_history_3_return;
/* Operation specific Variable declarations End */
@@ -2109,11 +1911,9 @@ decode_Tango_Device_3_read_attribute_history_3(tvbuff_t *tvb _U_, packet_info *p
case Request:
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_Device_3_read_attribute_history_3_name");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"n = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_Device_3_read_attribute_history_3_n, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
break;
@@ -2123,21 +1923,14 @@ decode_Tango_Device_3_read_attribute_history_3(tvbuff_t *tvb _U_, packet_info *p
case NO_EXCEPTION:
- u_octet4_loop_DevAttrHistoryList_3 = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of DevAttrHistoryList_3 = %u",u_octet4_loop_DevAttrHistoryList_3);
- }
+ u_octet4_loop_Tango_Device_3_read_attribute_history_3_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_3_read_attribute_history_3_return, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_3_read_attribute_history_3_return);
- for (i_DevAttrHistoryList_3=0; i_DevAttrHistoryList_3 < u_octet4_loop_DevAttrHistoryList_3; i_DevAttrHistoryList_3++) {
+ for (i_Tango_Device_3_read_attribute_history_3_return=0; i_Tango_Device_3_read_attribute_history_3_return < u_octet4_loop_Tango_Device_3_read_attribute_history_3_return; i_Tango_Device_3_read_attribute_history_3_return++) {
/* Begin struct "Tango_DevAttrHistory_3" */
-
-
-
decode_Tango_DevAttrHistory_3_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_DevAttrHistory_3" */
-
}
break;
@@ -2148,11 +1941,8 @@ decode_Tango_Device_3_read_attribute_history_3(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -2164,11 +1954,8 @@ decode_Tango_Device_3_read_attribute_history_3(tvbuff_t *tvb _U_, packet_info *p
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -2180,18 +1967,11 @@ decode_Tango_Device_3_read_attribute_history_3(tvbuff_t *tvb _U_, packet_info *p
/*
* IDL:Tango/Device_3/info_3:1.0
*/
-
static void
-decode_Tango_Device_3_info_3(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_3_info_3(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
-
switch(header->message_type) {
case Request:
@@ -2205,13 +1985,8 @@ decode_Tango_Device_3_info_3(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tr
case NO_EXCEPTION:
/* Begin struct "Tango_DevInfo_3" */
-
-
-
decode_Tango_DevInfo_3_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_DevInfo_3" */
-
break;
case USER_EXCEPTION:
@@ -2220,11 +1995,8 @@ decode_Tango_Device_3_info_3(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tr
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -2236,11 +2008,8 @@ decode_Tango_Device_3_info_3(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tr
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -2252,19 +2021,15 @@ decode_Tango_Device_3_info_3(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tr
/*
* IDL:Tango/Device_3/get_attribute_config_3:1.0
*/
-
static void
-decode_Tango_Device_3_get_attribute_config_3(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_3_get_attribute_config_3(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_names;
- guint32 i_names;
- guint32 u_octet4_loop_AttributeConfigList_3;
- guint32 i_AttributeConfigList_3;
-
+ guint32 u_octet4_loop_Tango_Device_3_get_attribute_config_3_names;
+ guint32 i_Tango_Device_3_get_attribute_config_3_names;
+ guint32 u_octet4_loop_Tango_Device_3_get_attribute_config_3_return;
+ guint32 i_Tango_Device_3_get_attribute_config_3_return;
/* Operation specific Variable declarations End */
@@ -2272,14 +2037,12 @@ decode_Tango_Device_3_get_attribute_config_3(tvbuff_t *tvb _U_, packet_info *pin
case Request:
- u_octet4_loop_names = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of names = %u",u_octet4_loop_names);
- }
+ u_octet4_loop_Tango_Device_3_get_attribute_config_3_names = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_3_get_attribute_config_3_names, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_3_get_attribute_config_3_names);
- for (i_names=0; i_names < u_octet4_loop_names; i_names++) {
+ for (i_Tango_Device_3_get_attribute_config_3_names=0; i_Tango_Device_3_get_attribute_config_3_names < u_octet4_loop_Tango_Device_3_get_attribute_config_3_names; i_Tango_Device_3_get_attribute_config_3_names++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "names");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_Device_3_get_attribute_config_3_names");
}
@@ -2291,21 +2054,14 @@ decode_Tango_Device_3_get_attribute_config_3(tvbuff_t *tvb _U_, packet_info *pin
case NO_EXCEPTION:
- u_octet4_loop_AttributeConfigList_3 = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of AttributeConfigList_3 = %u",u_octet4_loop_AttributeConfigList_3);
- }
+ u_octet4_loop_Tango_Device_3_get_attribute_config_3_return = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_3_get_attribute_config_3_return, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_3_get_attribute_config_3_return);
- for (i_AttributeConfigList_3=0; i_AttributeConfigList_3 < u_octet4_loop_AttributeConfigList_3; i_AttributeConfigList_3++) {
+ for (i_Tango_Device_3_get_attribute_config_3_return=0; i_Tango_Device_3_get_attribute_config_3_return < u_octet4_loop_Tango_Device_3_get_attribute_config_3_return; i_Tango_Device_3_get_attribute_config_3_return++) {
/* Begin struct "Tango_AttributeConfig_3" */
-
-
-
decode_Tango_AttributeConfig_3_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_AttributeConfig_3" */
-
}
break;
@@ -2316,11 +2072,8 @@ decode_Tango_Device_3_get_attribute_config_3(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -2332,11 +2085,8 @@ decode_Tango_Device_3_get_attribute_config_3(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -2348,17 +2098,13 @@ decode_Tango_Device_3_get_attribute_config_3(tvbuff_t *tvb _U_, packet_info *pin
/*
* IDL:Tango/Device_3/set_attribute_config_3:1.0
*/
-
static void
-decode_Tango_Device_3_set_attribute_config_3(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_Tango_Device_3_set_attribute_config_3(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
/* Operation specific Variable declarations Begin */
-
- guint32 u_octet4_loop_new_conf;
- guint32 i_new_conf;
-
+ guint32 u_octet4_loop_Tango_Device_3_set_attribute_config_3_new_conf;
+ guint32 i_Tango_Device_3_set_attribute_config_3_new_conf;
/* Operation specific Variable declarations End */
@@ -2366,21 +2112,14 @@ decode_Tango_Device_3_set_attribute_config_3(tvbuff_t *tvb _U_, packet_info *pin
case Request:
- u_octet4_loop_new_conf = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of new_conf = %u",u_octet4_loop_new_conf);
- }
+ u_octet4_loop_Tango_Device_3_set_attribute_config_3_new_conf = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_Device_3_set_attribute_config_3_new_conf, tvb,*offset-4, 4, u_octet4_loop_Tango_Device_3_set_attribute_config_3_new_conf);
- for (i_new_conf=0; i_new_conf < u_octet4_loop_new_conf; i_new_conf++) {
+ for (i_Tango_Device_3_set_attribute_config_3_new_conf=0; i_Tango_Device_3_set_attribute_config_3_new_conf < u_octet4_loop_Tango_Device_3_set_attribute_config_3_new_conf; i_Tango_Device_3_set_attribute_config_3_new_conf++) {
/* Begin struct "Tango_AttributeConfig_3" */
-
-
-
decode_Tango_AttributeConfig_3_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_AttributeConfig_3" */
-
}
break;
@@ -2401,11 +2140,8 @@ decode_Tango_Device_3_set_attribute_config_3(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
break;
@@ -2417,11 +2153,8 @@ decode_Tango_Device_3_set_attribute_config_3(tvbuff_t *tvb _U_, packet_info *pin
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
break;
@@ -2435,37 +2168,28 @@ static void
decode_Tango_DevVarLongStringArray_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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_DevVarLongStringArray_lvalue;
- guint32 i_DevVarLongStringArray_lvalue;
- guint32 u_octet4_loop_DevVarLongStringArray_svalue;
- guint32 i_DevVarLongStringArray_svalue;
-
+ guint32 u_octet4_loop_Tango_DevVarLongStringArray_lvalue;
+ guint32 i_Tango_DevVarLongStringArray_lvalue;
+ guint32 u_octet4_loop_Tango_DevVarLongStringArray_svalue;
+ guint32 i_Tango_DevVarLongStringArray_svalue;
/* Operation specific Variable declarations End */
- u_octet4_loop_DevVarLongStringArray_lvalue = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of DevVarLongStringArray_lvalue = %u",u_octet4_loop_DevVarLongStringArray_lvalue);
- }
+ u_octet4_loop_Tango_DevVarLongStringArray_lvalue = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_DevVarLongStringArray_lvalue, tvb,*offset-4, 4, u_octet4_loop_Tango_DevVarLongStringArray_lvalue);
- for (i_DevVarLongStringArray_lvalue=0; i_DevVarLongStringArray_lvalue < u_octet4_loop_DevVarLongStringArray_lvalue; i_DevVarLongStringArray_lvalue++) {
+ for (i_Tango_DevVarLongStringArray_lvalue=0; i_Tango_DevVarLongStringArray_lvalue < u_octet4_loop_Tango_DevVarLongStringArray_lvalue; i_Tango_DevVarLongStringArray_lvalue++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"DevVarLongStringArray_lvalue = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_DevVarLongStringArray_lvalue, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
- u_octet4_loop_DevVarLongStringArray_svalue = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of DevVarLongStringArray_svalue = %u",u_octet4_loop_DevVarLongStringArray_svalue);
- }
+ u_octet4_loop_Tango_DevVarLongStringArray_svalue = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_DevVarLongStringArray_svalue, tvb,*offset-4, 4, u_octet4_loop_Tango_DevVarLongStringArray_svalue);
- for (i_DevVarLongStringArray_svalue=0; i_DevVarLongStringArray_svalue < u_octet4_loop_DevVarLongStringArray_svalue; i_DevVarLongStringArray_svalue++) {
+ for (i_Tango_DevVarLongStringArray_svalue=0; i_Tango_DevVarLongStringArray_svalue < u_octet4_loop_Tango_DevVarLongStringArray_svalue; i_Tango_DevVarLongStringArray_svalue++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevVarLongStringArray_svalue");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_DevVarLongStringArray_svalue");
}
@@ -2476,37 +2200,28 @@ static void
decode_Tango_DevVarDoubleStringArray_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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_DevVarDoubleStringArray_dvalue;
- guint32 i_DevVarDoubleStringArray_dvalue;
- guint32 u_octet4_loop_DevVarDoubleStringArray_svalue;
- guint32 i_DevVarDoubleStringArray_svalue;
-
+ guint32 u_octet4_loop_Tango_DevVarDoubleStringArray_dvalue;
+ guint32 i_Tango_DevVarDoubleStringArray_dvalue;
+ guint32 u_octet4_loop_Tango_DevVarDoubleStringArray_svalue;
+ guint32 i_Tango_DevVarDoubleStringArray_svalue;
/* Operation specific Variable declarations End */
- u_octet4_loop_DevVarDoubleStringArray_dvalue = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of DevVarDoubleStringArray_dvalue = %u",u_octet4_loop_DevVarDoubleStringArray_dvalue);
- }
+ u_octet4_loop_Tango_DevVarDoubleStringArray_dvalue = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_DevVarDoubleStringArray_dvalue, tvb,*offset-4, 4, u_octet4_loop_Tango_DevVarDoubleStringArray_dvalue);
- for (i_DevVarDoubleStringArray_dvalue=0; i_DevVarDoubleStringArray_dvalue < u_octet4_loop_DevVarDoubleStringArray_dvalue; i_DevVarDoubleStringArray_dvalue++) {
+ for (i_Tango_DevVarDoubleStringArray_dvalue=0; i_Tango_DevVarDoubleStringArray_dvalue < u_octet4_loop_Tango_DevVarDoubleStringArray_dvalue; i_Tango_DevVarDoubleStringArray_dvalue++) {
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-8,8,"DevVarDoubleStringArray_dvalue = %.15e",get_CDR_double(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_double(tree, hf_Tango_DevVarDoubleStringArray_dvalue, tvb, *offset-8, 8, get_CDR_double(tvb,offset,stream_is_big_endian, boundary));
}
- u_octet4_loop_DevVarDoubleStringArray_svalue = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of DevVarDoubleStringArray_svalue = %u",u_octet4_loop_DevVarDoubleStringArray_svalue);
- }
+ u_octet4_loop_Tango_DevVarDoubleStringArray_svalue = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_DevVarDoubleStringArray_svalue, tvb,*offset-4, 4, u_octet4_loop_Tango_DevVarDoubleStringArray_svalue);
- for (i_DevVarDoubleStringArray_svalue=0; i_DevVarDoubleStringArray_svalue < u_octet4_loop_DevVarDoubleStringArray_svalue; i_DevVarDoubleStringArray_svalue++) {
+ for (i_Tango_DevVarDoubleStringArray_svalue=0; i_Tango_DevVarDoubleStringArray_svalue < u_octet4_loop_Tango_DevVarDoubleStringArray_svalue; i_Tango_DevVarDoubleStringArray_svalue++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevVarDoubleStringArray_svalue");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_DevVarDoubleStringArray_svalue");
}
@@ -2517,23 +2232,11 @@ static void
decode_Tango_TimeVal_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
- /* Operation specific Variable declarations Begin */
+ proto_tree_add_uint(tree, hf_Tango_TimeVal_tv_sec, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
-
- /* Operation specific Variable declarations End */
+ proto_tree_add_uint(tree, hf_Tango_TimeVal_tv_usec, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TimeVal_tv_sec = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TimeVal_tv_usec = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"TimeVal_tv_nsec = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_TimeVal_tv_nsec, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -2542,29 +2245,17 @@ static void
decode_Tango_DevCmdInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_DevCmdInfo_cmd_name");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevCmdInfo_cmd_name");
+ proto_tree_add_uint(tree, hf_Tango_DevCmdInfo_cmd_tag, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"DevCmdInfo_cmd_tag = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_DevCmdInfo_in_type, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"DevCmdInfo_in_type = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_DevCmdInfo_out_type, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"DevCmdInfo_out_type = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_DevCmdInfo_in_type_desc");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevCmdInfo_in_type_desc");
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevCmdInfo_out_type_desc");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_DevCmdInfo_out_type_desc");
}
@@ -2573,36 +2264,25 @@ static void
decode_Tango_DevCmdInfo_2_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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;
-
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevCmdInfo_2_cmd_name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_DevCmdInfo_2_cmd_name");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"DevCmdInfo_2_level = %u (%s)",u_octet4,val_to_str(u_octet4,Tango_DispLevel,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_Tango_DevCmdInfo_2_level, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"DevCmdInfo_2_cmd_tag = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_DevCmdInfo_2_cmd_tag, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"DevCmdInfo_2_in_type = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_DevCmdInfo_2_in_type, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"DevCmdInfo_2_out_type = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_DevCmdInfo_2_out_type, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevCmdInfo_2_in_type_desc");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_DevCmdInfo_2_in_type_desc");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevCmdInfo_2_out_type_desc");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_DevCmdInfo_2_out_type_desc");
}
@@ -2611,24 +2291,19 @@ static void
decode_Tango_DevError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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;
-
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevError_reason");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_DevError_reason");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"DevError_severity = %u (%s)",u_octet4,val_to_str(u_octet4,Tango_ErrSeverity,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_Tango_DevError_severity, tvb, *offset-4, 4, u_octet4);
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevError_desc");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_DevError_desc");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevError_origin");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_DevError_origin");
}
@@ -2637,35 +2312,23 @@ static void
decode_Tango_NamedDevError_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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_NamedDevError_err_list;
- guint32 i_NamedDevError_err_list;
-
+ guint32 u_octet4_loop_Tango_NamedDevError_err_list;
+ guint32 i_Tango_NamedDevError_err_list;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "NamedDevError_name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_NamedDevError_name");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"NamedDevError_index_in_call = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_NamedDevError_index_in_call, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- u_octet4_loop_NamedDevError_err_list = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of NamedDevError_err_list = %u",u_octet4_loop_NamedDevError_err_list);
- }
+ u_octet4_loop_Tango_NamedDevError_err_list = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_NamedDevError_err_list, tvb,*offset-4, 4, u_octet4_loop_Tango_NamedDevError_err_list);
- for (i_NamedDevError_err_list=0; i_NamedDevError_err_list < u_octet4_loop_NamedDevError_err_list; i_NamedDevError_err_list++) {
+ for (i_Tango_NamedDevError_err_list=0; i_Tango_NamedDevError_err_list < u_octet4_loop_Tango_NamedDevError_err_list; i_Tango_NamedDevError_err_list++) {
/* Begin struct "Tango_DevError" */
-
-
-
decode_Tango_DevError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_DevError" */
-
}
}
@@ -2675,71 +2338,56 @@ static void
decode_Tango_AttributeConfig_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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;
- guint32 u_octet4_loop_AttributeConfig_extensions;
- guint32 i_AttributeConfig_extensions;
-
+ guint32 u_octet4_loop_Tango_AttributeConfig_extensions;
+ guint32 i_Tango_AttributeConfig_extensions;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_name");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeConfig_writable = %u (%s)",u_octet4,val_to_str(u_octet4,Tango_AttrWriteType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_writable, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeConfig_data_format = %u (%s)",u_octet4,val_to_str(u_octet4,Tango_AttrDataFormat,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_data_format, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeConfig_data_type = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_data_type, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeConfig_max_dim_x = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_max_dim_x, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeConfig_max_dim_y = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_max_dim_y, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_description");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_description");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_label");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_label");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_unit");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_unit");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_standard_unit");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_standard_unit");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_display_unit");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_display_unit");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_format");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_format");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_min_value");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_min_value");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_max_value");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_max_value");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_min_alarm");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_min_alarm");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_max_alarm");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_max_alarm");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_writable_attr_name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_writable_attr_name");
- u_octet4_loop_AttributeConfig_extensions = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of AttributeConfig_extensions = %u",u_octet4_loop_AttributeConfig_extensions);
- }
+ u_octet4_loop_Tango_AttributeConfig_extensions = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_extensions, tvb,*offset-4, 4, u_octet4_loop_Tango_AttributeConfig_extensions);
- for (i_AttributeConfig_extensions=0; i_AttributeConfig_extensions < u_octet4_loop_AttributeConfig_extensions; i_AttributeConfig_extensions++) {
+ for (i_Tango_AttributeConfig_extensions=0; i_Tango_AttributeConfig_extensions < u_octet4_loop_Tango_AttributeConfig_extensions; i_Tango_AttributeConfig_extensions++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_extensions");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_extensions");
}
@@ -2750,77 +2398,60 @@ static void
decode_Tango_AttributeConfig_2_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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;
- guint32 u_octet4_loop_AttributeConfig_2_extensions;
- guint32 i_AttributeConfig_2_extensions;
-
+ guint32 u_octet4_loop_Tango_AttributeConfig_2_extensions;
+ guint32 i_Tango_AttributeConfig_2_extensions;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_2_name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_2_name");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeConfig_2_writable = %u (%s)",u_octet4,val_to_str(u_octet4,Tango_AttrWriteType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_2_writable, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeConfig_2_data_format = %u (%s)",u_octet4,val_to_str(u_octet4,Tango_AttrDataFormat,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_2_data_format, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeConfig_2_data_type = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_2_data_type, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeConfig_2_max_dim_x = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_2_max_dim_x, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeConfig_2_max_dim_y = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_2_max_dim_y, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_2_description");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_2_description");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_2_label");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_2_label");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_2_unit");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_2_unit");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_2_standard_unit");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_2_standard_unit");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_2_display_unit");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_2_display_unit");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_2_format");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_2_format");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_2_min_value");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_2_min_value");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_2_max_value");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_2_max_value");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_2_min_alarm");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_2_min_alarm");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_2_max_alarm");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_2_max_alarm");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_2_writable_attr_name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_2_writable_attr_name");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeConfig_2_level = %u (%s)",u_octet4,val_to_str(u_octet4,Tango_DispLevel,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_2_level, tvb, *offset-4, 4, u_octet4);
- u_octet4_loop_AttributeConfig_2_extensions = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of AttributeConfig_2_extensions = %u",u_octet4_loop_AttributeConfig_2_extensions);
- }
+ u_octet4_loop_Tango_AttributeConfig_2_extensions = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_2_extensions, tvb,*offset-4, 4, u_octet4_loop_Tango_AttributeConfig_2_extensions);
- for (i_AttributeConfig_2_extensions=0; i_AttributeConfig_2_extensions < u_octet4_loop_AttributeConfig_2_extensions; i_AttributeConfig_2_extensions++) {
+ for (i_Tango_AttributeConfig_2_extensions=0; i_Tango_AttributeConfig_2_extensions < u_octet4_loop_Tango_AttributeConfig_2_extensions; i_Tango_AttributeConfig_2_extensions++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_2_extensions");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_2_extensions");
}
@@ -2831,38 +2462,24 @@ static void
decode_Tango_AttributeValue_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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;
-
/* Operation specific Variable declarations End */
get_CDR_any(tvb,tree,offset,stream_is_big_endian, boundary, header);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeValue_quality = %u (%s)",u_octet4,val_to_str(u_octet4,Tango_AttrQuality,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeValue_quality, tvb, *offset-4, 4, u_octet4);
/* Begin struct "Tango_TimeVal" */
-
-
-
decode_Tango_TimeVal_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_TimeVal" */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeValue_name");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeValue_name");
+ proto_tree_add_uint(tree, hf_Tango_AttributeValue_dim_x, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeValue_dim_x = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeValue_dim_y = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeValue_dim_y, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -2871,19 +2488,9 @@ static void
decode_Tango_AttributeDim_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
- /* Operation specific Variable declarations Begin */
+ proto_tree_add_uint(tree, hf_Tango_AttributeDim_dim_x, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeDim_dim_x = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeDim_dim_y = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeDim_dim_y, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
}
@@ -2892,64 +2499,37 @@ static void
decode_Tango_AttributeValue_3_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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;
- guint32 u_octet4_loop_AttributeValue_3_err_list;
- guint32 i_AttributeValue_3_err_list;
-
+ guint32 u_octet4_loop_Tango_AttributeValue_3_err_list;
+ guint32 i_Tango_AttributeValue_3_err_list;
/* Operation specific Variable declarations End */
get_CDR_any(tvb,tree,offset,stream_is_big_endian, boundary, header);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeValue_3_quality = %u (%s)",u_octet4,val_to_str(u_octet4,Tango_AttrQuality,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeValue_3_quality, tvb, *offset-4, 4, u_octet4);
/* Begin struct "Tango_TimeVal" */
-
-
-
decode_Tango_TimeVal_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_TimeVal" */
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeValue_3_name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeValue_3_name");
/* Begin struct "Tango_AttributeDim" */
-
-
-
decode_Tango_AttributeDim_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_AttributeDim" */
-
/* Begin struct "Tango_AttributeDim" */
-
-
-
decode_Tango_AttributeDim_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_AttributeDim" */
+ u_octet4_loop_Tango_AttributeValue_3_err_list = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_AttributeValue_3_err_list, tvb,*offset-4, 4, u_octet4_loop_Tango_AttributeValue_3_err_list);
- u_octet4_loop_AttributeValue_3_err_list = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of AttributeValue_3_err_list = %u",u_octet4_loop_AttributeValue_3_err_list);
- }
-
- for (i_AttributeValue_3_err_list=0; i_AttributeValue_3_err_list < u_octet4_loop_AttributeValue_3_err_list; i_AttributeValue_3_err_list++) {
+ for (i_Tango_AttributeValue_3_err_list=0; i_Tango_AttributeValue_3_err_list < u_octet4_loop_Tango_AttributeValue_3_err_list; i_Tango_AttributeValue_3_err_list++) {
/* Begin struct "Tango_DevError" */
-
-
-
decode_Tango_DevError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_DevError" */
-
}
}
@@ -2959,26 +2539,21 @@ static void
decode_Tango_ChangeEventProp_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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_ChangeEventProp_extensions;
- guint32 i_ChangeEventProp_extensions;
-
+ guint32 u_octet4_loop_Tango_ChangeEventProp_extensions;
+ guint32 i_Tango_ChangeEventProp_extensions;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ChangeEventProp_rel_change");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_ChangeEventProp_rel_change");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ChangeEventProp_abs_change");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_ChangeEventProp_abs_change");
- u_octet4_loop_ChangeEventProp_extensions = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of ChangeEventProp_extensions = %u",u_octet4_loop_ChangeEventProp_extensions);
- }
+ u_octet4_loop_Tango_ChangeEventProp_extensions = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_ChangeEventProp_extensions, tvb,*offset-4, 4, u_octet4_loop_Tango_ChangeEventProp_extensions);
- for (i_ChangeEventProp_extensions=0; i_ChangeEventProp_extensions < u_octet4_loop_ChangeEventProp_extensions; i_ChangeEventProp_extensions++) {
+ for (i_Tango_ChangeEventProp_extensions=0; i_Tango_ChangeEventProp_extensions < u_octet4_loop_Tango_ChangeEventProp_extensions; i_Tango_ChangeEventProp_extensions++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ChangeEventProp_extensions");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_ChangeEventProp_extensions");
}
@@ -2989,24 +2564,19 @@ static void
decode_Tango_PeriodicEventProp_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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_PeriodicEventProp_extensions;
- guint32 i_PeriodicEventProp_extensions;
-
+ guint32 u_octet4_loop_Tango_PeriodicEventProp_extensions;
+ guint32 i_Tango_PeriodicEventProp_extensions;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "PeriodicEventProp_period");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_PeriodicEventProp_period");
- u_octet4_loop_PeriodicEventProp_extensions = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of PeriodicEventProp_extensions = %u",u_octet4_loop_PeriodicEventProp_extensions);
- }
+ u_octet4_loop_Tango_PeriodicEventProp_extensions = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_PeriodicEventProp_extensions, tvb,*offset-4, 4, u_octet4_loop_Tango_PeriodicEventProp_extensions);
- for (i_PeriodicEventProp_extensions=0; i_PeriodicEventProp_extensions < u_octet4_loop_PeriodicEventProp_extensions; i_PeriodicEventProp_extensions++) {
+ for (i_Tango_PeriodicEventProp_extensions=0; i_Tango_PeriodicEventProp_extensions < u_octet4_loop_Tango_PeriodicEventProp_extensions; i_Tango_PeriodicEventProp_extensions++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "PeriodicEventProp_extensions");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_PeriodicEventProp_extensions");
}
@@ -3017,28 +2587,23 @@ static void
decode_Tango_ArchiveEventProp_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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_ArchiveEventProp_extensions;
- guint32 i_ArchiveEventProp_extensions;
-
+ guint32 u_octet4_loop_Tango_ArchiveEventProp_extensions;
+ guint32 i_Tango_ArchiveEventProp_extensions;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ArchiveEventProp_rel_change");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_ArchiveEventProp_rel_change");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ArchiveEventProp_abs_change");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_ArchiveEventProp_abs_change");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ArchiveEventProp_period");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_ArchiveEventProp_period");
- u_octet4_loop_ArchiveEventProp_extensions = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of ArchiveEventProp_extensions = %u",u_octet4_loop_ArchiveEventProp_extensions);
- }
+ u_octet4_loop_Tango_ArchiveEventProp_extensions = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_ArchiveEventProp_extensions, tvb,*offset-4, 4, u_octet4_loop_Tango_ArchiveEventProp_extensions);
- for (i_ArchiveEventProp_extensions=0; i_ArchiveEventProp_extensions < u_octet4_loop_ArchiveEventProp_extensions; i_ArchiveEventProp_extensions++) {
+ for (i_Tango_ArchiveEventProp_extensions=0; i_Tango_ArchiveEventProp_extensions < u_octet4_loop_Tango_ArchiveEventProp_extensions; i_Tango_ArchiveEventProp_extensions++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "ArchiveEventProp_extensions");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_ArchiveEventProp_extensions");
}
@@ -3049,36 +2614,15 @@ static void
decode_Tango_EventProperties_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
/* Begin struct "Tango_ChangeEventProp" */
-
-
-
decode_Tango_ChangeEventProp_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_ChangeEventProp" */
-
/* Begin struct "Tango_PeriodicEventProp" */
-
-
-
decode_Tango_PeriodicEventProp_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_PeriodicEventProp" */
-
/* Begin struct "Tango_ArchiveEventProp" */
-
-
-
decode_Tango_ArchiveEventProp_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_ArchiveEventProp" */
-
}
/* Struct = IDL:Tango/AttributeAlarm:1.0 */
@@ -3086,34 +2630,29 @@ static void
decode_Tango_AttributeAlarm_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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_AttributeAlarm_extensions;
- guint32 i_AttributeAlarm_extensions;
-
+ guint32 u_octet4_loop_Tango_AttributeAlarm_extensions;
+ guint32 i_Tango_AttributeAlarm_extensions;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeAlarm_min_alarm");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeAlarm_min_alarm");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeAlarm_max_alarm");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeAlarm_max_alarm");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeAlarm_min_warning");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeAlarm_min_warning");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeAlarm_max_warning");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeAlarm_max_warning");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeAlarm_delta_t");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeAlarm_delta_t");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeAlarm_delta_val");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeAlarm_delta_val");
- u_octet4_loop_AttributeAlarm_extensions = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of AttributeAlarm_extensions = %u",u_octet4_loop_AttributeAlarm_extensions);
- }
+ u_octet4_loop_Tango_AttributeAlarm_extensions = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_AttributeAlarm_extensions, tvb,*offset-4, 4, u_octet4_loop_Tango_AttributeAlarm_extensions);
- for (i_AttributeAlarm_extensions=0; i_AttributeAlarm_extensions < u_octet4_loop_AttributeAlarm_extensions; i_AttributeAlarm_extensions++) {
+ for (i_Tango_AttributeAlarm_extensions=0; i_Tango_AttributeAlarm_extensions < u_octet4_loop_Tango_AttributeAlarm_extensions; i_Tango_AttributeAlarm_extensions++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeAlarm_extensions");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeAlarm_extensions");
}
@@ -3124,102 +2663,73 @@ static void
decode_Tango_AttributeConfig_3_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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;
- guint32 u_octet4_loop_AttributeConfig_3_extensions;
- guint32 i_AttributeConfig_3_extensions;
- guint32 u_octet4_loop_AttributeConfig_3_sys_extensions;
- guint32 i_AttributeConfig_3_sys_extensions;
-
+ guint32 u_octet4_loop_Tango_AttributeConfig_3_extensions;
+ guint32 i_Tango_AttributeConfig_3_extensions;
+ guint32 u_octet4_loop_Tango_AttributeConfig_3_sys_extensions;
+ guint32 i_Tango_AttributeConfig_3_sys_extensions;
/* Operation specific Variable declarations End */
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_3_name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_3_name");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeConfig_3_writable = %u (%s)",u_octet4,val_to_str(u_octet4,Tango_AttrWriteType,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_3_writable, tvb, *offset-4, 4, u_octet4);
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeConfig_3_data_format = %u (%s)",u_octet4,val_to_str(u_octet4,Tango_AttrDataFormat,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_3_data_format, tvb, *offset-4, 4, u_octet4);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeConfig_3_data_type = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_3_data_type, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeConfig_3_max_dim_x = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_3_max_dim_x, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeConfig_3_max_dim_y = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_3_max_dim_y, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_3_description");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_3_description");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_3_label");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_3_label");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_3_unit");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_3_unit");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_3_standard_unit");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_3_standard_unit");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_3_display_unit");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_3_display_unit");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_3_format");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_3_format");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_3_min_value");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_3_min_value");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_3_max_value");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_3_max_value");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_3_writable_attr_name");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_3_writable_attr_name");
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"AttributeConfig_3_level = %u (%s)",u_octet4,val_to_str(u_octet4,Tango_DispLevel,"Unknown Enum Value"));
- }
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_3_level, tvb, *offset-4, 4, u_octet4);
/* Begin struct "Tango_AttributeAlarm" */
-
-
-
decode_Tango_AttributeAlarm_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_AttributeAlarm" */
-
/* Begin struct "Tango_EventProperties" */
-
-
-
decode_Tango_EventProperties_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_EventProperties" */
+ u_octet4_loop_Tango_AttributeConfig_3_extensions = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_3_extensions, tvb,*offset-4, 4, u_octet4_loop_Tango_AttributeConfig_3_extensions);
- u_octet4_loop_AttributeConfig_3_extensions = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of AttributeConfig_3_extensions = %u",u_octet4_loop_AttributeConfig_3_extensions);
- }
-
- for (i_AttributeConfig_3_extensions=0; i_AttributeConfig_3_extensions < u_octet4_loop_AttributeConfig_3_extensions; i_AttributeConfig_3_extensions++) {
+ for (i_Tango_AttributeConfig_3_extensions=0; i_Tango_AttributeConfig_3_extensions < u_octet4_loop_Tango_AttributeConfig_3_extensions; i_Tango_AttributeConfig_3_extensions++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_3_extensions");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_3_extensions");
}
- u_octet4_loop_AttributeConfig_3_sys_extensions = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of AttributeConfig_3_sys_extensions = %u",u_octet4_loop_AttributeConfig_3_sys_extensions);
- }
+ u_octet4_loop_Tango_AttributeConfig_3_sys_extensions = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_AttributeConfig_3_sys_extensions, tvb,*offset-4, 4, u_octet4_loop_Tango_AttributeConfig_3_sys_extensions);
- for (i_AttributeConfig_3_sys_extensions=0; i_AttributeConfig_3_sys_extensions < u_octet4_loop_AttributeConfig_3_sys_extensions; i_AttributeConfig_3_sys_extensions++) {
+ for (i_Tango_AttributeConfig_3_sys_extensions=0; i_Tango_AttributeConfig_3_sys_extensions < u_octet4_loop_Tango_AttributeConfig_3_sys_extensions; i_Tango_AttributeConfig_3_sys_extensions++) {
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "AttributeConfig_3_sys_extensions");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_AttributeConfig_3_sys_extensions");
}
@@ -3230,23 +2740,15 @@ static void
decode_Tango_DevInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_DevInfo_dev_class");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevInfo_dev_class");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_DevInfo_server_id");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevInfo_server_id");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_DevInfo_server_host");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevInfo_server_host");
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"DevInfo_server_version = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
+ proto_tree_add_uint(tree, hf_Tango_DevInfo_server_version, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevInfo_doc_url");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_DevInfo_doc_url");
}
@@ -3255,25 +2757,17 @@ static void
decode_Tango_DevInfo_3_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
- /* Operation specific Variable declarations Begin */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_DevInfo_3_dev_class");
-
- /* Operation specific Variable declarations End */
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_DevInfo_3_server_id");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevInfo_3_dev_class");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_DevInfo_3_server_host");
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevInfo_3_server_id");
+ proto_tree_add_uint(tree, hf_Tango_DevInfo_3_server_version, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevInfo_3_server_host");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_DevInfo_3_doc_url");
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"DevInfo_3_server_version = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
- }
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevInfo_3_doc_url");
-
- giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "DevInfo_3_dev_type");
+ giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "Tango_DevInfo_3_dev_type");
}
@@ -3282,43 +2776,26 @@ static void
decode_Tango_DevCmdHistory_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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_DevCmdHistory_errors;
- guint32 i_DevCmdHistory_errors;
-
+ guint32 u_octet4_loop_Tango_DevCmdHistory_errors;
+ guint32 i_Tango_DevCmdHistory_errors;
/* Operation specific Variable declarations End */
/* Begin struct "Tango_TimeVal" */
-
-
-
decode_Tango_TimeVal_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_TimeVal" */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"DevCmdHistory_cmd_failed = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_Tango_DevCmdHistory_cmd_failed, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
get_CDR_any(tvb,tree,offset,stream_is_big_endian, boundary, header);
- u_octet4_loop_DevCmdHistory_errors = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of DevCmdHistory_errors = %u",u_octet4_loop_DevCmdHistory_errors);
- }
+ u_octet4_loop_Tango_DevCmdHistory_errors = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_DevCmdHistory_errors, tvb,*offset-4, 4, u_octet4_loop_Tango_DevCmdHistory_errors);
- for (i_DevCmdHistory_errors=0; i_DevCmdHistory_errors < u_octet4_loop_DevCmdHistory_errors; i_DevCmdHistory_errors++) {
+ for (i_Tango_DevCmdHistory_errors=0; i_Tango_DevCmdHistory_errors < u_octet4_loop_Tango_DevCmdHistory_errors; i_Tango_DevCmdHistory_errors++) {
/* Begin struct "Tango_DevError" */
-
-
-
decode_Tango_DevError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_DevError" */
-
}
}
@@ -3328,41 +2805,24 @@ static void
decode_Tango_DevAttrHistory_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, 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_DevAttrHistory_errors;
- guint32 i_DevAttrHistory_errors;
-
+ guint32 u_octet4_loop_Tango_DevAttrHistory_errors;
+ guint32 i_Tango_DevAttrHistory_errors;
/* Operation specific Variable declarations End */
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"DevAttrHistory_attr_failed = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_Tango_DevAttrHistory_attr_failed, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
/* Begin struct "Tango_AttributeValue" */
-
-
-
decode_Tango_AttributeValue_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_AttributeValue" */
+ u_octet4_loop_Tango_DevAttrHistory_errors = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
+ proto_tree_add_uint(tree, hf_Tango_DevAttrHistory_errors, tvb,*offset-4, 4, u_octet4_loop_Tango_DevAttrHistory_errors);
- u_octet4_loop_DevAttrHistory_errors = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of DevAttrHistory_errors = %u",u_octet4_loop_DevAttrHistory_errors);
- }
-
- for (i_DevAttrHistory_errors=0; i_DevAttrHistory_errors < u_octet4_loop_DevAttrHistory_errors; i_DevAttrHistory_errors++) {
+ for (i_Tango_DevAttrHistory_errors=0; i_Tango_DevAttrHistory_errors < u_octet4_loop_Tango_DevAttrHistory_errors; i_Tango_DevAttrHistory_errors++) {
/* Begin struct "Tango_DevError" */
-
-
-
decode_Tango_DevError_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_DevError" */
-
}
}
@@ -3372,24 +2832,11 @@ static void
decode_Tango_DevAttrHistory_3_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
-
- /* Operation specific Variable declarations Begin */
-
-
- /* Operation specific Variable declarations End */
-
- if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"DevAttrHistory_3_attr_failed = %u",get_CDR_boolean(tvb,offset));
- }
+ proto_tree_add_boolean(tree, hf_Tango_DevAttrHistory_3_attr_failed, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
/* Begin struct "Tango_AttributeValue_3" */
-
-
-
decode_Tango_AttributeValue_3_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-
/* End struct "Tango_AttributeValue_3" */
-
}
/*
@@ -3420,7 +2867,7 @@ start_dissecting(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offs
return tree;
}
-static void
+static proto_item*
process_RequestOperation(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, MessageHeader *header, gchar *operation)
{
proto_item *pi;
@@ -3429,8 +2876,9 @@ process_RequestOperation(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, M
col_append_fstr(pinfo->cinfo, COL_INFO, " op = %s",operation);
};
/* fill-up the field */
- pi=proto_tree_add_string_format_value(ptree,hf_operationrequest,tvb,0,0,operation," %s",operation);
+ pi=proto_tree_add_string(ptree, hf_operationrequest, tvb, 0, 0, operation);
PROTO_ITEM_SET_GENERATED(pi);
+ return pi;
}
static gboolean
@@ -3438,6 +2886,7 @@ dissect_tango(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offset,
{
gboolean stream_is_big_endian; /* big endianess */
+ proto_item *item _U_;
proto_tree *tree _U_;
stream_is_big_endian = is_big_endian(header); /* get endianess */
@@ -3457,185 +2906,185 @@ dissect_tango(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offset,
if (strcmp(operation, "command_inout") == 0
&& (!idlname || strcmp(idlname, "Tango/Device") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_command_inout(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_command_inout(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "get_attribute_config") == 0
&& (!idlname || strcmp(idlname, "Tango/Device") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_get_attribute_config(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_get_attribute_config(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "set_attribute_config") == 0
&& (!idlname || strcmp(idlname, "Tango/Device") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_set_attribute_config(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_set_attribute_config(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "read_attributes") == 0
&& (!idlname || strcmp(idlname, "Tango/Device") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_read_attributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_read_attributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "write_attributes") == 0
&& (!idlname || strcmp(idlname, "Tango/Device") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_write_attributes(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_write_attributes(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "ping") == 0
&& (!idlname || strcmp(idlname, "Tango/Device") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_ping(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_ping(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "black_box") == 0
&& (!idlname || strcmp(idlname, "Tango/Device") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_black_box(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_black_box(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "info") == 0
&& (!idlname || strcmp(idlname, "Tango/Device") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_info(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_info(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "command_list_query") == 0
&& (!idlname || strcmp(idlname, "Tango/Device") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_command_list_query(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_command_list_query(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "command_query") == 0
&& (!idlname || strcmp(idlname, "Tango/Device") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_command_query(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_command_query(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "command_inout_2") == 0
&& (!idlname || strcmp(idlname, "Tango/Device_2") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_2_command_inout_2(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_2_command_inout_2(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "read_attributes_2") == 0
&& (!idlname || strcmp(idlname, "Tango/Device_2") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_2_read_attributes_2(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_2_read_attributes_2(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "get_attribute_config_2") == 0
&& (!idlname || strcmp(idlname, "Tango/Device_2") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_2_get_attribute_config_2(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_2_get_attribute_config_2(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "command_list_query_2") == 0
&& (!idlname || strcmp(idlname, "Tango/Device_2") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_2_command_list_query_2(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_2_command_list_query_2(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "command_query_2") == 0
&& (!idlname || strcmp(idlname, "Tango/Device_2") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_2_command_query_2(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_2_command_query_2(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "command_inout_history_2") == 0
&& (!idlname || strcmp(idlname, "Tango/Device_2") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_2_command_inout_history_2(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_2_command_inout_history_2(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "read_attribute_history_2") == 0
&& (!idlname || strcmp(idlname, "Tango/Device_2") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_2_read_attribute_history_2(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_2_read_attribute_history_2(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "read_attributes_3") == 0
&& (!idlname || strcmp(idlname, "Tango/Device_3") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_3_read_attributes_3(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_3_read_attributes_3(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "write_attributes_3") == 0
&& (!idlname || strcmp(idlname, "Tango/Device_3") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_3_write_attributes_3(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_3_write_attributes_3(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "read_attribute_history_3") == 0
&& (!idlname || strcmp(idlname, "Tango/Device_3") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_3_read_attribute_history_3(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_3_read_attribute_history_3(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "info_3") == 0
&& (!idlname || strcmp(idlname, "Tango/Device_3") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_3_info_3(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_3_info_3(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "get_attribute_config_3") == 0
&& (!idlname || strcmp(idlname, "Tango/Device_3") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_3_get_attribute_config_3(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_3_get_attribute_config_3(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
if (strcmp(operation, "set_attribute_config_3") == 0
&& (!idlname || strcmp(idlname, "Tango/Device_3") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_Tango_Device_3_set_attribute_config_3(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_Tango_Device_3_set_attribute_config_3(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
@@ -3701,8 +3150,177 @@ void proto_register_giop_tango(void) {
static hf_register_info hf[] = {
/* field that indicates the currently ongoing request/reply exchange */
{&hf_operationrequest, {"Request_Operation","giop-tango.Request_Operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
-
- /* no fields yet */
+ /* Operation filters */
+ {&hf_Tango_Device_command_inout_command, {"command","giop-tango.Device.command_inout.command",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_get_attribute_config_return, {"Seq length of AttributeConfigList","giop-tango.Device.get_attribute_config.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_get_attribute_config_names, {"Seq length of names","giop-tango.Device.get_attribute_config.names",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_set_attribute_config_new_conf, {"Seq length of new_conf","giop-tango.Device.set_attribute_config.new_conf",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_read_attributes_return, {"Seq length of AttributeValueList","giop-tango.Device.read_attributes.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_read_attributes_names, {"Seq length of names","giop-tango.Device.read_attributes.names",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_write_attributes_values, {"Seq length of values","giop-tango.Device.write_attributes.values",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_black_box_return, {"Seq length of DevVarStringArray","giop-tango.Device.black_box.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_black_box_n, {"n","giop-tango.Device.black_box.n",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_command_list_query_return, {"Seq length of DevCmdInfoList","giop-tango.Device.command_list_query.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_command_query_command, {"command","giop-tango.Device.command_query.command",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_2_command_inout_2_command, {"command","giop-tango.Device.command_inout_2.command",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_2_command_inout_2_source, {"source","giop-tango.Device.command_inout_2.source",FT_UINT32,BASE_DEC,VALS(Tango_DevSource),0x0,NULL,HFILL}},
+ {&hf_Tango_Device_2_read_attributes_2_return, {"Seq length of AttributeValueList","giop-tango.Device.read_attributes_2.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_2_read_attributes_2_names, {"Seq length of names","giop-tango.Device.read_attributes_2.names",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_2_read_attributes_2_source, {"source","giop-tango.Device.read_attributes_2.source",FT_UINT32,BASE_DEC,VALS(Tango_DevSource),0x0,NULL,HFILL}},
+ {&hf_Tango_Device_2_get_attribute_config_2_return, {"Seq length of AttributeConfigList_2","giop-tango.Device.get_attribute_config_2.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_2_get_attribute_config_2_names, {"Seq length of names","giop-tango.Device.get_attribute_config_2.names",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_2_command_list_query_2_return, {"Seq length of DevCmdInfoList_2","giop-tango.Device.command_list_query_2.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_2_command_query_2_command, {"command","giop-tango.Device.command_query_2.command",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_2_command_inout_history_2_return, {"Seq length of DevCmdHistoryList","giop-tango.Device.command_inout_history_2.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_2_command_inout_history_2_command, {"command","giop-tango.Device.command_inout_history_2.command",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_2_command_inout_history_2_n, {"n","giop-tango.Device.command_inout_history_2.n",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_2_read_attribute_history_2_return, {"Seq length of DevAttrHistoryList","giop-tango.Device.read_attribute_history_2.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_2_read_attribute_history_2_name, {"name","giop-tango.Device.read_attribute_history_2.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_2_read_attribute_history_2_n, {"n","giop-tango.Device.read_attribute_history_2.n",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_3_read_attributes_3_return, {"Seq length of AttributeValueList_3","giop-tango.Device.read_attributes_3.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_3_read_attributes_3_names, {"Seq length of names","giop-tango.Device.read_attributes_3.names",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_3_read_attributes_3_source, {"source","giop-tango.Device.read_attributes_3.source",FT_UINT32,BASE_DEC,VALS(Tango_DevSource),0x0,NULL,HFILL}},
+ {&hf_Tango_Device_3_write_attributes_3_values, {"Seq length of values","giop-tango.Device.write_attributes_3.values",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_3_read_attribute_history_3_return, {"Seq length of DevAttrHistoryList_3","giop-tango.Device.read_attribute_history_3.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_3_read_attribute_history_3_name, {"name","giop-tango.Device.read_attribute_history_3.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_3_read_attribute_history_3_n, {"n","giop-tango.Device.read_attribute_history_3.n",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_3_get_attribute_config_3_return, {"Seq length of AttributeConfigList_3","giop-tango.Device.get_attribute_config_3.return",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_3_get_attribute_config_3_names, {"Seq length of names","giop-tango.Device.get_attribute_config_3.names",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_Device_3_set_attribute_config_3_new_conf, {"Seq length of new_conf","giop-tango.Device.set_attribute_config_3.new_conf",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ /* Attribute filters */
+ {&hf_get_Tango_Device_name_name, {"name","giop-tango.Device.name.get",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_get_Tango_Device_description_description, {"description","giop-tango.Device.description.get",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_get_Tango_Device_state_state, {"state","giop-tango.Device.state.get",FT_UINT32,BASE_DEC,VALS(Tango_DevState),0x0,NULL,HFILL}},
+ {&hf_get_Tango_Device_status_status, {"status","giop-tango.Device.status.get",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_get_Tango_Device_adm_name_adm_name, {"adm_name","giop-tango.Device.adm_name.get",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ /* Struct filters */
+ {&hf_Tango_DevVarLongStringArray_lvalue, {"Seq length of DevVarLongStringArray_lvalue","giop-tango.DevVarLongStringArray.lvalue",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevVarLongStringArray_svalue, {"Seq length of DevVarLongStringArray_svalue","giop-tango.DevVarLongStringArray.svalue",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevVarDoubleStringArray_dvalue, {"Seq length of DevVarDoubleStringArray_dvalue","giop-tango.DevVarDoubleStringArray.dvalue",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevVarDoubleStringArray_svalue, {"Seq length of DevVarDoubleStringArray_svalue","giop-tango.DevVarDoubleStringArray.svalue",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_TimeVal_tv_sec, {"TimeVal_tv_sec","giop-tango.TimeVal.tv_sec",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_TimeVal_tv_usec, {"TimeVal_tv_usec","giop-tango.TimeVal.tv_usec",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_TimeVal_tv_nsec, {"TimeVal_tv_nsec","giop-tango.TimeVal.tv_nsec",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevCmdInfo_cmd_name, {"DevCmdInfo_cmd_name","giop-tango.DevCmdInfo.cmd_name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevCmdInfo_cmd_tag, {"DevCmdInfo_cmd_tag","giop-tango.DevCmdInfo.cmd_tag",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevCmdInfo_in_type, {"DevCmdInfo_in_type","giop-tango.DevCmdInfo.in_type",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevCmdInfo_out_type, {"DevCmdInfo_out_type","giop-tango.DevCmdInfo.out_type",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevCmdInfo_in_type_desc, {"DevCmdInfo_in_type_desc","giop-tango.DevCmdInfo.in_type_desc",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevCmdInfo_out_type_desc, {"DevCmdInfo_out_type_desc","giop-tango.DevCmdInfo.out_type_desc",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevCmdInfo_2_cmd_name, {"DevCmdInfo_2_cmd_name","giop-tango.DevCmdInfo_2.cmd_name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevCmdInfo_2_level, {"DevCmdInfo_2_level","giop-tango.DevCmdInfo_2.level",FT_UINT32,BASE_DEC,VALS(Tango_DispLevel),0x0,NULL,HFILL}},
+ {&hf_Tango_DevCmdInfo_2_cmd_tag, {"DevCmdInfo_2_cmd_tag","giop-tango.DevCmdInfo_2.cmd_tag",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevCmdInfo_2_in_type, {"DevCmdInfo_2_in_type","giop-tango.DevCmdInfo_2.in_type",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevCmdInfo_2_out_type, {"DevCmdInfo_2_out_type","giop-tango.DevCmdInfo_2.out_type",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevCmdInfo_2_in_type_desc, {"DevCmdInfo_2_in_type_desc","giop-tango.DevCmdInfo_2.in_type_desc",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevCmdInfo_2_out_type_desc, {"DevCmdInfo_2_out_type_desc","giop-tango.DevCmdInfo_2.out_type_desc",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevError_reason, {"DevError_reason","giop-tango.DevError.reason",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevError_severity, {"DevError_severity","giop-tango.DevError.severity",FT_UINT32,BASE_DEC,VALS(Tango_ErrSeverity),0x0,NULL,HFILL}},
+ {&hf_Tango_DevError_desc, {"DevError_desc","giop-tango.DevError.desc",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevError_origin, {"DevError_origin","giop-tango.DevError.origin",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_NamedDevError_name, {"NamedDevError_name","giop-tango.NamedDevError.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_NamedDevError_index_in_call, {"NamedDevError_index_in_call","giop-tango.NamedDevError.index_in_call",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_NamedDevError_err_list, {"Seq length of NamedDevError_err_list","giop-tango.NamedDevError.err_list",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_name, {"AttributeConfig_name","giop-tango.AttributeConfig.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_writable, {"AttributeConfig_writable","giop-tango.AttributeConfig.writable",FT_UINT32,BASE_DEC,VALS(Tango_AttrWriteType),0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_data_format, {"AttributeConfig_data_format","giop-tango.AttributeConfig.data_format",FT_UINT32,BASE_DEC,VALS(Tango_AttrDataFormat),0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_data_type, {"AttributeConfig_data_type","giop-tango.AttributeConfig.data_type",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_max_dim_x, {"AttributeConfig_max_dim_x","giop-tango.AttributeConfig.max_dim_x",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_max_dim_y, {"AttributeConfig_max_dim_y","giop-tango.AttributeConfig.max_dim_y",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_description, {"AttributeConfig_description","giop-tango.AttributeConfig.description",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_label, {"AttributeConfig_label","giop-tango.AttributeConfig.label",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_unit, {"AttributeConfig_unit","giop-tango.AttributeConfig.unit",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_standard_unit, {"AttributeConfig_standard_unit","giop-tango.AttributeConfig.standard_unit",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_display_unit, {"AttributeConfig_display_unit","giop-tango.AttributeConfig.display_unit",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_format, {"AttributeConfig_format","giop-tango.AttributeConfig.format",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_min_value, {"AttributeConfig_min_value","giop-tango.AttributeConfig.min_value",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_max_value, {"AttributeConfig_max_value","giop-tango.AttributeConfig.max_value",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_min_alarm, {"AttributeConfig_min_alarm","giop-tango.AttributeConfig.min_alarm",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_max_alarm, {"AttributeConfig_max_alarm","giop-tango.AttributeConfig.max_alarm",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_writable_attr_name, {"AttributeConfig_writable_attr_name","giop-tango.AttributeConfig.writable_attr_name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_extensions, {"Seq length of AttributeConfig_extensions","giop-tango.AttributeConfig.extensions",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_2_name, {"AttributeConfig_2_name","giop-tango.AttributeConfig_2.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_2_writable, {"AttributeConfig_2_writable","giop-tango.AttributeConfig_2.writable",FT_UINT32,BASE_DEC,VALS(Tango_AttrWriteType),0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_2_data_format, {"AttributeConfig_2_data_format","giop-tango.AttributeConfig_2.data_format",FT_UINT32,BASE_DEC,VALS(Tango_AttrDataFormat),0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_2_data_type, {"AttributeConfig_2_data_type","giop-tango.AttributeConfig_2.data_type",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_2_max_dim_x, {"AttributeConfig_2_max_dim_x","giop-tango.AttributeConfig_2.max_dim_x",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_2_max_dim_y, {"AttributeConfig_2_max_dim_y","giop-tango.AttributeConfig_2.max_dim_y",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_2_description, {"AttributeConfig_2_description","giop-tango.AttributeConfig_2.description",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_2_label, {"AttributeConfig_2_label","giop-tango.AttributeConfig_2.label",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_2_unit, {"AttributeConfig_2_unit","giop-tango.AttributeConfig_2.unit",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_2_standard_unit, {"AttributeConfig_2_standard_unit","giop-tango.AttributeConfig_2.standard_unit",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_2_display_unit, {"AttributeConfig_2_display_unit","giop-tango.AttributeConfig_2.display_unit",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_2_format, {"AttributeConfig_2_format","giop-tango.AttributeConfig_2.format",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_2_min_value, {"AttributeConfig_2_min_value","giop-tango.AttributeConfig_2.min_value",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_2_max_value, {"AttributeConfig_2_max_value","giop-tango.AttributeConfig_2.max_value",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_2_min_alarm, {"AttributeConfig_2_min_alarm","giop-tango.AttributeConfig_2.min_alarm",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_2_max_alarm, {"AttributeConfig_2_max_alarm","giop-tango.AttributeConfig_2.max_alarm",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_2_writable_attr_name, {"AttributeConfig_2_writable_attr_name","giop-tango.AttributeConfig_2.writable_attr_name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_2_level, {"AttributeConfig_2_level","giop-tango.AttributeConfig_2.level",FT_UINT32,BASE_DEC,VALS(Tango_DispLevel),0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_2_extensions, {"Seq length of AttributeConfig_2_extensions","giop-tango.AttributeConfig_2.extensions",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeValue_quality, {"AttributeValue_quality","giop-tango.AttributeValue.quality",FT_UINT32,BASE_DEC,VALS(Tango_AttrQuality),0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeValue_name, {"AttributeValue_name","giop-tango.AttributeValue.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeValue_dim_x, {"AttributeValue_dim_x","giop-tango.AttributeValue.dim_x",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeValue_dim_y, {"AttributeValue_dim_y","giop-tango.AttributeValue.dim_y",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeDim_dim_x, {"AttributeDim_dim_x","giop-tango.AttributeDim.dim_x",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeDim_dim_y, {"AttributeDim_dim_y","giop-tango.AttributeDim.dim_y",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeValue_3_quality, {"AttributeValue_3_quality","giop-tango.AttributeValue_3.quality",FT_UINT32,BASE_DEC,VALS(Tango_AttrQuality),0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeValue_3_name, {"AttributeValue_3_name","giop-tango.AttributeValue_3.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeValue_3_err_list, {"Seq length of AttributeValue_3_err_list","giop-tango.AttributeValue_3.err_list",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_ChangeEventProp_rel_change, {"ChangeEventProp_rel_change","giop-tango.ChangeEventProp.rel_change",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_ChangeEventProp_abs_change, {"ChangeEventProp_abs_change","giop-tango.ChangeEventProp.abs_change",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_ChangeEventProp_extensions, {"Seq length of ChangeEventProp_extensions","giop-tango.ChangeEventProp.extensions",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_PeriodicEventProp_period, {"PeriodicEventProp_period","giop-tango.PeriodicEventProp.period",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_PeriodicEventProp_extensions, {"Seq length of PeriodicEventProp_extensions","giop-tango.PeriodicEventProp.extensions",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_ArchiveEventProp_rel_change, {"ArchiveEventProp_rel_change","giop-tango.ArchiveEventProp.rel_change",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_ArchiveEventProp_abs_change, {"ArchiveEventProp_abs_change","giop-tango.ArchiveEventProp.abs_change",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_ArchiveEventProp_period, {"ArchiveEventProp_period","giop-tango.ArchiveEventProp.period",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_ArchiveEventProp_extensions, {"Seq length of ArchiveEventProp_extensions","giop-tango.ArchiveEventProp.extensions",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeAlarm_min_alarm, {"AttributeAlarm_min_alarm","giop-tango.AttributeAlarm.min_alarm",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeAlarm_max_alarm, {"AttributeAlarm_max_alarm","giop-tango.AttributeAlarm.max_alarm",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeAlarm_min_warning, {"AttributeAlarm_min_warning","giop-tango.AttributeAlarm.min_warning",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeAlarm_max_warning, {"AttributeAlarm_max_warning","giop-tango.AttributeAlarm.max_warning",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeAlarm_delta_t, {"AttributeAlarm_delta_t","giop-tango.AttributeAlarm.delta_t",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeAlarm_delta_val, {"AttributeAlarm_delta_val","giop-tango.AttributeAlarm.delta_val",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeAlarm_extensions, {"Seq length of AttributeAlarm_extensions","giop-tango.AttributeAlarm.extensions",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_3_name, {"AttributeConfig_3_name","giop-tango.AttributeConfig_3.name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_3_writable, {"AttributeConfig_3_writable","giop-tango.AttributeConfig_3.writable",FT_UINT32,BASE_DEC,VALS(Tango_AttrWriteType),0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_3_data_format, {"AttributeConfig_3_data_format","giop-tango.AttributeConfig_3.data_format",FT_UINT32,BASE_DEC,VALS(Tango_AttrDataFormat),0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_3_data_type, {"AttributeConfig_3_data_type","giop-tango.AttributeConfig_3.data_type",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_3_max_dim_x, {"AttributeConfig_3_max_dim_x","giop-tango.AttributeConfig_3.max_dim_x",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_3_max_dim_y, {"AttributeConfig_3_max_dim_y","giop-tango.AttributeConfig_3.max_dim_y",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_3_description, {"AttributeConfig_3_description","giop-tango.AttributeConfig_3.description",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_3_label, {"AttributeConfig_3_label","giop-tango.AttributeConfig_3.label",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_3_unit, {"AttributeConfig_3_unit","giop-tango.AttributeConfig_3.unit",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_3_standard_unit, {"AttributeConfig_3_standard_unit","giop-tango.AttributeConfig_3.standard_unit",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_3_display_unit, {"AttributeConfig_3_display_unit","giop-tango.AttributeConfig_3.display_unit",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_3_format, {"AttributeConfig_3_format","giop-tango.AttributeConfig_3.format",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_3_min_value, {"AttributeConfig_3_min_value","giop-tango.AttributeConfig_3.min_value",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_3_max_value, {"AttributeConfig_3_max_value","giop-tango.AttributeConfig_3.max_value",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_3_writable_attr_name, {"AttributeConfig_3_writable_attr_name","giop-tango.AttributeConfig_3.writable_attr_name",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_3_level, {"AttributeConfig_3_level","giop-tango.AttributeConfig_3.level",FT_UINT32,BASE_DEC,VALS(Tango_DispLevel),0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_3_extensions, {"Seq length of AttributeConfig_3_extensions","giop-tango.AttributeConfig_3.extensions",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_AttributeConfig_3_sys_extensions, {"Seq length of AttributeConfig_3_sys_extensions","giop-tango.AttributeConfig_3.sys_extensions",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevInfo_dev_class, {"DevInfo_dev_class","giop-tango.DevInfo.dev_class",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevInfo_server_id, {"DevInfo_server_id","giop-tango.DevInfo.server_id",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevInfo_server_host, {"DevInfo_server_host","giop-tango.DevInfo.server_host",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevInfo_server_version, {"DevInfo_server_version","giop-tango.DevInfo.server_version",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevInfo_doc_url, {"DevInfo_doc_url","giop-tango.DevInfo.doc_url",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevInfo_3_dev_class, {"DevInfo_3_dev_class","giop-tango.DevInfo_3.dev_class",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevInfo_3_server_id, {"DevInfo_3_server_id","giop-tango.DevInfo_3.server_id",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevInfo_3_server_host, {"DevInfo_3_server_host","giop-tango.DevInfo_3.server_host",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevInfo_3_server_version, {"DevInfo_3_server_version","giop-tango.DevInfo_3.server_version",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevInfo_3_doc_url, {"DevInfo_3_doc_url","giop-tango.DevInfo_3.doc_url",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevInfo_3_dev_type, {"DevInfo_3_dev_type","giop-tango.DevInfo_3.dev_type",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevCmdHistory_cmd_failed, {"DevCmdHistory_cmd_failed","giop-tango.DevCmdHistory.cmd_failed",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_Tango_DevCmdHistory_errors, {"Seq length of DevCmdHistory_errors","giop-tango.DevCmdHistory.errors",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevAttrHistory_attr_failed, {"DevAttrHistory_attr_failed","giop-tango.DevAttrHistory.attr_failed",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ {&hf_Tango_DevAttrHistory_errors, {"Seq length of DevAttrHistory_errors","giop-tango.DevAttrHistory.errors",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_DevAttrHistory_3_attr_failed, {"DevAttrHistory_3_attr_failed","giop-tango.DevAttrHistory_3.attr_failed",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},
+ /* User exception filters */
+ {&hf_Tango_DevFailed_errors, {"Seq length of DevFailed_errors","giop-tango.DevFaile.DevFailed_errors",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ {&hf_Tango_MultiDevFailed_errors, {"Seq length of MultiDevFailed_errors","giop-tango.MultiDevFaile.MultiDevFailed_errors",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},
+ /* Union filters */
};
diff --git a/tools/wireshark_gen.py b/tools/wireshark_gen.py
index db2c2d5772..f66ba64a93 100755
--- a/tools/wireshark_gen.py
+++ b/tools/wireshark_gen.py
@@ -198,13 +198,16 @@ class wireshark_gen_C:
self.genDeclares(oplist,atlist,enlist,stlist,unlist)
self.genProtocol()
self.genRegisteredFields()
- self.genAtList(atlist) # string constant declares for Attributes
- self.genEnList(enlist) # string constant declares for Enums
+ if (len(atlist) > 0):
+ self.genAtList(atlist) # string constant declares for Attributes
+ if (len(enlist) > 0):
+ self.genEnList(enlist) # string constant declares for Enums
self.genExceptionHelpers(oplist) # helper function to decode user exceptions that have members
self.genExceptionDelegator(oplist) # finds the helper function to decode a user exception
- self.genAttributeHelpers(atlist) # helper function to decode "attributes"
+ if (len(atlist) > 0):
+ self.genAttributeHelpers(atlist) # helper function to decode "attributes"
self.genHelpers(oplist,stlist,unlist) # operation, struct and union decode helper functions
@@ -213,7 +216,7 @@ class wireshark_gen_C:
self.genAtDelegator(atlist)
self.genMainEntryEnd()
- self.gen_proto_register()
+ self.gen_proto_register(oplist, atlist, stlist, unlist)
self.gen_proto_reg_handoff(oplist)
# All the dissectors are now built-in
#self.gen_plugin_register()
@@ -276,9 +279,108 @@ class wireshark_gen_C:
self.st.out(self.template_Includes)
+ #
+ # genOpDeclares()
+ #
+ # Generate hf variables for operation filters
+ #
+ # in: opnode ( an operation node)
+ #
+
+ def genOpDeclares(self, op):
+ if self.DEBUG:
+ print "XXX genOpDeclares"
+ print "XXX return type = " , op.returnType().kind()
+
+ sname = self.namespace(op, "_")
+ rt = op.returnType()
+
+ if (rt.kind() != idltype.tk_void):
+ if (rt.kind() == idltype.tk_alias): # a typdef return val possibly ?
+ #self.get_CDR_alias(rt, rt.name() )
+ self.st.out(self.template_hf, name=sname + "_return")
+ else:
+ self.st.out(self.template_hf, name=sname + "_return")
+ for p in op.parameters():
+ self.st.out(self.template_hf, name=sname + "_" + p.identifier())
+
+ #
+ # genAtDeclares()
+ #
+ # Generate hf variables for attributes
+ #
+ # in: at ( an attribute)
+ #
+
+ def genAtDeclares(self, at):
+ if self.DEBUG:
+ print "XXX genAtDeclares"
+
+ for decl in at.declarators():
+ sname = self.namespace(decl, "_")
+
+ self.st.out(self.template_hf, name="get" + "_" + sname + "_" + decl.identifier())
+ if not at.readonly():
+ self.st.out(self.template_hf, name="set" + "_" + sname + "_" + decl.identifier())
+
+ #
+ # genStDeclares()
#
- # denDeclares
+ # Generate hf variables for structs
+ #
+ # in: st ( a struct)
+ #
+
+ def genStDeclares(self, st):
+ if self.DEBUG:
+ print "XXX genStDeclares"
+
+ sname = self.namespace(st, "_")
+
+ for m in st.members():
+ for decl in m.declarators():
+ self.st.out(self.template_hf, name=sname + "_" + decl.identifier())
+
+ #
+ # genExDeclares()
+ #
+ # Generate hf variables for user exception filters
+ #
+ # in: exnode ( an exception node)
+ #
+
+ def genExDeclares(self,ex):
+ if self.DEBUG:
+ print "XXX genExDeclares"
+
+ sname = self.namespace(ex, "_")
+
+ for m in ex.members():
+ for decl in m.declarators():
+ self.st.out(self.template_hf, name=sname + "_" + decl.identifier())
+
+ #
+ # genUnionDeclares()
+ #
+ # Generate hf variables for union filters
+ #
+ # in: un ( an union)
+ #
+
+ def genUnionDeclares(self,un):
+ if self.DEBUG:
+ print "XXX genUnionDeclares"
+
+ sname = self.namespace(un, "_")
+ self.st.out(self.template_hf, name=sname + "_" + un.identifier())
+
+ for uc in un.cases(): # for all UnionCase objects in this union
+ for cl in uc.labels(): # for all Caselabel objects in this UnionCase
+ self.st.out(self.template_hf, name=sname + "_" + uc.declarator().identifier())
+
+ #
+ # genDeclares
#
# generate function prototypes if required
#
@@ -290,29 +392,63 @@ class wireshark_gen_C:
if self.DEBUG:
print "XXX genDeclares"
- # prototype for start_dissecting()
+ # prototype for operation filters
+ self.st.out(self.template_hf_operations)
- self.st.out(self.template_prototype_start_dissecting)
+ #operation specific filters
+ if (len(oplist) > 0):
+ self.st.out(self.template_proto_register_op_filter_comment)
+ for op in oplist:
+ self.genOpDeclares(op)
- # struct prototypes
+ #attribute filters
+ if (len(atlist) > 0):
+ self.st.out(self.template_proto_register_at_filter_comment)
+ for at in atlist:
+ self.genAtDeclares(at)
- self.st.out(self.template_prototype_struct_start)
+ #struct filters
+ if (len(stlist) > 0):
+ self.st.out(self.template_proto_register_st_filter_comment)
for st in stlist:
- #print st.repoId()
- sname = self.namespace(st, "_")
-
- self.st.out(self.template_prototype_struct_body, stname=st.repoId(),name=sname)
- self.st.out(self.template_prototype_struct_end)
+ self.genStDeclares(st)
- # union prototypes
+ # exception List filters
+ exlist = self.get_exceptionList(oplist) # grab list of exception nodes
+ if (len(exlist) > 0):
+ self.st.out(self.template_proto_register_ex_filter_comment)
+ for ex in exlist:
+ if (ex.members()): # only if has members
+ self.genExDeclares(ex)
- self.st.out(self.template_prototype_union_start)
+ #union filters
+ if (len(unlist) > 0):
+ self.st.out(self.template_proto_register_un_filter_comment)
for un in unlist:
- sname = self.namespace(un, "_")
- self.st.out(self.template_prototype_union_body, unname=un.repoId(),name=sname)
- self.st.out(self.template_prototype_union_end)
+ self.genUnionDeclares(un)
+ # prototype for start_dissecting()
+
+ self.st.out(self.template_prototype_start_dissecting)
+
+ # struct prototypes
+ if len(stlist):
+ self.st.out(self.template_prototype_struct_start)
+ for st in stlist:
+ #print st.repoId()
+ sname = self.namespace(st, "_")
+ self.st.out(self.template_prototype_struct_body, stname=st.repoId(),name=sname)
+
+ self.st.out(self.template_prototype_struct_end)
+
+ # union prototypes
+ if len(unlist):
+ self.st.out(self.template_prototype_union_start)
+ for un in unlist:
+ sname = self.namespace(un, "_")
+ self.st.out(self.template_prototype_union_body, unname=un.repoId(),name=sname)
+ self.st.out(self.template_prototype_union_end)
#
@@ -527,32 +663,12 @@ class wireshark_gen_C:
self.st.out(self.template_attribute_helper_function_start, sname=sname, atname=decl.repoId())
self.st.inc_indent()
- self.st.out(self.template_helper_function_vars_start)
- self.dumpCvars(sname)
- self.st.out(self.template_helper_function_vars_end )
+ if (len(self.fn_hash[sname]) > 0):
+ self.st.out(self.template_helper_function_vars_start)
+ self.dumpCvars(sname)
+ self.st.out(self.template_helper_function_vars_end )
- #
- # TODO - attributes are simple types, so remove array handling
- #
-
- if decl.sizes(): # an array
- indices = self.get_indices_from_sizes(decl.sizes())
- string_indices = '%i ' % indices # convert int to string
- self.st.out(self.template_get_CDR_array_comment, aname=decl.identifier(), asize=string_indices)
- self.st.out(self.template_get_CDR_array_start, aname=decl.identifier(), aval=string_indices)
- self.addvar(self.c_i + decl.identifier() + ";")
-
- self.st.inc_indent()
-
- self.getCDR3(attrib.attrType(), decl.identifier() )
-
- self.st.dec_indent()
- self.st.out(self.template_get_CDR_array_end)
-
-
- else:
-
- self.getCDR3(attrib.attrType(), decl.identifier() )
+ self.getCDR(attrib.attrType(), sname + "_" + decl.identifier() )
self.st.dec_indent()
self.st.out(self.template_attribute_helper_function_end)
@@ -604,10 +720,10 @@ class wireshark_gen_C:
self.st.out(self.template_exception_helper_function_start, sname=sname, exname=ex.repoId())
self.st.inc_indent()
- self.st.out(self.template_helper_function_vars_start)
- self.dumpCvars(sname)
- self.st.out(self.template_helper_function_vars_end )
-
+ if (len(self.fn_hash[sname]) > 0):
+ self.st.out(self.template_helper_function_vars_start)
+ self.dumpCvars(sname)
+ self.st.out(self.template_helper_function_vars_end )
for m in ex.members():
#print "XXX genExhelper, member = ", m, "member type = ", m.memberType()
@@ -623,14 +739,14 @@ class wireshark_gen_C:
self.addvar(self.c_i + decl.identifier() + ";")
self.st.inc_indent()
- self.getCDR3(m.memberType(), ex.identifier() + "_" + decl.identifier() )
+ self.getCDR(m.memberType(), sname + "_" + decl.identifier() )
self.st.dec_indent()
self.st.out(self.template_get_CDR_array_end)
else:
- self.getCDR3(m.memberType(), ex.identifier() + "_" + decl.identifier() )
+ self.getCDR(m.memberType(), sname + "_" + decl.identifier() )
self.st.dec_indent()
self.st.out(self.template_exception_helper_function_end)
@@ -681,10 +797,10 @@ class wireshark_gen_C:
self.st.out(self.template_helper_function_start, sname=sname)
self.st.inc_indent()
- self.st.out(self.template_helper_function_vars_start)
- self.dumpCvars(sname)
- self.st.out(self.template_helper_function_vars_end )
-
+ if (len(self.fn_hash[sname]) > 0):
+ self.st.out(self.template_helper_function_vars_start)
+ self.dumpCvars(sname)
+ self.st.out(self.template_helper_function_vars_end )
self.st.out(self.template_helper_switch_msgtype_start)
@@ -744,7 +860,7 @@ class wireshark_gen_C:
print "XXX parameter type = " ,p.paramType()
print "XXX parameter type kind = " ,p.paramType().kind()
- self.getCDR3(p.paramType(),p.identifier())
+ self.getCDR(p.paramType(), self.curr_sname + "_" + p.identifier())
#
@@ -756,23 +872,25 @@ class wireshark_gen_C:
rt = opnode.returnType() # get return type
if self.DEBUG:
+ print "XXX genOperationReply"
print "XXX opnode = " , opnode
print "XXX return type = " , rt
print "XXX return type.unalias = " , rt.unalias()
print "XXX return type.kind() = " , rt.kind();
+ sname = self.namespace(opnode, "_")
if (rt.kind() == idltype.tk_alias): # a typdef return val possibly ?
- #self.getCDR3(rt.decl().alias().aliasType(),"dummy") # return value maybe a typedef
- #self.get_CDR_alias(rt, "Operation_Return_Value" )
- self.get_CDR_alias(rt, rt.name() )
+ #self.getCDR(rt.decl().alias().aliasType(),"dummy") # return value maybe a typedef
+ self.get_CDR_alias(rt, sname + "_return" )
+ #self.get_CDR_alias(rt, rt.name() )
else:
- self.getCDR3(rt, "Operation_Return_Value") # return value is NOT an alias
+ self.getCDR(rt, sname + "_return") # return value is NOT an alias
for p in opnode.parameters():
if p.is_out(): # out or inout
- self.getCDR3(p.paramType(),p.identifier())
+ self.getCDR(p.paramType(), self.curr_sname + "_" + p.identifier())
#self.st.dec_indent()
@@ -898,13 +1016,14 @@ class wireshark_gen_C:
# if I find nested structures etc.
#
- def getCDR3(self,type,name="fred"):
+ def getCDR(self,type,name="fred"):
pt = type.unalias().kind() # param CDR type
pn = name # param name
if self.DEBUG:
- print "XXX getCDR3: kind = " , pt
+ print "XXX getCDR: kind = " , pt
+ print "XXX getCDR: name = " , pn
if pt == idltype.tk_ulong:
self.get_CDR_ulong(pn)
@@ -975,34 +1094,34 @@ class wireshark_gen_C:
def get_CDR_ulong(self,pn):
- self.st.out(self.template_get_CDR_ulong, varname=pn)
+ self.st.out(self.template_get_CDR_ulong, hfname=pn)
def get_CDR_short(self,pn):
- self.st.out(self.template_get_CDR_short, varname=pn)
+ self.st.out(self.template_get_CDR_short, hfname=pn)
def get_CDR_void(self,pn):
- self.st.out(self.template_get_CDR_void, varname=pn)
+ self.st.out(self.template_get_CDR_void, hfname=pn)
def get_CDR_long(self,pn):
- self.st.out(self.template_get_CDR_long, varname=pn)
+ self.st.out(self.template_get_CDR_long, hfname=pn)
def get_CDR_ushort(self,pn):
- self.st.out(self.template_get_CDR_ushort, varname=pn)
+ self.st.out(self.template_get_CDR_ushort, hfname=pn)
def get_CDR_float(self,pn):
- self.st.out(self.template_get_CDR_float, varname=pn)
+ self.st.out(self.template_get_CDR_float, hfname=pn)
def get_CDR_double(self,pn):
- self.st.out(self.template_get_CDR_double, varname=pn)
+ self.st.out(self.template_get_CDR_double, hfname=pn)
def get_CDR_longlong(self,pn):
- self.st.out(self.template_get_CDR_longlong, varname=pn)
+ self.st.out(self.template_get_CDR_longlong, hfname=pn)
def get_CDR_ulonglong(self,pn):
- self.st.out(self.template_get_CDR_ulonglong, varname=pn)
+ self.st.out(self.template_get_CDR_ulonglong, hfname=pn)
def get_CDR_boolean(self,pn):
- self.st.out(self.template_get_CDR_boolean, varname=pn)
+ self.st.out(self.template_get_CDR_boolean, hfname=pn)
def get_CDR_fixed(self,type,pn):
if self.DEBUG:
@@ -1019,18 +1138,18 @@ class wireshark_gen_C:
def get_CDR_char(self,pn):
- self.st.out(self.template_get_CDR_char, varname=pn)
+ self.st.out(self.template_get_CDR_char, hfname=pn)
def get_CDR_octet(self,pn):
- self.st.out(self.template_get_CDR_octet, varname=pn)
+ self.st.out(self.template_get_CDR_octet, hfname=pn)
def get_CDR_any(self,pn):
self.st.out(self.template_get_CDR_any, varname=pn)
def get_CDR_enum(self,pn,type):
- #self.st.out(self.template_get_CDR_enum, varname=pn)
+ #self.st.out(self.template_get_CDR_enum, hfname=pn)
sname = self.namespace(type.unalias(), "_")
- self.st.out(self.template_get_CDR_enum_symbolic, valstringarray=sname,varname=pn)
+ self.st.out(self.template_get_CDR_enum_symbolic, valstringarray=sname,hfname=pn)
self.addvar(self.c_u_octet4)
def get_CDR_string(self,pn):
@@ -1082,6 +1201,183 @@ class wireshark_gen_C:
self.st.out(self.template_union_end, name=sname )
+ #
+ # getCDR_hf()
+ #
+ # This takes a node, and tries to output the appropriate item for the
+ # hf array.
+ #
+
+ def getCDR_hf(self,type,desc,filter,hf_name="fred",):
+
+ pt = type.unalias().kind() # param CDR type
+ pn = hf_name # param name
+
+ if self.DEBUG:
+ print "XXX getCDR_hf: kind = " , pt
+ print "XXX getCDR_hf: name = " , pn
+
+ if pt == idltype.tk_ulong:
+ self.get_CDR_ulong_hf(pn, desc, filter, self.dissname)
+ elif pt == idltype.tk_longlong:
+ self.get_CDR_longlong_hf(pn, desc, filter, self.dissname)
+ elif pt == idltype.tk_ulonglong:
+ self.get_CDR_ulonglong_hf(pn, desc, filter, self.dissname)
+ elif pt == idltype.tk_void:
+ pt = pt # do nothing
+ elif pt == idltype.tk_short:
+ self.get_CDR_short_hf(pn, desc, filter, self.dissname)
+ elif pt == idltype.tk_long:
+ self.get_CDR_long_hf(pn, desc, filter, self.dissname)
+ elif pt == idltype.tk_ushort:
+ self.get_CDR_ushort_hf(pn, desc, filter, self.dissname)
+ elif pt == idltype.tk_float:
+ self.get_CDR_float_hf(pn, desc, filter, self.dissname)
+ elif pt == idltype.tk_double:
+ self.get_CDR_double_hf(pn, desc, filter, self.dissname)
+ elif pt == idltype.tk_fixed:
+ pt = pt # XXX - do nothing (for now)
+ #self.get_CDR_fixed(type.unalias(),pn)
+ elif pt == idltype.tk_boolean:
+ self.get_CDR_boolean_hf(pn, desc, filter, self.dissname)
+ elif pt == idltype.tk_char:
+ self.get_CDR_char_hf(pn, desc, filter, self.dissname)
+ elif pt == idltype.tk_octet:
+ self.get_CDR_octet_hf(pn, desc, filter, self.dissname)
+ elif pt == idltype.tk_any:
+ pt = pt # XXX - do nothing (for now)
+ #self.get_CDR_any(pn)
+ elif pt == idltype.tk_string:
+ self.get_CDR_string_hf(pn, desc, filter, self.dissname)
+ elif pt == idltype.tk_wstring:
+ self.get_CDR_wstring_hf(pn, desc, filter, self.dissname)
+ elif pt == idltype.tk_wchar:
+ self.get_CDR_wchar_hf(pn, desc, filter, self.dissname)
+ elif pt == idltype.tk_enum:
+ self.get_CDR_enum_hf(pn, type, desc, filter, self.dissname)
+ elif pt == idltype.tk_struct:
+ pt = pt # XXX - do nothing (for now)
+ #self.get_CDR_struct(type,pn)
+ elif pt == idltype.tk_TypeCode: # will I ever get here ?
+ self.get_CDR_TypeCode_hf(pn, desc, filter, self.dissname)
+ elif pt == idltype.tk_sequence:
+ if type.unalias().seqType().kind() == idltype.tk_octet:
+ self.get_CDR_sequence_octet_hf(type, pn, desc, filter, self.dissname)
+ else:
+ self.get_CDR_sequence_hf(type, pn, desc, filter, self.dissname)
+ elif pt == idltype.tk_objref:
+ pt = pt # XXX - do nothing (for now)
+ #self.get_CDR_objref(type,pn)
+ elif pt == idltype.tk_array:
+ pt = pt # XXX - do nothing (for now)
+ #self.get_CDR_array(type,pn)
+ elif pt == idltype.tk_union:
+ pt = pt # XXX - do nothing (for now)
+ #self.get_CDR_union(type,pn)
+ elif pt == idltype.tk_alias:
+ if self.DEBUG:
+ print "XXXXX Alias type hf XXXXX " , type
+ self.get_CDR_alias_hf(type,pn)
+ else:
+ self.genWARNING("Unknown typecode = " + '%i ' % pt) # put comment in source code
+
+ #
+ # get_CDR_XXX_hf methods are here ..
+ #
+ #
+
+
+ def get_CDR_ulong_hf(self,pn,desc,filter,diss):
+ self.st.out(self.template_get_CDR_ulong_hf, hfname=pn, dissector_name=diss, descname=desc, filtername=filter)
+
+ def get_CDR_short_hf(self,pn,desc,filter,diss):
+ self.st.out(self.template_get_CDR_short_hf, hfname=pn, dissector_name=diss, descname=desc, filtername=filter)
+
+ def get_CDR_long_hf(self,pn,desc,filter,diss):
+ self.st.out(self.template_get_CDR_long_hf, hfname=pn, dissector_name=diss, descname=desc, filtername=filter)
+
+ def get_CDR_ushort_hf(self,pn,desc,filter,diss):
+ self.st.out(self.template_get_CDR_ushort_hf, hfname=pn, dissector_name=diss, descname=desc, filtername=filter)
+
+ def get_CDR_float_hf(self,pn,desc,filter,diss):
+ self.st.out(self.template_get_CDR_float_hf, hfname=pn, dissector_name=diss, descname=desc, filtername=filter)
+
+ def get_CDR_double_hf(self,pn,desc,filter,diss):
+ self.st.out(self.template_get_CDR_double_hf, hfname=pn, dissector_name=diss, descname=desc, filtername=filter)
+
+ def get_CDR_longlong_hf(self,pn,desc,filter,diss):
+ self.st.out(self.template_get_CDR_longlong_hf, hfname=pn, dissector_name=diss, descname=desc, filtername=filter)
+
+ def get_CDR_ulonglong_hf(self,pn,desc,filter,diss):
+ self.st.out(self.template_get_CDR_ulonglong_hf, hfname=pn, dissector_name=diss, descname=desc, filtername=filter)
+
+ def get_CDR_boolean_hf(self,pn,desc,filter,diss):
+ self.st.out(self.template_get_CDR_boolean_hf, hfname=pn, dissector_name=diss, descname=desc, filtername=filter)
+
+ def get_CDR_char_hf(self,pn,desc,filter,diss):
+ self.st.out(self.template_get_CDR_char_hf, hfname=pn, dissector_name=diss, descname=desc, filtername=filter)
+
+ def get_CDR_octet_hf(self,pn,desc,filter,diss):
+ self.st.out(self.template_get_CDR_octet_hf, hfname=pn, dissector_name=diss, descname=desc, filtername=filter)
+
+ def get_CDR_enum_hf(self,pn,type,desc,filter,diss):
+ #self.st.out(self.template_get_CDR_enum_hf, hfname=pn, dissector_name=diss, descname=desc, filtername=filter)
+ sname = self.namespace(type.unalias(), "_")
+ self.st.out(self.template_get_CDR_enum_symbolic_hf, valstringarray=sname,hfname=pn, dissector_name=diss, descname=desc, filtername=filter)
+# self.addvar(self.c_u_octet4)
+
+ def get_CDR_string_hf(self,pn,desc,filter,diss):
+ self.st.out(self.template_get_CDR_string_hf, hfname=pn, dissector_name=diss, descname=desc, filtername=filter)
+
+ def get_CDR_wstring_hf(self,pn,desc,filter,diss):
+ self.st.out(self.template_get_CDR_wstring_hf, hfname=pn, dissector_name=diss, descname=desc, filtername=filter)
+# self.addvar(self.c_u_octet4)
+# self.addvar(self.c_seq)
+
+ def get_CDR_wchar_hf(self,pn,desc,filter,diss):
+ self.st.out(self.template_get_CDR_wchar_hf, hfname=pn, dissector_name=diss, descname=desc, filtername=filter)
+# self.addvar(self.c_s_octet1)
+# self.addvar(self.c_seq)
+
+ def get_CDR_TypeCode_hf(self,pn,desc,filter,diss):
+ self.st.out(self.template_get_CDR_TypeCode_hf, hfname=pn, dissector_name=diss, descname=desc, filtername=filter)
+# self.addvar(self.c_u_octet4)
+
+ def get_CDR_sequence_octet_hf(self,type,pn,desc,filter,diss):
+ self.st.out(self.template_get_CDR_sequence_octet_hf, hfname=pn, dissector_name=diss, descname=desc, filtername=filter)
+
+ def get_CDR_sequence_hf(self,type,pn,desc,filter,diss):
+ self.st.out(self.template_get_CDR_sequence_hf, hfname=pn, dissector_name=diss, descname=desc, filtername=filter)
+
+ def get_CDR_alias_hf(self,type,pn):
+ if self.DEBUG:
+ print "XXX get_CDR_alias_hf, type = " ,type , " pn = " , pn
+ print "XXX get_CDR_alias_hf, type.decl() = " ,type.decl()
+ print "XXX get_CDR_alias_hf, type.decl().alias() = " ,type.decl().alias()
+
+ decl = type.decl() # get declarator object
+
+ if (decl.sizes()): # a typedef array
+ #indices = self.get_indices_from_sizes(decl.sizes())
+ #string_indices = '%i ' % indices # convert int to string
+ #self.st.out(self.template_get_CDR_array_comment, aname=pn, asize=string_indices)
+
+ #self.st.out(self.template_get_CDR_array_start, aname=pn, aval=string_indices)
+ #self.addvar(self.c_i + pn + ";")
+ #self.st.inc_indent()
+ self.getCDR_hf(type.decl().alias().aliasType(), pn )
+
+ #self.st.dec_indent()
+ #self.st.out(self.template_get_CDR_array_end)
+
+
+ else: # a simple typdef
+ if self.DEBUG:
+ print "XXX get_CDR_alias_hf, type = " ,type , " pn = " , pn
+ print "XXX get_CDR_alias_hf, type.decl() = " ,type.decl()
+
+ self.getCDR_hf(type, decl.identifier() )
+
#
# Code to generate Union Helper functions
@@ -1093,8 +1389,9 @@ class wireshark_gen_C:
def genUnionHelper(self,un):
if self.DEBUG:
+ print "XXX genUnionHelper called"
print "XXX Union type =" , un
- print "XXX Union type.decl()" , un.decl()
+ print "XXX Union type.switchType()" , un.switchType()
print "XXX Union Scoped Name" , un.scopedName()
sname = self.namespace(un, "_")
@@ -1106,15 +1403,16 @@ class wireshark_gen_C:
self.st.out(self.template_union_helper_function_start, sname=sname, unname=un.repoId())
self.st.inc_indent()
- self.st.out(self.template_helper_function_vars_start)
- self.dumpCvars(sname)
- self.st.out(self.template_helper_function_vars_end )
+ if (len(self.fn_hash[sname]) > 0):
+ self.st.out(self.template_helper_function_vars_start)
+ self.dumpCvars(sname)
+ self.st.out(self.template_helper_function_vars_end )
st = un.switchType().unalias() # may be typedef switch type, so find real type
self.st.out(self.template_comment_union_code_start, uname=un.repoId() )
- self.getCDR3(st,un.identifier());
+ self.getCDR(st, sname + "_" + un.identifier());
# Depending on what kind of discriminant I come accross (enum,integer,char,
# short, boolean), make sure I cast the return value of the get_XXX accessor
@@ -1214,7 +1512,7 @@ class wireshark_gen_C:
self.st.out(self.template_comment_union_code_label_default_start )
- self.getCDR3(uc.caseType(),uc.declarator().identifier())
+ self.getCDR(uc.caseType(),sname + "_" + uc.declarator().identifier())
if not cl.default():
self.st.dec_indent()
@@ -1247,7 +1545,7 @@ class wireshark_gen_C:
self.st.out(self.template_get_CDR_array_start, aname=pn, aval=string_indices)
self.addvar(self.c_i + pn + ";")
self.st.inc_indent()
- self.getCDR3(type.decl().alias().aliasType(), pn )
+ self.getCDR(type.decl().alias().aliasType(), pn )
self.st.dec_indent()
self.st.out(self.template_get_CDR_array_end)
@@ -1258,7 +1556,7 @@ class wireshark_gen_C:
print "XXX get_CDR_alias, type = " ,type , " pn = " , pn
print "XXX get_CDR_alias, type.decl() = " ,type.decl()
- self.getCDR3(type, decl.identifier() )
+ self.getCDR(type, pn )
@@ -1308,9 +1606,10 @@ class wireshark_gen_C:
self.st.out(self.template_struct_helper_function_start, sname=sname, stname=st.repoId())
self.st.inc_indent()
- self.st.out(self.template_helper_function_vars_start)
- self.dumpCvars(sname)
- self.st.out(self.template_helper_function_vars_end )
+ if (len(self.fn_hash[sname]) > 0):
+ self.st.out(self.template_helper_function_vars_start)
+ self.dumpCvars(sname)
+ self.st.out(self.template_helper_function_vars_end )
for m in st.members():
for decl in m.declarators():
@@ -1322,13 +1621,13 @@ class wireshark_gen_C:
self.addvar(self.c_i + decl.identifier() + ";")
self.st.inc_indent()
- self.getCDR3(m.memberType(), st.identifier() + "_" + decl.identifier() )
+ self.getCDR(m.memberType(), sname + "_" + decl.identifier() )
self.st.dec_indent()
self.st.out(self.template_get_CDR_array_end)
else:
- self.getCDR3(m.memberType(), st.identifier() + "_" + decl.identifier() )
+ self.getCDR(m.memberType(), sname + "_" + decl.identifier() )
self.st.dec_indent()
self.st.out(self.template_struct_helper_function_end)
@@ -1349,7 +1648,7 @@ class wireshark_gen_C:
self.addvar(self.c_i + pn + ";")
self.st.inc_indent()
- self.getCDR3(type.unalias().seqType(), pn ) # and start all over with the type
+ self.getCDR(type.unalias().seqType(), pn ) # and start all over with the type
self.st.dec_indent()
self.st.out(self.template_get_CDR_sequence_loop_end)
@@ -1432,15 +1731,111 @@ class wireshark_gen_C:
self.st.out(self.template_proto_reg_handoff_end)
+ #
+ # generate hf_ array element for operation, attribute, enums, struct and union lists
+ #
+
+ def genOp_hf(self,op):
+ sname = self.namespace(op, "_")
+ opname = sname[string.find(sname, "_")+1:]
+ opname = opname[:string.find(opname, "_")]
+ rt = op.returnType()
+
+ if (rt.kind() != idltype.tk_void):
+ if (rt.kind() == idltype.tk_alias): # a typdef return val possibly ?
+ self.getCDR_hf(rt, rt.name(),\
+ opname + "." + op.identifier() + ".return", sname + "_return")
+ else:
+ self.getCDR_hf(rt, "Return value",\
+ opname + "." + op.identifier() + ".return", sname + "_return")
+
+ for p in op.parameters():
+ self.getCDR_hf(p.paramType(), p.identifier(),\
+ opname + "." + op.identifier() + "." + p.identifier(), sname + "_" + p.identifier())
+
+ def genAt_hf(self,at):
+ for decl in at.declarators():
+ sname = self.namespace(decl, "_")
+ atname = sname[string.find(sname, "_")+1:]
+ atname = atname[:string.find(atname, "_")]
+
+ self.getCDR_hf(at.attrType(), decl.identifier(),\
+ atname + "." + decl.identifier() + ".get", "get" + "_" + sname + "_" + decl.identifier())
+ if not at.readonly():
+ self.getCDR_hf(at.attrType(), decl.identifier(),\
+ atname + "." + decl.identifier() + ".set", "set" + "_" + sname + "_" + decl.identifier())
+
+ def genSt_hf(self,st):
+ sname = self.namespace(st, "_")
+ stname = sname[string.find(sname, "_")+1:]
+ stname = stname[:string.find(stname, "_")]
+ for m in st.members():
+ for decl in m.declarators():
+ self.getCDR_hf(m.memberType(), st.identifier() + "_" + decl.identifier(),\
+ st.identifier() + "." + decl.identifier(), sname + "_" + decl.identifier())
+
+ def genEx_hf(self,ex):
+ sname = self.namespace(ex, "_")
+ exname = sname[string.find(sname, "_")+1:]
+ exname = exname[:string.find(exname, "_")]
+ for m in ex.members():
+ for decl in m.declarators():
+ self.getCDR_hf(m.memberType(), ex.identifier() + "_" + decl.identifier(),\
+ exname + "." + ex.identifier() + "_" + decl.identifier(), sname + "_" + decl.identifier())
+
+ def genUnion_hf(self,un):
+ sname = self.namespace(un, "_")
+ unname = sname[:string.rfind(sname, "_")]
+ unname = string.replace(unname, "_", ".")
+
+ self.getCDR_hf(un.switchType().unalias(), un.identifier(),\
+ unname + "." + un.identifier(), sname + "_" + un.identifier())
+ for uc in un.cases(): # for all UnionCase objects in this union
+ for cl in uc.labels(): # for all Caselabel objects in this UnionCase
+ self.getCDR_hf(uc.caseType(), un.identifier() + "_" + uc.declarator().identifier(),\
+ unname + "." + un.identifier() + "." + uc.declarator().identifier(),\
+ sname + "_" + uc.declarator().identifier())
#
# generate proto_register_<protoname> code,
#
+ # in - oplist[], atlist[], stline[], unlist[]
+ #
+
+
+ def gen_proto_register(self, oplist, atlist, stlist, unlist):
+ self.st.out(self.template_proto_register_start, dissector_name=self.dissname)
+
+ #operation specific filters
+ self.st.out(self.template_proto_register_op_filter_comment)
+ for op in oplist:
+ self.genOp_hf(op)
+
+ #attribute filters
+ self.st.out(self.template_proto_register_at_filter_comment)
+ for at in atlist:
+ self.genAt_hf(at)
+
+ #struct filters
+ self.st.out(self.template_proto_register_st_filter_comment)
+ for st in stlist:
+ if (st.members()): # only if has members
+ self.genSt_hf(st)
+ # exception List filters
+ exlist = self.get_exceptionList(oplist) # grab list of exception nodes
+ self.st.out(self.template_proto_register_ex_filter_comment)
+ for ex in exlist:
+ if (ex.members()): # only if has members
+ self.genEx_hf(ex)
- def gen_proto_register(self):
- self.st.out(self.template_proto_register, description=self.description, protocol_name=self.protoname, dissector_name=self.dissname)
+ # Union filters
+ self.st.out(self.template_proto_register_un_filter_comment)
+ for un in unlist:
+ self.genUnion_hf(un)
+
+ self.st.out(self.template_proto_register_end, description=self.description, protocol_name=self.protoname, dissector_name=self.dissname)
#
@@ -1536,17 +1931,17 @@ class wireshark_gen_C:
template_helper_function_comment = """\
/*
* @repoid@
- */
-"""
- template_helper_function_vars_start = """
-/* Operation specific Variable declarations Begin */
-"""
- template_helper_function_vars_end = """
+ */"""
+ template_helper_function_vars_start = """\
+/* Operation specific Variable declarations Begin */"""
+
+ template_helper_function_vars_end = """\
/* Operation specific Variable declarations End */
"""
+
template_helper_function_start = """\
static void
-decode_@sname@(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
+decode_@sname@(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, proto_item *item _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_, gboolean stream_is_big_endian _U_)
{
"""
template_helper_function_end = """\
@@ -1582,9 +1977,7 @@ register_giop_user(dissect_@dissector_name@, \"@protocol_name@\" ,proto_@dissect
template_protocol = """
/* Initialise the protocol and subtree pointers */
-
static int proto_@dissector_name@ = -1;
-
static gint ett_@dissector_name@ = -1;
"""
#
@@ -1593,7 +1986,6 @@ static gint ett_@dissector_name@ = -1;
template_init_boundary = """
/* Initialise the initial Alignment */
-
static guint32 boundary = GIOP_HEADER_SIZE; /* initial value */
"""
#
@@ -1631,7 +2023,7 @@ plugin_reg_handoff(void){
# proto_register_<dissector name>(void) templates
#
- template_proto_register = """
+ template_proto_register_start = """
/* Register the protocol with Wireshark */
@@ -1641,10 +2033,9 @@ void proto_register_giop_@dissector_name@(void) {
static hf_register_info hf[] = {
/* field that indicates the currently ongoing request/reply exchange */
- {&hf_operationrequest, {"Request_Operation","giop-@dissector_name@.Request_Operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},
-
- /* no fields yet */
+ {&hf_operationrequest, {"Request_Operation","giop-@dissector_name@.Request_Operation",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},"""
+ template_proto_register_end = """
};
/* setup protocol subtree array */
@@ -1663,6 +2054,23 @@ void proto_register_giop_@dissector_name@(void) {
}
"""
+
+ template_proto_register_op_filter_comment = """\
+ /* Operation filters */"""
+
+ template_proto_register_at_filter_comment = """\
+ /* Attribute filters */"""
+
+ template_proto_register_st_filter_comment = """\
+ /* Struct filters */"""
+
+ template_proto_register_ex_filter_comment = """\
+ /* User exception filters */"""
+
+ template_proto_register_un_filter_comment = """\
+ /* Union filters */"""
+
+
#
# template for delegation code
#
@@ -1670,9 +2078,9 @@ void proto_register_giop_@dissector_name@(void) {
template_op_delegate_code = """\
if (strcmp(operation, "@opname@") == 0
&& (!idlname || strcmp(idlname, \"@interface@\") == 0)) {
- process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
+ item = process_RequestOperation(tvb, pinfo, ptree, header, operation); /* fill-up Request_Operation field & info column */
tree = start_dissecting(tvb, pinfo, ptree, offset);
- decode_@sname@(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
+ decode_@sname@(tvb, pinfo, tree, item, offset, header, operation, stream_is_big_endian);
return TRUE;
}
"""
@@ -1689,11 +2097,8 @@ switch(header->message_type) {
template_helper_switch_msgtype_default_start = """\
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
"""
template_helper_switch_msgtype_default_end = """\
@@ -1726,11 +2131,8 @@ break;
template_helper_switch_msgtype_reply_default_start = """\
default:
{
- proto_item *pi;
-
- /* Unknown Exception */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown exception %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
+ /* Unknown Exception */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown exception %d", header->rep_status);
}
"""
template_helper_switch_msgtype_reply_default_end = """\
@@ -1742,11 +2144,8 @@ break;
template_helper_switch_msgtype_default_start = """\
default:
{
- proto_item *pi;
-
- /* Unknown GIOP Message */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown GIOP message %d", header->message_type);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
+ /* Unknown GIOP Message */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown GIOP message %d", header->message_type);
}
"""
template_helper_switch_msgtype_default_end = """\
@@ -1758,11 +2157,9 @@ switch(header->rep_status) {
template_helper_switch_rep_status_default_start = """\
default:
{
- proto_item *pi;
- /* Unknown Reply Status */
- pi = proto_tree_add_text(tree, tvb, 0, 0, "Unknown reply status %d", header->rep_status);
- expert_add_info_format(pinfo, pi, PI_MALFORMED, PI_ERROR, "Unknown reply status %d", header->rep_status);
+ /* Unknown Reply Status */
+ expert_add_info_format(pinfo, item, PI_MALFORMED, PI_ERROR, "Unknown reply status %d", header->rep_status);
}
"""
@@ -1781,89 +2178,60 @@ break;
#
template_get_CDR_ulong = """\
-if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"@varname@ = %u",get_CDR_ulong(tvb,offset,stream_is_big_endian, boundary));
-}
+proto_tree_add_uint(tree, hf_@hfname@, tvb, *offset-4, 4, get_CDR_ulong(tvb,offset,stream_is_big_endian, boundary));
"""
template_get_CDR_short = """\
-if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"@varname@ = %i",get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
-}
+proto_tree_add_uint(tree, hf_@hfname@, tvb, *offset-2, 2, get_CDR_short(tvb,offset,stream_is_big_endian, boundary));
"""
template_get_CDR_void = """\
/* Function returns void */
"""
template_get_CDR_long = """\
-if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"@varname@ = %i",get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
-}
+proto_tree_add_uint(tree, hf_@hfname@, tvb, *offset-4, 4, get_CDR_long(tvb,offset,stream_is_big_endian, boundary));
"""
template_get_CDR_ushort = """\
-if (tree) {
- proto_tree_add_text(tree,tvb,*offset-2,2,"@varname@ = %u",get_CDR_ushort(tvb,offset,stream_is_big_endian, boundary));
-}
+proto_tree_add_uint(tree, hf_@hfname@, tvb, *offset-2, 2, get_CDR_ushort(tvb,offset,stream_is_big_endian, boundary));
"""
template_get_CDR_float = """\
-if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"@varname@ = %.6e",get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
-}
+proto_tree_add_float(tree, hf_@hfname@, tvb, *offset-4, 4, get_CDR_float(tvb,offset,stream_is_big_endian, boundary));
"""
template_get_CDR_double = """\
-if (tree) {
- proto_tree_add_text(tree,tvb,*offset-8,8,"@varname@ = %.15e",get_CDR_double(tvb,offset,stream_is_big_endian, boundary));
-}
+proto_tree_add_double(tree, hf_@hfname@, tvb, *offset-8, 8, get_CDR_double(tvb,offset,stream_is_big_endian, boundary));
"""
template_get_CDR_longlong = """\
-if (tree) {
- proto_tree_add_text(tree,tvb,*offset-8,8,"@varname@ = %" G_GINT64_MODIFIER "d",get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
-}
+proto_tree_add_uint64(tree, hf_@hfname@, tvb, *offset-8, 8, get_CDR_long_long(tvb,offset,stream_is_big_endian, boundary));
"""
template_get_CDR_ulonglong = """\
-if (tree) {
- proto_tree_add_text(tree,tvb,*offset-8,8,"@varname@ = %" G_GINT64_MODIFIER "u",get_CDR_ulong_long(tvb,offset,stream_is_big_endian, boundary));
-}
+proto_tree_add_uint64(tree, hf_@hfname@, tvb, *offset-8, 8, get_CDR_ulong_long(tvb,offset,stream_is_big_endian, boundary));
"""
template_get_CDR_boolean = """\
-if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"@varname@ = %u",get_CDR_boolean(tvb,offset));
-}
+proto_tree_add_boolean(tree, hf_@hfname@, tvb, *offset-1, 1, get_CDR_boolean(tvb,offset));
"""
template_get_CDR_char = """\
-if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"@varname@ = %u",get_CDR_char(tvb,offset));
-}
+proto_tree_add_uint(tree, hf_@hfname@, tvb, *offset-1, 1, get_CDR_char(tvb,offset));
"""
template_get_CDR_octet = """\
-if (tree) {
- proto_tree_add_text(tree,tvb,*offset-1,1,"@varname@ = %u",get_CDR_octet(tvb,offset));
-}
+proto_tree_add_uint(tree, hf_@hfname@, tvb, *offset-1, 1, get_CDR_octet(tvb,offset));
"""
template_get_CDR_any = """\
get_CDR_any(tvb,tree,offset,stream_is_big_endian, boundary, header);
"""
template_get_CDR_fixed = """\
get_CDR_fixed(tvb, &seq, offset, @digits@, @scale@);
-if (tree) {
- proto_tree_add_text(tree,tvb,*offset-@length@, @length@, "@varname@ < @digits@, @scale@> = %s",seq);
-}
+proto_tree_add_text(tree,tvb,*offset-@length@, @length@, "@varname@ < @digits@, @scale@> = %s",seq);
"""
template_get_CDR_enum_symbolic = """\
u_octet4 = get_CDR_enum(tvb,offset,stream_is_big_endian, boundary);
-if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4,4,"@varname@ = %u (%s)",u_octet4,val_to_str(u_octet4,@valstringarray@,"Unknown Enum Value"));
-}
+proto_tree_add_uint(tree, hf_@hfname@, tvb, *offset-4, 4, u_octet4);
"""
template_get_CDR_string = """\
giop_add_CDR_string(tree, tvb, offset, stream_is_big_endian, boundary, "@varname@");
"""
template_get_CDR_wstring = """\
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,"@varname@ (%u) = %s",
+proto_tree_add_text(tree,tvb,*offset-u_octet4,u_octet4,"@varname@ (%u) = %s",
u_octet4, (u_octet4 > 0) ? seq : \"\");
-}
-
"""
template_get_CDR_wchar = """\
s_octet1 = get_CDR_wchar(tvb, &seq, offset, header);
@@ -1876,9 +2244,7 @@ if (tree) {
if (s_octet1 > 0)
proto_tree_add_text(tree,tvb,*offset-s_octet1,s_octet1,"@varname@ = %s",seq);
-
}
-
"""
template_get_CDR_TypeCode = """\
u_octet4 = get_CDR_typeCode(tvb, tree, offset, stream_is_big_endian, boundary, header);
@@ -1891,9 +2257,7 @@ get_CDR_object(tvb, pinfo, tree, offset, stream_is_big_endian, boundary);
"""
template_get_CDR_sequence_length = """\
u_octet4_loop_@seqname@ = get_CDR_ulong(tvb, offset, stream_is_big_endian, boundary);
-if (tree) {
- proto_tree_add_text(tree,tvb,*offset-4, 4 ,"Seq length of @seqname@ = %u",u_octet4_loop_@seqname@);
-}
+proto_tree_add_uint(tree, hf_@seqname@, tvb,*offset-4, 4, u_octet4_loop_@seqname@);
"""
template_get_CDR_sequence_loop_start = """\
for (i_@seqname@=0; i_@seqname@ < u_octet4_loop_@seqname@; i_@seqname@++) {
@@ -1922,18 +2286,74 @@ for (i_@aname@=0; i_@aname@ < @aval@; i_@aname@++) {
/* Array: @aname@[ @asize@] */
"""
template_structure_start = """\
-/* Begin struct \"@name@\" */
-"""
+/* Begin struct \"@name@\" */"""
+
template_structure_end = """\
-/* End struct \"@name@\" */
-"""
+/* End struct \"@name@\" */"""
template_union_start = """\
-/* Begin union \"@name@\" */
-"""
+/* Begin union \"@name@\" */"""
+
template_union_end = """\
-/* End union \"@name@\" */
-"""
+/* End union \"@name@\" */"""
+
+ #
+ # Templates for get_CDR_xxx_hf accessors
+ #
+
+ template_get_CDR_ulong_hf = """\
+ {&hf_@hfname@, {"@descname@","giop-@dissector_name@.@filtername@",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},"""
+
+ template_get_CDR_short_hf = """\
+ {&hf_@hfname@, {"@descname@","giop-@dissector_name@.@filtername@",FT_INT16,BASE_DEC,NULL,0x0,NULL,HFILL}},"""
+
+ template_get_CDR_long_hf = """\
+ {&hf_@hfname@, {"@descname@","giop-@dissector_name@.@filtername@",FT_INT32,BASE_DEC,NULL,0x0,NULL,HFILL}},"""
+
+ template_get_CDR_ushort_hf = """\
+ {&hf_@hfname@, {"@descname@","giop-@dissector_name@.@filtername@",FT_UINT16,BASE_DEC,NULL,0x0,NULL,HFILL}},"""
+
+ template_get_CDR_float_hf = """\
+ {&hf_@hfname@, {"@descname@","giop-@dissector_name@.@filtername@",FT_FLOAT,BASE_NONE,NULL,0x0,NULL,HFILL}},"""
+
+ template_get_CDR_double_hf = """\
+ {&hf_@hfname@, {"@descname@","giop-@dissector_name@.@filtername@",FT_DOUBLE,BASE_NONE,NULL,0x0,NULL,HFILL}},"""
+
+ template_get_CDR_longlong_hf = """\
+ {&hf_@hfname@, {"@descname@","giop-@dissector_name@.@filtername@",FT_INT64,BASE_DEC,NULL,0x0,NULL,HFILL}},"""
+
+ template_get_CDR_ulonglong_hf = """\
+ {&hf_@hfname@, {"@descname@","giop-@dissector_name@.@filtername@",FT_UINT64,BASE_DEC,NULL,0x0,NULL,HFILL}},"""
+
+ template_get_CDR_boolean_hf = """\
+ {&hf_@hfname@, {"@descname@","giop-@dissector_name@.@filtername@",FT_BOOLEAN,8,NULL,0x01,NULL,HFILL}},"""
+
+ template_get_CDR_char_hf = """\
+ {&hf_@hfname@, {"@descname@","giop-@dissector_name@.@filtername@",FT_UINT8,BASE_DEC,NULL,0x0,NULL,HFILL}},"""
+
+ template_get_CDR_octet_hf = """\
+ {&hf_@hfname@, {"@descname@","giop-@dissector_name@.@filtername@",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},"""
+
+ template_get_CDR_enum_symbolic_hf = """\
+ {&hf_@hfname@, {"@descname@","giop-@dissector_name@.@filtername@",FT_UINT32,BASE_DEC,VALS(@valstringarray@),0x0,NULL,HFILL}},"""
+
+ template_get_CDR_string_hf = """\
+ {&hf_@hfname@, {"@descname@","giop-@dissector_name@.@filtername@",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},"""
+
+ template_get_CDR_wstring_hf = """\
+ {&hf_@hfname@, {"@descname@","giop-@dissector_name@.@filtername@",FT_STRING,BASE_NONE,NULL,0x0,NULL,HFILL}},"""
+
+ template_get_CDR_wchar_hf = """\
+ {&hf_@hfname@, {"@descname@","giop-@dissector_name@.@filtername@",FT_UINT16,BASE_DEC,NULL,0x0,NULL,HFILL}},"""
+
+ template_get_CDR_TypeCode_hf = """\
+ {&hf_@hfname@, {"@descname@","giop-@dissector_name@.@filtername@",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},"""
+
+ template_get_CDR_sequence_hf = """\
+ {&hf_@hfname@, {"Seq length of @descname@","giop-@dissector_name@.@filtername@",FT_UINT32,BASE_DEC,NULL,0x0,NULL,HFILL}},"""
+
+ template_get_CDR_sequence_octet_hf = """\
+ {&hf_@hfname@, {"@descname@","giop-@dissector_name@.@filtername@",FT_UINT8,BASE_HEX,NULL,0x0,NULL,HFILL}},"""
#
# Program Header Template
@@ -1958,9 +2378,6 @@ for (i_@aname@=0; i_@aname@ < @aval@; i_@aname@++) {
* By Gerald Combs
* Copyright 1999 - 2012 Gerald Combs
*/
-
-static int hf_operationrequest = -1;/* Request_Operation field */
-
"""
@@ -2045,7 +2462,7 @@ start_dissecting(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offs
return tree;
}
-static void
+static proto_item*
process_RequestOperation(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, MessageHeader *header, gchar *operation)
{
proto_item *pi;
@@ -2054,8 +2471,9 @@ process_RequestOperation(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, M
col_append_fstr(pinfo->cinfo, COL_INFO, " op = %s",operation);
};
/* fill-up the field */
- pi=proto_tree_add_string_format_value(ptree,hf_operationrequest,tvb,0,0,operation," %s",operation);
+ pi=proto_tree_add_string(ptree, hf_operationrequest, tvb, 0, 0, operation);
PROTO_ITEM_SET_GENERATED(pi);
+ return pi;
}
static gboolean
@@ -2063,6 +2481,7 @@ dissect_@dissname@(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *of
{
gboolean stream_is_big_endian; /* big endianess */
+ proto_item *item _U_;
proto_tree *tree _U_;
stream_is_big_endian = is_big_endian(header); /* get endianess */
@@ -2147,7 +2566,6 @@ 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_;
if (!header->exception_id)
@@ -2435,6 +2853,13 @@ if (disc_s_@discname@ == @labelval@) {
# for structs and union helper functions.
#
+ template_hf_operations = """
+static int hf_operationrequest = -1;/* Request_Operation field */
+"""
+
+ template_hf = """\
+static int hf_@name@ = -1;"""
+
template_prototype_start_dissecting = """
static proto_tree *start_dissecting(tvbuff_t *tvb, packet_info *pinfo, proto_tree *ptree, int *offset);
@@ -2449,16 +2874,15 @@ static proto_tree *start_dissecting(tvbuff_t *tvb, packet_info *pinfo, proto_tre
/* Struct = @stname@ */
static void decode_@name@_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_, gboolean stream_is_big_endian _U_);
"""
- template_decode_struct = """
+ template_decode_struct = """\
+decode_@name@_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);"""
+
+ template_prototype_union_start = """\
+/* Union prototype declaration Start */"""
+
+ template_prototype_union_end = """\
+/* Union prototype declaration End */"""
-decode_@name@_st(tvb, pinfo, tree, offset, header, operation, stream_is_big_endian);
-"""
- template_prototype_union_start = """
-/* Union prototype declaration Start */
-"""
- template_prototype_union_end = """
-/* Union prototype declaration End */
-"""
template_prototype_union_body = """
/* Union = @unname@ */
static void decode_@name@_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_);