Updated OPC UA 1.0.4 enumeration

Change-Id: I55bd26abde59442280833973f6a6b52ba1d7b337
Reviewed-on: https://code.wireshark.org/review/30262
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
cacamille3 2018-10-19 18:52:22 +02:00 committed by Michael Mann
parent 7ff2cadf16
commit e0401ad15b
1 changed files with 5 additions and 0 deletions

View File

@ -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;