aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/epan/opcua/opcua_enumparser.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/epan/opcua/opcua_enumparser.c b/plugins/epan/opcua/opcua_enumparser.c
index 7889e29c37..9b3bd4b77c 100644
--- a/plugins/epan/opcua/opcua_enumparser.c
+++ b/plugins/epan/opcua/opcua_enumparser.c
@@ -265,6 +265,10 @@ static const value_string g_AttributeWriteMaskTable[] = {
{ 524288, "ValueRank" },
{ 1048576, "WriteMask" },
{ 2097152, "ValueForVariableType" },
+ { 4194304, "DataTypeDefinition" },
+ { 8388608, "RolePermissions" },
+ { 16777216, "AccessRestrictions" },
+ { 33554432, "AccessLevelEx" },
{ 0, NULL }
};
static int hf_opcua_AttributeWriteMask = -1;
@@ -335,6 +339,7 @@ static const value_string g_TimestampsToReturnTable[] = {
{ 1, "Server" },
{ 2, "Both" },
{ 3, "Neither" },
+ { 4, "Invalid" },
{ 0, NULL }
};
static int hf_opcua_TimestampsToReturn = -1;