aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua/opcua_hfindeces.c
diff options
context:
space:
mode:
authorHannes Mezger <hannes.mezger@ascolab.com>2015-10-27 14:36:10 +0100
committerMichael Mann <mmann78@netscape.net>2015-10-27 17:47:26 +0000
commite1ed17f9271eb9932c5980d7ced23e6eca13c691 (patch)
treeb8e86670f8a06e6680a37ee8a42b8488530f2be6 /plugins/opcua/opcua_hfindeces.c
parentb86e2a360968dc819f5e7cf96b6f470428b31632 (diff)
opcua: display string representation of AttributeId and DeadbandType
Change-Id: I41f100ddab544054f8fab89f3f5da61866db7a2d Reviewed-on: https://code.wireshark.org/review/11309 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'plugins/opcua/opcua_hfindeces.c')
-rw-r--r--plugins/opcua/opcua_hfindeces.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/opcua/opcua_hfindeces.c b/plugins/opcua/opcua_hfindeces.c
index 46e5ad0cce..07d1fb0409 100644
--- a/plugins/opcua/opcua_hfindeces.c
+++ b/plugins/opcua/opcua_hfindeces.c
@@ -33,7 +33,6 @@ int hf_opcua_Alias = -1;
int hf_opcua_AnnotationTime = -1;
int hf_opcua_ApplicationUri = -1;
int hf_opcua_ArrayDimensions = -1;
-int hf_opcua_AttributeId = -1;
int hf_opcua_AuditEntryId = -1;
int hf_opcua_AuthenticationMechanism = -1;
int hf_opcua_AvailableSequenceNumbers = -1;
@@ -339,7 +338,6 @@ void registerFieldTypes(int proto)
{ &hf_opcua_AnnotationTime, { "AnnotationTime", "opcua.AnnotationTime", FT_ABSOLUTE_TIME, ABSOLUTE_TIME_LOCAL, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_ApplicationUri, { "ApplicationUri", "opcua.ApplicationUri", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_ArrayDimensions, { "ArrayDimensions", "opcua.ArrayDimensions", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
- { &hf_opcua_AttributeId, { "AttributeId", "opcua.AttributeId", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_AuditEntryId, { "AuditEntryId", "opcua.AuditEntryId", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_AuthenticationMechanism, { "AuthenticationMechanism", "opcua.AuthenticationMechanism", FT_STRING, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_AvailableSequenceNumbers, { "AvailableSequenceNumbers", "opcua.AvailableSequenceNumbers", FT_UINT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },