summaryrefslogtreecommitdiff
path: root/plugins/opcua
diff options
context:
space:
mode:
authorHannes Mezger <hannes.mezger@ascolab.com>2015-10-13 15:12:19 +0200
committerAnders Broman <a.broman58@gmail.com>2015-10-14 04:24:28 +0000
commit4fee6a36b5bc8535db19147388c9890702cda907 (patch)
tree5c72281a6ab713b3847e61f651497ceb1b701878 /plugins/opcua
parent065c4646a631690896c9b45cadc4cc2d012255d8 (diff)
downloadwireshark-4fee6a36b5bc8535db19147388c9890702cda907.tar.gz
add new UA Specification 1.03 StatusCodes
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>
Diffstat (limited to 'plugins/opcua')
-rw-r--r--plugins/opcua/opcua_statuscode.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/plugins/opcua/opcua_statuscode.c b/plugins/opcua/opcua_statuscode.c
index 69019ea8fd..07b067fce3 100644
--- a/plugins/opcua/opcua_statuscode.c
+++ b/plugins/opcua/opcua_statuscode.c
@@ -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"},