add new UA Specification 1.03 StatusCodes
authorHannes Mezger <hannes.mezger@ascolab.com>
Tue, 13 Oct 2015 13:12:19 +0000 (15:12 +0200)
committerAnders Broman <a.broman58@gmail.com>
Wed, 14 Oct 2015 04:24:28 +0000 (04:24 +0000)
Change-Id: If4df7d74920d3216d609894b8281408c1374e60f
Reviewed-on: https://code.wireshark.org/review/10978
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
plugins/opcua/opcua_statuscode.c

index 69019ea8fd4c3009dac1d4a1fbf3307dba93a745..07b067fce3cc9d759fb35960ae0fa93af74a1f7b 100644 (file)
@@ -60,6 +60,7 @@ const value_string g_statusCodes[] = {
     {0x801C0000, "BadCertificateIssuerRevocationUnknown"},
     {0x801D0000, "BadCertificateRevoked"},
     {0x801E0000, "BadCertificateIssuerRevoked"},
+    {0x810D0000, "BadCertificateChainIncomplete"},
     {0x801F0000, "BadUserAccessDenied"},
     {0x80200000, "BadIdentityTokenInvalid"},
     {0x80210000, "BadIdentityTokenRejected"},
@@ -73,6 +74,7 @@ const value_string g_statusCodes[] = {
     {0x802A0000, "BadRequestHeaderInvalid"},
     {0x802B0000, "BadTimestampsToReturnInvalid"},
     {0x802C0000, "BadRequestCancelledByClient"},
+    {0x80E50000, "BadTooManyArguments"},
     {0x002D0000, "GoodSubscriptionTransferred"},
     {0x002E0000, "GoodCompletesAsynchronously"},
     {0x002F0000, "GoodOverload"},
@@ -154,6 +156,7 @@ const value_string g_statusCodes[] = {
     {0x806E0000, "BadQueryTooComplex"},
     {0x806F0000, "BadNoMatch"},
     {0x80700000, "BadMaxAgeInvalid"},
+    {0x80E60000, "BadSecurityModeInsufficient"},
     {0x80710000, "BadHistoryOperationInvalid"},
     {0x80720000, "BadHistoryOperationUnsupported"},
     {0x80BD0000, "BadInvalidTimestampArgument"},
@@ -226,10 +229,14 @@ const value_string g_statusCodes[] = {
     {0x80D60000, "BadAggregateInvalidInputs"},
     {0x80DA0000, "BadAggregateConfigurationRejected"},
     {0x00D90000, "GoodDataIgnored"},
+    {0x80E40000, "BadRequestNotAllowed"},
     {0x00DC0000, "GoodEdited"},
     {0x00DD0000, "GoodPostActionFailed"},
     {0x40DE0000, "UncertainDominantValueChanged"},
-    {0x00DF0000, "GoodDependendValueChanged"},
+    {0x00E00000, "GoodDependentValueChanged"},
+    {0x80E10000, "BadDominantValueChanged"},
+    {0x40E20000, "UncertainDependentValueChanged"},
+    {0x80E30000, "BadDependentValueChanged"},
     {0x00A70000, "GoodCommunicationEvent"},
     {0x00A80000, "GoodShutdownEvent"},
     {0x00A90000, "GoodCallAgain"},