added new OPC UA 1.04 AttributesId
authorcacamille3 <guerincamille56@gmail.com>
Wed, 17 Oct 2018 18:04:35 +0000 (20:04 +0200)
committerAnders Broman <a.broman58@gmail.com>
Wed, 17 Oct 2018 21:30:09 +0000 (21:30 +0000)
Change-Id: I35963ca61792d41cf72895277e61c9fce3870200
Reviewed-on: https://code.wireshark.org/review/30234
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
plugins/epan/opcua/opcua_enumparser.c

index 456a16cf63b8377881af24f6a958308346b1de1d..7889e29c37ce41ec82172153a0925dd0a7431dcb 100644 (file)
@@ -524,6 +524,11 @@ static const value_string g_AttributeIdTable[] = {
     {20, "Historizing"},
     {21, "Executable"},
     {22, "UserExecutable"},
+    {23, "DataTypeDefinition"},
+    {24, "RolePermissions"},
+    {25, "UserRolePermissions"},
+    {26, "AccessRestrictions"},
+    {27, "AccessLevelEx"},
     {0, NULL}
 };
 static int hf_opcua_AttributeId = -1;