aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua/opcua_hfindeces.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-02-15 15:24:39 +0000
committerEvan Huus <eapache@gmail.com>2013-02-15 15:24:39 +0000
commitf95978cf08f9d29407becbc3ac8d1491254f76ac (patch)
treeb08745b9d9b401a1d832ab505055538e7e19ccdd /plugins/opcua/opcua_hfindeces.c
parentfb530b1a72e8ef64c38b73e39d51c96d0e6ff98c (diff)
From Hannes Mezger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8327
Updates to the OPCUA plugin so that subtrees of the dissector select the appropriate number of bytes. Also fix dissection of the array dimensions field for matrix values and the highlighting for empty string fields. svn path=/trunk/; revision=47673
Diffstat (limited to 'plugins/opcua/opcua_hfindeces.c')
-rw-r--r--plugins/opcua/opcua_hfindeces.c44
1 files changed, 32 insertions, 12 deletions
diff --git a/plugins/opcua/opcua_hfindeces.c b/plugins/opcua/opcua_hfindeces.c
index 9628f02442..0ad022e67b 100644
--- a/plugins/opcua/opcua_hfindeces.c
+++ b/plugins/opcua/opcua_hfindeces.c
@@ -16,7 +16,7 @@
**
** Description: This file contains protocol field handles.
**
-** This file was autogenerated on 31.03.2009.
+** This file was autogenerated on 12.02.2013.
** DON'T MODIFY THIS FILE!
**
******************************************************************************/
@@ -38,6 +38,7 @@ int hf_opcua_AttributeId = -1;
int hf_opcua_AuditEntryId = -1;
int hf_opcua_AuthenticationMechanism = -1;
int hf_opcua_AvailableSequenceNumbers = -1;
+int hf_opcua_AxisSteps = -1;
int hf_opcua_Boolean = -1;
int hf_opcua_Booleans = -1;
int hf_opcua_BuildDate = -1;
@@ -97,6 +98,7 @@ int hf_opcua_Encoding = -1;
int hf_opcua_EncryptionAlgorithm = -1;
int hf_opcua_EndTime = -1;
int hf_opcua_EndpointUrl = -1;
+int hf_opcua_EndpointUrlList = -1;
int hf_opcua_ErrorCount = -1;
int hf_opcua_EventIds = -1;
int hf_opcua_EventNotificationsCount = -1;
@@ -110,6 +112,7 @@ int hf_opcua_Guid = -1;
int hf_opcua_Guids = -1;
int hf_opcua_High = -1;
int hf_opcua_Historizing = -1;
+int hf_opcua_Imaginary = -1;
int hf_opcua_IncludeSubTypes = -1;
int hf_opcua_IncludeSubtypes = -1;
int hf_opcua_Index = -1;
@@ -158,6 +161,7 @@ int hf_opcua_MaxResponseMessageSize = -1;
int hf_opcua_MaxStringLength = -1;
int hf_opcua_Message = -1;
int hf_opcua_MinimumSamplingInterval = -1;
+int hf_opcua_ModificationTime = -1;
int hf_opcua_ModifyCount = -1;
int hf_opcua_MonitoredItemCount = -1;
int hf_opcua_MonitoredItemId = -1;
@@ -172,6 +176,7 @@ int hf_opcua_NoOfAddResults = -1;
int hf_opcua_NoOfAggregateType = -1;
int hf_opcua_NoOfArrayDimensions = -1;
int hf_opcua_NoOfAvailableSequenceNumbers = -1;
+int hf_opcua_NoOfAxisSteps = -1;
int hf_opcua_NoOfBooleans = -1;
int hf_opcua_NoOfBrowsePath = -1;
int hf_opcua_NoOfBrowsePaths = -1;
@@ -190,10 +195,11 @@ int hf_opcua_NoOfDoubles = -1;
int hf_opcua_NoOfElementDiagnosticInfos = -1;
int hf_opcua_NoOfElementResults = -1;
int hf_opcua_NoOfElements = -1;
+int hf_opcua_NoOfEndpointUrlList = -1;
int hf_opcua_NoOfEndpoints = -1;
int hf_opcua_NoOfEnumeratedValues = -1;
-int hf_opcua_NoOfEventData = -1;
int hf_opcua_NoOfEventFields = -1;
+int hf_opcua_NoOfEventIds = -1;
int hf_opcua_NoOfEvents = -1;
int hf_opcua_NoOfExpandedNodeIds = -1;
int hf_opcua_NoOfExtensionObjects = -1;
@@ -216,8 +222,10 @@ int hf_opcua_NoOfLinksToRemove = -1;
int hf_opcua_NoOfLocaleIds = -1;
int hf_opcua_NoOfLocalizedTexts = -1;
int hf_opcua_NoOfMethodsToCall = -1;
+int hf_opcua_NoOfModificationInfos = -1;
int hf_opcua_NoOfMonitoredItemIds = -1;
int hf_opcua_NoOfMonitoredItems = -1;
+int hf_opcua_NoOfNetworkPaths = -1;
int hf_opcua_NoOfNodeIds = -1;
int hf_opcua_NoOfNodeTypes = -1;
int hf_opcua_NoOfNodesToAdd = -1;
@@ -246,7 +254,6 @@ int hf_opcua_NoOfRemoveResults = -1;
int hf_opcua_NoOfReqTimes = -1;
int hf_opcua_NoOfResults = -1;
int hf_opcua_NoOfSBytes = -1;
-int hf_opcua_NoOfSelectClause = -1;
int hf_opcua_NoOfSelectClauseDiagnosticInfos = -1;
int hf_opcua_NoOfSelectClauseResults = -1;
int hf_opcua_NoOfSelectClauses = -1;
@@ -266,6 +273,7 @@ int hf_opcua_NoOfUInt16s = -1;
int hf_opcua_NoOfUInt32s = -1;
int hf_opcua_NoOfUInt64s = -1;
int hf_opcua_NoOfUnsupportedUnitIds = -1;
+int hf_opcua_NoOfUpdateValues = -1;
int hf_opcua_NoOfUserIdentityTokens = -1;
int hf_opcua_NoOfValues = -1;
int hf_opcua_NoOfVariants = -1;
@@ -294,6 +302,7 @@ int hf_opcua_PublishingEnabled = -1;
int hf_opcua_PublishingInterval = -1;
int hf_opcua_PublishingIntervalCount = -1;
int hf_opcua_QueueSize = -1;
+int hf_opcua_Real = -1;
int hf_opcua_RejectedRequestsCount = -1;
int hf_opcua_RejectedSessionCount = -1;
int hf_opcua_ReleaseContinuationPoint = -1;
@@ -311,7 +320,6 @@ int hf_opcua_RequestedMaxKeepAliveCount = -1;
int hf_opcua_RequestedMaxReferencesPerNode = -1;
int hf_opcua_RequestedPublishingInterval = -1;
int hf_opcua_RequestedSessionTimeout = -1;
-int hf_opcua_ResampleInterval = -1;
int hf_opcua_ResultMask = -1;
int hf_opcua_Results = -1;
int hf_opcua_RetransmitSequenceNumber = -1;
@@ -359,7 +367,6 @@ int hf_opcua_StartTime = -1;
int hf_opcua_Status = -1;
int hf_opcua_StatusCode = -1;
int hf_opcua_StatusCodes = -1;
-int hf_opcua_SteppedSlopedExtrapolation = -1;
int hf_opcua_String = -1;
int hf_opcua_StringTable = -1;
int hf_opcua_Strings = -1;
@@ -391,7 +398,9 @@ int hf_opcua_UnauthorizedRequestCount = -1;
int hf_opcua_UnitId = -1;
int hf_opcua_UnsupportedUnitIds = -1;
int hf_opcua_UseBinaryEncoding = -1;
-int hf_opcua_UseSeverCapabilitiesDefaults = -1;
+int hf_opcua_UseServerCapabilitiesDefaults = -1;
+int hf_opcua_UseSimpleBounds = -1;
+int hf_opcua_UseSlopedExtrapolation = -1;
int hf_opcua_UserAccessLevel = -1;
int hf_opcua_UserExecutable = -1;
int hf_opcua_UserName = -1;
@@ -403,6 +412,7 @@ int hf_opcua_VendorProductCertificate = -1;
int hf_opcua_Verb = -1;
int hf_opcua_ViewVersion = -1;
int hf_opcua_WriteMask = -1;
+int hf_opcua_X = -1;
int hf_opcua_XmlElement = -1;
int hf_opcua_XmlElements = -1;
@@ -424,6 +434,7 @@ void registerFieldTypes(int proto)
{ &hf_opcua_AuditEntryId, { "AuditEntryId", "opcua.AuditEntryId", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_AuthenticationMechanism, { "AuthenticationMechanism", "opcua.AuthenticationMechanism", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_AvailableSequenceNumbers, { "AvailableSequenceNumbers", "opcua.AvailableSequenceNumbers", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
+ { &hf_opcua_AxisSteps, { "AxisSteps", "opcua.AxisSteps", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_Boolean, { "Boolean", "opcua.Boolean", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_Booleans, { "Booleans", "opcua.Booleans", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_BuildDate, { "BuildDate", "opcua.BuildDate", FT_ABSOLUTE_TIME, ABSOLUTE_TIME_LOCAL, NULL, 0x0, NULL, HFILL } },
@@ -483,6 +494,7 @@ void registerFieldTypes(int proto)
{ &hf_opcua_EncryptionAlgorithm, { "EncryptionAlgorithm", "opcua.EncryptionAlgorithm", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_EndTime, { "EndTime", "opcua.EndTime", FT_ABSOLUTE_TIME, ABSOLUTE_TIME_LOCAL, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_EndpointUrl, { "EndpointUrl", "opcua.EndpointUrl", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL } },
+ { &hf_opcua_EndpointUrlList, { "EndpointUrlList", "opcua.EndpointUrlList", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_ErrorCount, { "ErrorCount", "opcua.ErrorCount", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_EventIds, { "EventIds", "opcua.EventIds", FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_EventNotificationsCount, { "EventNotificationsCount", "opcua.EventNotificationsCount", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
@@ -496,6 +508,7 @@ void registerFieldTypes(int proto)
{ &hf_opcua_Guids, { "Guids", "opcua.Guids", FT_GUID, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_High, { "High", "opcua.High", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_Historizing, { "Historizing", "opcua.Historizing", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
+ { &hf_opcua_Imaginary, { "Imaginary", "opcua.Imaginary", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_IncludeSubTypes, { "IncludeSubTypes", "opcua.IncludeSubTypes", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_IncludeSubtypes, { "IncludeSubtypes", "opcua.IncludeSubtypes", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_Index, { "Index", "opcua.Index", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
@@ -544,6 +557,7 @@ void registerFieldTypes(int proto)
{ &hf_opcua_MaxStringLength, { "MaxStringLength", "opcua.MaxStringLength", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_Message, { "Message", "opcua.Message", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_MinimumSamplingInterval, { "MinimumSamplingInterval", "opcua.MinimumSamplingInterval", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
+ { &hf_opcua_ModificationTime, { "ModificationTime", "opcua.ModificationTime", FT_ABSOLUTE_TIME, ABSOLUTE_TIME_LOCAL, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_ModifyCount, { "ModifyCount", "opcua.ModifyCount", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_MonitoredItemCount, { "MonitoredItemCount", "opcua.MonitoredItemCount", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_MonitoredItemId, { "MonitoredItemId", "opcua.MonitoredItemId", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
@@ -558,6 +572,7 @@ void registerFieldTypes(int proto)
{ &hf_opcua_NoOfAggregateType, { "NoOfAggregateType", "opcua.NoOfAggregateType", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfArrayDimensions, { "NoOfArrayDimensions", "opcua.NoOfArrayDimensions", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfAvailableSequenceNumbers, { "NoOfAvailableSequenceNumbers", "opcua.NoOfAvailableSequenceNumbers", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
+ { &hf_opcua_NoOfAxisSteps, { "NoOfAxisSteps", "opcua.NoOfAxisSteps", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfBooleans, { "NoOfBooleans", "opcua.NoOfBooleans", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfBrowsePath, { "NoOfBrowsePath", "opcua.NoOfBrowsePath", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfBrowsePaths, { "NoOfBrowsePaths", "opcua.NoOfBrowsePaths", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
@@ -576,10 +591,11 @@ void registerFieldTypes(int proto)
{ &hf_opcua_NoOfElementDiagnosticInfos, { "NoOfElementDiagnosticInfos", "opcua.NoOfElementDiagnosticInfos", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfElementResults, { "NoOfElementResults", "opcua.NoOfElementResults", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfElements, { "NoOfElements", "opcua.NoOfElements", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
+ { &hf_opcua_NoOfEndpointUrlList, { "NoOfEndpointUrlList", "opcua.NoOfEndpointUrlList", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfEndpoints, { "NoOfEndpoints", "opcua.NoOfEndpoints", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfEnumeratedValues, { "NoOfEnumeratedValues", "opcua.NoOfEnumeratedValues", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
- { &hf_opcua_NoOfEventData, { "NoOfEventData", "opcua.NoOfEventData", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfEventFields, { "NoOfEventFields", "opcua.NoOfEventFields", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
+ { &hf_opcua_NoOfEventIds, { "NoOfEventIds", "opcua.NoOfEventIds", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfEvents, { "NoOfEvents", "opcua.NoOfEvents", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfExpandedNodeIds, { "NoOfExpandedNodeIds", "opcua.NoOfExpandedNodeIds", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfExtensionObjects, { "NoOfExtensionObjects", "opcua.NoOfExtensionObjects", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
@@ -602,8 +618,10 @@ void registerFieldTypes(int proto)
{ &hf_opcua_NoOfLocaleIds, { "NoOfLocaleIds", "opcua.NoOfLocaleIds", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfLocalizedTexts, { "NoOfLocalizedTexts", "opcua.NoOfLocalizedTexts", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfMethodsToCall, { "NoOfMethodsToCall", "opcua.NoOfMethodsToCall", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
+ { &hf_opcua_NoOfModificationInfos, { "NoOfModificationInfos", "opcua.NoOfModificationInfos", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfMonitoredItemIds, { "NoOfMonitoredItemIds", "opcua.NoOfMonitoredItemIds", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfMonitoredItems, { "NoOfMonitoredItems", "opcua.NoOfMonitoredItems", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
+ { &hf_opcua_NoOfNetworkPaths, { "NoOfNetworkPaths", "opcua.NoOfNetworkPaths", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfNodeIds, { "NoOfNodeIds", "opcua.NoOfNodeIds", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfNodeTypes, { "NoOfNodeTypes", "opcua.NoOfNodeTypes", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfNodesToAdd, { "NoOfNodesToAdd", "opcua.NoOfNodesToAdd", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
@@ -632,7 +650,6 @@ void registerFieldTypes(int proto)
{ &hf_opcua_NoOfReqTimes, { "NoOfReqTimes", "opcua.NoOfReqTimes", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfResults, { "NoOfResults", "opcua.NoOfResults", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfSBytes, { "NoOfSBytes", "opcua.NoOfSBytes", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
- { &hf_opcua_NoOfSelectClause, { "NoOfSelectClause", "opcua.NoOfSelectClause", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfSelectClauseDiagnosticInfos, { "NoOfSelectClauseDiagnosticInfos", "opcua.NoOfSelectClauseDiagnosticInfos", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfSelectClauseResults, { "NoOfSelectClauseResults", "opcua.NoOfSelectClauseResults", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfSelectClauses, { "NoOfSelectClauses", "opcua.NoOfSelectClauses", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
@@ -652,6 +669,7 @@ void registerFieldTypes(int proto)
{ &hf_opcua_NoOfUInt32s, { "NoOfUInt32s", "opcua.NoOfUInt32s", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfUInt64s, { "NoOfUInt64s", "opcua.NoOfUInt64s", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfUnsupportedUnitIds, { "NoOfUnsupportedUnitIds", "opcua.NoOfUnsupportedUnitIds", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
+ { &hf_opcua_NoOfUpdateValues, { "NoOfUpdateValues", "opcua.NoOfUpdateValues", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfUserIdentityTokens, { "NoOfUserIdentityTokens", "opcua.NoOfUserIdentityTokens", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfValues, { "NoOfValues", "opcua.NoOfValues", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfVariants, { "NoOfVariants", "opcua.NoOfVariants", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
@@ -680,6 +698,7 @@ void registerFieldTypes(int proto)
{ &hf_opcua_PublishingInterval, { "PublishingInterval", "opcua.PublishingInterval", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_PublishingIntervalCount, { "PublishingIntervalCount", "opcua.PublishingIntervalCount", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_QueueSize, { "QueueSize", "opcua.QueueSize", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
+ { &hf_opcua_Real, { "Real", "opcua.Real", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_RejectedRequestsCount, { "RejectedRequestsCount", "opcua.RejectedRequestsCount", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_RejectedSessionCount, { "RejectedSessionCount", "opcua.RejectedSessionCount", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_ReleaseContinuationPoint, { "ReleaseContinuationPoint", "opcua.ReleaseContinuationPoint", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
@@ -697,7 +716,6 @@ void registerFieldTypes(int proto)
{ &hf_opcua_RequestedMaxReferencesPerNode, { "RequestedMaxReferencesPerNode", "opcua.RequestedMaxReferencesPerNode", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_RequestedPublishingInterval, { "RequestedPublishingInterval", "opcua.RequestedPublishingInterval", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_RequestedSessionTimeout, { "RequestedSessionTimeout", "opcua.RequestedSessionTimeout", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
- { &hf_opcua_ResampleInterval, { "ResampleInterval", "opcua.ResampleInterval", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_ResultMask, { "ResultMask", "opcua.ResultMask", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_Results, { "Results", "opcua.Results", FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_RetransmitSequenceNumber, { "RetransmitSequenceNumber", "opcua.RetransmitSequenceNumber", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
@@ -745,7 +763,6 @@ void registerFieldTypes(int proto)
{ &hf_opcua_Status, { "Status", "opcua.Status", FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_StatusCode, { "StatusCode", "opcua.StatusCode", FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_StatusCodes, { "StatusCodes", "opcua.StatusCodes", FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL } },
- { &hf_opcua_SteppedSlopedExtrapolation, { "SteppedSlopedExtrapolation", "opcua.SteppedSlopedExtrapolation", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_String, { "String", "opcua.String", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_StringTable, { "StringTable", "opcua.StringTable", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_Strings, { "Strings", "opcua.Strings", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL } },
@@ -777,18 +794,21 @@ void registerFieldTypes(int proto)
{ &hf_opcua_UnitId, { "UnitId", "opcua.UnitId", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_UnsupportedUnitIds, { "UnsupportedUnitIds", "opcua.UnsupportedUnitIds", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_UseBinaryEncoding, { "UseBinaryEncoding", "opcua.UseBinaryEncoding", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
- { &hf_opcua_UseSeverCapabilitiesDefaults, { "UseSeverCapabilitiesDefaults", "opcua.UseSeverCapabilitiesDefaults", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
+ { &hf_opcua_UseServerCapabilitiesDefaults, { "UseServerCapabilitiesDefaults", "opcua.UseServerCapabilitiesDefaults", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
+ { &hf_opcua_UseSimpleBounds, { "UseSimpleBounds", "opcua.UseSimpleBounds", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
+ { &hf_opcua_UseSlopedExtrapolation, { "UseSlopedExtrapolation", "opcua.UseSlopedExtrapolation", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_UserAccessLevel, { "UserAccessLevel", "opcua.UserAccessLevel", FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_UserExecutable, { "UserExecutable", "opcua.UserExecutable", FT_BOOLEAN, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_UserName, { "UserName", "opcua.UserName", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_UserWriteMask, { "UserWriteMask", "opcua.UserWriteMask", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
- { &hf_opcua_Value, { "Value", "opcua.Value", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
+ { &hf_opcua_Value, { "Value", "opcua.Value", FT_FLOAT, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_ValueRank, { "ValueRank", "opcua.ValueRank", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_VendorName, { "VendorName", "opcua.VendorName", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_VendorProductCertificate, { "VendorProductCertificate", "opcua.VendorProductCertificate", FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_Verb, { "Verb", "opcua.Verb", FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_ViewVersion, { "ViewVersion", "opcua.ViewVersion", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_WriteMask, { "WriteMask", "opcua.WriteMask", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
+ { &hf_opcua_X, { "X", "opcua.X", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_XmlElement, { "XmlElement", "opcua.XmlElement", FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_XmlElements, { "XmlElements", "opcua.XmlElements", FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL } },
};