summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/opcua/opcua_simpletypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/opcua/opcua_simpletypes.c b/plugins/opcua/opcua_simpletypes.c
index aca9ba2902..d597958535 100644
--- a/plugins/opcua/opcua_simpletypes.c
+++ b/plugins/opcua/opcua_simpletypes.c
@@ -1091,8 +1091,8 @@ void parseExtensionObject(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, g
void parseExpandedNodeId(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, gint *pOffset, const char *szFieldName)
{
static const int *expandednodeid_mask[] = {&hf_opcua_nodeid_encodingmask,
- &hf_opcua_expandednodeid_mask_namespaceuri,
&hf_opcua_expandednodeid_mask_serverindex,
+ &hf_opcua_expandednodeid_mask_namespaceuri,
NULL};
proto_item *ti;