summaryrefslogtreecommitdiff
path: root/plugins/opcua
diff options
context:
space:
mode:
authorHannes Mezger <hannes.mezger@ascolab.com>2014-10-13 17:51:15 +0200
committerEvan Huus <eapache@gmail.com>2014-10-13 21:29:49 +0000
commit03bc68c3012a634f29c2113bdfbe5308dcbb2bb9 (patch)
tree784848a542870468c69ffb23e18c586bec489010 /plugins/opcua
parentfb27a682a14ca653b36878186e0ddfdc1fea3a4e (diff)
downloadwireshark-03bc68c3012a634f29c2113bdfbe5308dcbb2bb9.tar.gz
fix forward declarations in opcua_serviceparser.h
The declarations from opcua_complextypeparser.h were used instead of the serviceparser ones, this is also fixed in our generator Change-Id: I3d78d26a3b2b4995dfd4556720d29ecdd6960c4b Reviewed-on: https://code.wireshark.org/review/4650 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'plugins/opcua')
-rw-r--r--plugins/opcua/opcua_serviceparser.h430
1 files changed, 159 insertions, 271 deletions
diff --git a/plugins/opcua/opcua_serviceparser.h b/plugins/opcua/opcua_serviceparser.h
index 44ff4ee2c8..df6ab4c2cb 100644
--- a/plugins/opcua/opcua_serviceparser.h
+++ b/plugins/opcua/opcua_serviceparser.h
@@ -14,7 +14,7 @@
**
** Description: OpcUa Service Type Parser
**
-** This file was autogenerated on 17.06.2014.
+** This file was autogenerated on 13.10.2014.
** DON'T MODIFY THIS FILE!
** XXX - well, except that you may have to. See the README.
**
@@ -23,276 +23,164 @@
#include <glib.h>
#include <epan/packet.h>
-extern gint ett_opcua_Node;
-extern gint ett_opcua_array_Node;
-extern gint ett_opcua_InstanceNode;
-extern gint ett_opcua_array_InstanceNode;
-extern gint ett_opcua_TypeNode;
-extern gint ett_opcua_array_TypeNode;
-extern gint ett_opcua_ObjectNode;
-extern gint ett_opcua_array_ObjectNode;
-extern gint ett_opcua_ObjectTypeNode;
-extern gint ett_opcua_array_ObjectTypeNode;
-extern gint ett_opcua_VariableNode;
-extern gint ett_opcua_array_VariableNode;
-extern gint ett_opcua_VariableTypeNode;
-extern gint ett_opcua_array_VariableTypeNode;
-extern gint ett_opcua_ReferenceTypeNode;
-extern gint ett_opcua_array_ReferenceTypeNode;
-extern gint ett_opcua_MethodNode;
-extern gint ett_opcua_array_MethodNode;
-extern gint ett_opcua_ViewNode;
-extern gint ett_opcua_array_ViewNode;
-extern gint ett_opcua_DataTypeNode;
-extern gint ett_opcua_array_DataTypeNode;
-extern gint ett_opcua_ReferenceNode;
-extern gint ett_opcua_array_ReferenceNode;
-extern gint ett_opcua_Argument;
-extern gint ett_opcua_array_Argument;
-extern gint ett_opcua_EnumValueType;
-extern gint ett_opcua_array_EnumValueType;
-extern gint ett_opcua_TimeZoneDataType;
-extern gint ett_opcua_array_TimeZoneDataType;
-extern gint ett_opcua_ApplicationDescription;
-extern gint ett_opcua_array_ApplicationDescription;
-extern gint ett_opcua_RequestHeader;
-extern gint ett_opcua_array_RequestHeader;
-extern gint ett_opcua_ResponseHeader;
-extern gint ett_opcua_array_ResponseHeader;
-extern gint ett_opcua_UserTokenPolicy;
-extern gint ett_opcua_array_UserTokenPolicy;
-extern gint ett_opcua_EndpointDescription;
-extern gint ett_opcua_array_EndpointDescription;
-extern gint ett_opcua_RegisteredServer;
-extern gint ett_opcua_array_RegisteredServer;
-extern gint ett_opcua_ChannelSecurityToken;
-extern gint ett_opcua_array_ChannelSecurityToken;
-extern gint ett_opcua_SignedSoftwareCertificate;
-extern gint ett_opcua_array_SignedSoftwareCertificate;
-extern gint ett_opcua_SignatureData;
-extern gint ett_opcua_array_SignatureData;
-extern gint ett_opcua_UserIdentityToken;
-extern gint ett_opcua_array_UserIdentityToken;
-extern gint ett_opcua_AnonymousIdentityToken;
-extern gint ett_opcua_array_AnonymousIdentityToken;
-extern gint ett_opcua_UserNameIdentityToken;
-extern gint ett_opcua_array_UserNameIdentityToken;
-extern gint ett_opcua_X509IdentityToken;
-extern gint ett_opcua_array_X509IdentityToken;
-extern gint ett_opcua_IssuedIdentityToken;
-extern gint ett_opcua_array_IssuedIdentityToken;
-extern gint ett_opcua_NodeAttributes;
-extern gint ett_opcua_array_NodeAttributes;
-extern gint ett_opcua_ObjectAttributes;
-extern gint ett_opcua_array_ObjectAttributes;
-extern gint ett_opcua_VariableAttributes;
-extern gint ett_opcua_array_VariableAttributes;
-extern gint ett_opcua_MethodAttributes;
-extern gint ett_opcua_array_MethodAttributes;
-extern gint ett_opcua_ObjectTypeAttributes;
-extern gint ett_opcua_array_ObjectTypeAttributes;
-extern gint ett_opcua_VariableTypeAttributes;
-extern gint ett_opcua_array_VariableTypeAttributes;
-extern gint ett_opcua_ReferenceTypeAttributes;
-extern gint ett_opcua_array_ReferenceTypeAttributes;
-extern gint ett_opcua_DataTypeAttributes;
-extern gint ett_opcua_array_DataTypeAttributes;
-extern gint ett_opcua_ViewAttributes;
-extern gint ett_opcua_array_ViewAttributes;
-extern gint ett_opcua_AddNodesItem;
-extern gint ett_opcua_array_AddNodesItem;
-extern gint ett_opcua_AddNodesResult;
-extern gint ett_opcua_array_AddNodesResult;
-extern gint ett_opcua_AddReferencesItem;
-extern gint ett_opcua_array_AddReferencesItem;
-extern gint ett_opcua_DeleteNodesItem;
-extern gint ett_opcua_array_DeleteNodesItem;
-extern gint ett_opcua_DeleteReferencesItem;
-extern gint ett_opcua_array_DeleteReferencesItem;
-extern gint ett_opcua_ViewDescription;
-extern gint ett_opcua_array_ViewDescription;
-extern gint ett_opcua_BrowseDescription;
-extern gint ett_opcua_array_BrowseDescription;
-extern gint ett_opcua_ReferenceDescription;
-extern gint ett_opcua_array_ReferenceDescription;
-extern gint ett_opcua_BrowseResult;
-extern gint ett_opcua_array_BrowseResult;
-extern gint ett_opcua_RelativePathElement;
-extern gint ett_opcua_array_RelativePathElement;
-extern gint ett_opcua_RelativePath;
-extern gint ett_opcua_array_RelativePath;
-extern gint ett_opcua_BrowsePath;
-extern gint ett_opcua_array_BrowsePath;
-extern gint ett_opcua_BrowsePathTarget;
-extern gint ett_opcua_array_BrowsePathTarget;
-extern gint ett_opcua_BrowsePathResult;
-extern gint ett_opcua_array_BrowsePathResult;
-extern gint ett_opcua_EndpointConfiguration;
-extern gint ett_opcua_array_EndpointConfiguration;
-extern gint ett_opcua_SupportedProfile;
-extern gint ett_opcua_array_SupportedProfile;
-extern gint ett_opcua_SoftwareCertificate;
-extern gint ett_opcua_array_SoftwareCertificate;
-extern gint ett_opcua_QueryDataDescription;
-extern gint ett_opcua_array_QueryDataDescription;
-extern gint ett_opcua_NodeTypeDescription;
-extern gint ett_opcua_array_NodeTypeDescription;
-extern gint ett_opcua_QueryDataSet;
-extern gint ett_opcua_array_QueryDataSet;
-extern gint ett_opcua_NodeReference;
-extern gint ett_opcua_array_NodeReference;
-extern gint ett_opcua_ContentFilterElement;
-extern gint ett_opcua_array_ContentFilterElement;
-extern gint ett_opcua_ContentFilter;
-extern gint ett_opcua_array_ContentFilter;
-extern gint ett_opcua_ElementOperand;
-extern gint ett_opcua_array_ElementOperand;
-extern gint ett_opcua_LiteralOperand;
-extern gint ett_opcua_array_LiteralOperand;
-extern gint ett_opcua_AttributeOperand;
-extern gint ett_opcua_array_AttributeOperand;
-extern gint ett_opcua_SimpleAttributeOperand;
-extern gint ett_opcua_array_SimpleAttributeOperand;
-extern gint ett_opcua_ContentFilterElementResult;
-extern gint ett_opcua_array_ContentFilterElementResult;
-extern gint ett_opcua_ContentFilterResult;
-extern gint ett_opcua_array_ContentFilterResult;
-extern gint ett_opcua_ParsingResult;
-extern gint ett_opcua_array_ParsingResult;
-extern gint ett_opcua_ReadValueId;
-extern gint ett_opcua_array_ReadValueId;
-extern gint ett_opcua_HistoryReadValueId;
-extern gint ett_opcua_array_HistoryReadValueId;
-extern gint ett_opcua_HistoryReadResult;
-extern gint ett_opcua_array_HistoryReadResult;
-extern gint ett_opcua_ReadEventDetails;
-extern gint ett_opcua_array_ReadEventDetails;
-extern gint ett_opcua_ReadRawModifiedDetails;
-extern gint ett_opcua_array_ReadRawModifiedDetails;
-extern gint ett_opcua_ReadProcessedDetails;
-extern gint ett_opcua_array_ReadProcessedDetails;
-extern gint ett_opcua_ReadAtTimeDetails;
-extern gint ett_opcua_array_ReadAtTimeDetails;
-extern gint ett_opcua_HistoryData;
-extern gint ett_opcua_array_HistoryData;
-extern gint ett_opcua_ModificationInfo;
-extern gint ett_opcua_array_ModificationInfo;
-extern gint ett_opcua_HistoryModifiedData;
-extern gint ett_opcua_array_HistoryModifiedData;
-extern gint ett_opcua_HistoryEvent;
-extern gint ett_opcua_array_HistoryEvent;
-extern gint ett_opcua_WriteValue;
-extern gint ett_opcua_array_WriteValue;
-extern gint ett_opcua_HistoryUpdateDetails;
-extern gint ett_opcua_array_HistoryUpdateDetails;
-extern gint ett_opcua_UpdateDataDetails;
-extern gint ett_opcua_array_UpdateDataDetails;
-extern gint ett_opcua_UpdateStructureDataDetails;
-extern gint ett_opcua_array_UpdateStructureDataDetails;
-extern gint ett_opcua_UpdateEventDetails;
-extern gint ett_opcua_array_UpdateEventDetails;
-extern gint ett_opcua_DeleteRawModifiedDetails;
-extern gint ett_opcua_array_DeleteRawModifiedDetails;
-extern gint ett_opcua_DeleteAtTimeDetails;
-extern gint ett_opcua_array_DeleteAtTimeDetails;
-extern gint ett_opcua_DeleteEventDetails;
-extern gint ett_opcua_array_DeleteEventDetails;
-extern gint ett_opcua_HistoryUpdateResult;
-extern gint ett_opcua_array_HistoryUpdateResult;
-extern gint ett_opcua_CallMethodRequest;
-extern gint ett_opcua_array_CallMethodRequest;
-extern gint ett_opcua_CallMethodResult;
-extern gint ett_opcua_array_CallMethodResult;
-extern gint ett_opcua_DataChangeFilter;
-extern gint ett_opcua_array_DataChangeFilter;
-extern gint ett_opcua_EventFilter;
-extern gint ett_opcua_array_EventFilter;
-extern gint ett_opcua_AggregateConfiguration;
-extern gint ett_opcua_array_AggregateConfiguration;
-extern gint ett_opcua_AggregateFilter;
-extern gint ett_opcua_array_AggregateFilter;
-extern gint ett_opcua_EventFilterResult;
-extern gint ett_opcua_array_EventFilterResult;
-extern gint ett_opcua_AggregateFilterResult;
-extern gint ett_opcua_array_AggregateFilterResult;
-extern gint ett_opcua_MonitoringParameters;
-extern gint ett_opcua_array_MonitoringParameters;
-extern gint ett_opcua_MonitoredItemCreateRequest;
-extern gint ett_opcua_array_MonitoredItemCreateRequest;
-extern gint ett_opcua_MonitoredItemCreateResult;
-extern gint ett_opcua_array_MonitoredItemCreateResult;
-extern gint ett_opcua_MonitoredItemModifyRequest;
-extern gint ett_opcua_array_MonitoredItemModifyRequest;
-extern gint ett_opcua_MonitoredItemModifyResult;
-extern gint ett_opcua_array_MonitoredItemModifyResult;
-extern gint ett_opcua_NotificationMessage;
-extern gint ett_opcua_array_NotificationMessage;
-extern gint ett_opcua_DataChangeNotification;
-extern gint ett_opcua_array_DataChangeNotification;
-extern gint ett_opcua_MonitoredItemNotification;
-extern gint ett_opcua_array_MonitoredItemNotification;
-extern gint ett_opcua_EventNotificationList;
-extern gint ett_opcua_array_EventNotificationList;
-extern gint ett_opcua_EventFieldList;
-extern gint ett_opcua_array_EventFieldList;
-extern gint ett_opcua_HistoryEventFieldList;
-extern gint ett_opcua_array_HistoryEventFieldList;
-extern gint ett_opcua_StatusChangeNotification;
-extern gint ett_opcua_array_StatusChangeNotification;
-extern gint ett_opcua_SubscriptionAcknowledgement;
-extern gint ett_opcua_array_SubscriptionAcknowledgement;
-extern gint ett_opcua_TransferResult;
-extern gint ett_opcua_array_TransferResult;
-extern gint ett_opcua_ScalarTestType;
-extern gint ett_opcua_array_ScalarTestType;
-extern gint ett_opcua_ArrayTestType;
-extern gint ett_opcua_array_ArrayTestType;
-extern gint ett_opcua_CompositeTestType;
-extern gint ett_opcua_array_CompositeTestType;
-extern gint ett_opcua_BuildInfo;
-extern gint ett_opcua_array_BuildInfo;
-extern gint ett_opcua_RedundantServerDataType;
-extern gint ett_opcua_array_RedundantServerDataType;
-extern gint ett_opcua_EndpointUrlListDataType;
-extern gint ett_opcua_array_EndpointUrlListDataType;
-extern gint ett_opcua_NetworkGroupDataType;
-extern gint ett_opcua_array_NetworkGroupDataType;
-extern gint ett_opcua_SamplingIntervalDiagnosticsDataType;
-extern gint ett_opcua_array_SamplingIntervalDiagnosticsDataType;
-extern gint ett_opcua_ServerDiagnosticsSummaryDataType;
-extern gint ett_opcua_array_ServerDiagnosticsSummaryDataType;
-extern gint ett_opcua_ServerStatusDataType;
-extern gint ett_opcua_array_ServerStatusDataType;
-extern gint ett_opcua_SessionDiagnosticsDataType;
-extern gint ett_opcua_array_SessionDiagnosticsDataType;
-extern gint ett_opcua_SessionSecurityDiagnosticsDataType;
-extern gint ett_opcua_array_SessionSecurityDiagnosticsDataType;
-extern gint ett_opcua_ServiceCounterDataType;
-extern gint ett_opcua_array_ServiceCounterDataType;
-extern gint ett_opcua_StatusResult;
-extern gint ett_opcua_array_StatusResult;
-extern gint ett_opcua_SubscriptionDiagnosticsDataType;
-extern gint ett_opcua_array_SubscriptionDiagnosticsDataType;
-extern gint ett_opcua_ModelChangeStructureDataType;
-extern gint ett_opcua_array_ModelChangeStructureDataType;
-extern gint ett_opcua_SemanticChangeStructureDataType;
-extern gint ett_opcua_array_SemanticChangeStructureDataType;
-extern gint ett_opcua_Range;
-extern gint ett_opcua_array_Range;
-extern gint ett_opcua_EUInformation;
-extern gint ett_opcua_array_EUInformation;
-extern gint ett_opcua_ComplexNumberType;
-extern gint ett_opcua_array_ComplexNumberType;
-extern gint ett_opcua_DoubleComplexNumberType;
-extern gint ett_opcua_array_DoubleComplexNumberType;
-extern gint ett_opcua_AxisInformation;
-extern gint ett_opcua_array_AxisInformation;
-extern gint ett_opcua_XVType;
-extern gint ett_opcua_array_XVType;
-extern gint ett_opcua_ProgramDiagnosticDataType;
-extern gint ett_opcua_array_ProgramDiagnosticDataType;
-extern gint ett_opcua_Annotation;
-extern gint ett_opcua_array_Annotation;
+extern gint ett_opcua_ServiceFault;
+extern gint ett_opcua_array_ServiceFault;
+extern gint ett_opcua_FindServersRequest;
+extern gint ett_opcua_array_FindServersRequest;
+extern gint ett_opcua_FindServersResponse;
+extern gint ett_opcua_array_FindServersResponse;
+extern gint ett_opcua_GetEndpointsRequest;
+extern gint ett_opcua_array_GetEndpointsRequest;
+extern gint ett_opcua_GetEndpointsResponse;
+extern gint ett_opcua_array_GetEndpointsResponse;
+extern gint ett_opcua_RegisterServerRequest;
+extern gint ett_opcua_array_RegisterServerRequest;
+extern gint ett_opcua_RegisterServerResponse;
+extern gint ett_opcua_array_RegisterServerResponse;
+extern gint ett_opcua_OpenSecureChannelRequest;
+extern gint ett_opcua_array_OpenSecureChannelRequest;
+extern gint ett_opcua_OpenSecureChannelResponse;
+extern gint ett_opcua_array_OpenSecureChannelResponse;
+extern gint ett_opcua_CloseSecureChannelRequest;
+extern gint ett_opcua_array_CloseSecureChannelRequest;
+extern gint ett_opcua_CloseSecureChannelResponse;
+extern gint ett_opcua_array_CloseSecureChannelResponse;
+extern gint ett_opcua_CreateSessionRequest;
+extern gint ett_opcua_array_CreateSessionRequest;
+extern gint ett_opcua_CreateSessionResponse;
+extern gint ett_opcua_array_CreateSessionResponse;
+extern gint ett_opcua_ActivateSessionRequest;
+extern gint ett_opcua_array_ActivateSessionRequest;
+extern gint ett_opcua_ActivateSessionResponse;
+extern gint ett_opcua_array_ActivateSessionResponse;
+extern gint ett_opcua_CloseSessionRequest;
+extern gint ett_opcua_array_CloseSessionRequest;
+extern gint ett_opcua_CloseSessionResponse;
+extern gint ett_opcua_array_CloseSessionResponse;
+extern gint ett_opcua_CancelRequest;
+extern gint ett_opcua_array_CancelRequest;
+extern gint ett_opcua_CancelResponse;
+extern gint ett_opcua_array_CancelResponse;
+extern gint ett_opcua_AddNodesRequest;
+extern gint ett_opcua_array_AddNodesRequest;
+extern gint ett_opcua_AddNodesResponse;
+extern gint ett_opcua_array_AddNodesResponse;
+extern gint ett_opcua_AddReferencesRequest;
+extern gint ett_opcua_array_AddReferencesRequest;
+extern gint ett_opcua_AddReferencesResponse;
+extern gint ett_opcua_array_AddReferencesResponse;
+extern gint ett_opcua_DeleteNodesRequest;
+extern gint ett_opcua_array_DeleteNodesRequest;
+extern gint ett_opcua_DeleteNodesResponse;
+extern gint ett_opcua_array_DeleteNodesResponse;
+extern gint ett_opcua_DeleteReferencesRequest;
+extern gint ett_opcua_array_DeleteReferencesRequest;
+extern gint ett_opcua_DeleteReferencesResponse;
+extern gint ett_opcua_array_DeleteReferencesResponse;
+extern gint ett_opcua_BrowseRequest;
+extern gint ett_opcua_array_BrowseRequest;
+extern gint ett_opcua_BrowseResponse;
+extern gint ett_opcua_array_BrowseResponse;
+extern gint ett_opcua_BrowseNextRequest;
+extern gint ett_opcua_array_BrowseNextRequest;
+extern gint ett_opcua_BrowseNextResponse;
+extern gint ett_opcua_array_BrowseNextResponse;
+extern gint ett_opcua_TranslateBrowsePathsToNodeIdsRequest;
+extern gint ett_opcua_array_TranslateBrowsePathsToNodeIdsRequest;
+extern gint ett_opcua_TranslateBrowsePathsToNodeIdsResponse;
+extern gint ett_opcua_array_TranslateBrowsePathsToNodeIdsResponse;
+extern gint ett_opcua_RegisterNodesRequest;
+extern gint ett_opcua_array_RegisterNodesRequest;
+extern gint ett_opcua_RegisterNodesResponse;
+extern gint ett_opcua_array_RegisterNodesResponse;
+extern gint ett_opcua_UnregisterNodesRequest;
+extern gint ett_opcua_array_UnregisterNodesRequest;
+extern gint ett_opcua_UnregisterNodesResponse;
+extern gint ett_opcua_array_UnregisterNodesResponse;
+extern gint ett_opcua_QueryFirstRequest;
+extern gint ett_opcua_array_QueryFirstRequest;
+extern gint ett_opcua_QueryFirstResponse;
+extern gint ett_opcua_array_QueryFirstResponse;
+extern gint ett_opcua_QueryNextRequest;
+extern gint ett_opcua_array_QueryNextRequest;
+extern gint ett_opcua_QueryNextResponse;
+extern gint ett_opcua_array_QueryNextResponse;
+extern gint ett_opcua_ReadRequest;
+extern gint ett_opcua_array_ReadRequest;
+extern gint ett_opcua_ReadResponse;
+extern gint ett_opcua_array_ReadResponse;
+extern gint ett_opcua_HistoryReadRequest;
+extern gint ett_opcua_array_HistoryReadRequest;
+extern gint ett_opcua_HistoryReadResponse;
+extern gint ett_opcua_array_HistoryReadResponse;
+extern gint ett_opcua_WriteRequest;
+extern gint ett_opcua_array_WriteRequest;
+extern gint ett_opcua_WriteResponse;
+extern gint ett_opcua_array_WriteResponse;
+extern gint ett_opcua_HistoryUpdateRequest;
+extern gint ett_opcua_array_HistoryUpdateRequest;
+extern gint ett_opcua_HistoryUpdateResponse;
+extern gint ett_opcua_array_HistoryUpdateResponse;
+extern gint ett_opcua_CallRequest;
+extern gint ett_opcua_array_CallRequest;
+extern gint ett_opcua_CallResponse;
+extern gint ett_opcua_array_CallResponse;
+extern gint ett_opcua_CreateMonitoredItemsRequest;
+extern gint ett_opcua_array_CreateMonitoredItemsRequest;
+extern gint ett_opcua_CreateMonitoredItemsResponse;
+extern gint ett_opcua_array_CreateMonitoredItemsResponse;
+extern gint ett_opcua_ModifyMonitoredItemsRequest;
+extern gint ett_opcua_array_ModifyMonitoredItemsRequest;
+extern gint ett_opcua_ModifyMonitoredItemsResponse;
+extern gint ett_opcua_array_ModifyMonitoredItemsResponse;
+extern gint ett_opcua_SetMonitoringModeRequest;
+extern gint ett_opcua_array_SetMonitoringModeRequest;
+extern gint ett_opcua_SetMonitoringModeResponse;
+extern gint ett_opcua_array_SetMonitoringModeResponse;
+extern gint ett_opcua_SetTriggeringRequest;
+extern gint ett_opcua_array_SetTriggeringRequest;
+extern gint ett_opcua_SetTriggeringResponse;
+extern gint ett_opcua_array_SetTriggeringResponse;
+extern gint ett_opcua_DeleteMonitoredItemsRequest;
+extern gint ett_opcua_array_DeleteMonitoredItemsRequest;
+extern gint ett_opcua_DeleteMonitoredItemsResponse;
+extern gint ett_opcua_array_DeleteMonitoredItemsResponse;
+extern gint ett_opcua_CreateSubscriptionRequest;
+extern gint ett_opcua_array_CreateSubscriptionRequest;
+extern gint ett_opcua_CreateSubscriptionResponse;
+extern gint ett_opcua_array_CreateSubscriptionResponse;
+extern gint ett_opcua_ModifySubscriptionRequest;
+extern gint ett_opcua_array_ModifySubscriptionRequest;
+extern gint ett_opcua_ModifySubscriptionResponse;
+extern gint ett_opcua_array_ModifySubscriptionResponse;
+extern gint ett_opcua_SetPublishingModeRequest;
+extern gint ett_opcua_array_SetPublishingModeRequest;
+extern gint ett_opcua_SetPublishingModeResponse;
+extern gint ett_opcua_array_SetPublishingModeResponse;
+extern gint ett_opcua_PublishRequest;
+extern gint ett_opcua_array_PublishRequest;
+extern gint ett_opcua_PublishResponse;
+extern gint ett_opcua_array_PublishResponse;
+extern gint ett_opcua_RepublishRequest;
+extern gint ett_opcua_array_RepublishRequest;
+extern gint ett_opcua_RepublishResponse;
+extern gint ett_opcua_array_RepublishResponse;
+extern gint ett_opcua_TransferSubscriptionsRequest;
+extern gint ett_opcua_array_TransferSubscriptionsRequest;
+extern gint ett_opcua_TransferSubscriptionsResponse;
+extern gint ett_opcua_array_TransferSubscriptionsResponse;
+extern gint ett_opcua_DeleteSubscriptionsRequest;
+extern gint ett_opcua_array_DeleteSubscriptionsRequest;
+extern gint ett_opcua_DeleteSubscriptionsResponse;
+extern gint ett_opcua_array_DeleteSubscriptionsResponse;
+extern gint ett_opcua_TestStackRequest;
+extern gint ett_opcua_array_TestStackRequest;
+extern gint ett_opcua_TestStackResponse;
+extern gint ett_opcua_array_TestStackResponse;
+extern gint ett_opcua_TestStackExRequest;
+extern gint ett_opcua_array_TestStackExRequest;
+extern gint ett_opcua_TestStackExResponse;
+extern gint ett_opcua_array_TestStackExResponse;
void parseServiceFault(proto_tree *tree, tvbuff_t *tvb, gint *pOffset);
void parseFindServersRequest(proto_tree *tree, tvbuff_t *tvb, gint *pOffset);