aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua/opcua_hfindeces.c
diff options
context:
space:
mode:
authorHannes Mezger <hannes.mezger@ascolab.com>2014-06-10 18:01:27 +0200
committerAnders Broman <a.broman58@gmail.com>2014-06-11 13:57:26 +0000
commitabf1b5ead7f58ff6cd204c3727bed30eebe75e4e (patch)
tree29c44eb72ca41098f038c5ef4c435be7a5321452 /plugins/opcua/opcua_hfindeces.c
parent2ab3b2ac2b6300fd10df046e2d75acf6328ac332 (diff)
Regenerate all sources using latest OPC UA specification
- HistoryUpdateEventResult has been removed - Fixes two enums - Removes unused identifier defines Change-Id: I39c65c1eca1701b60dfaa3541cd7a5d1b479fb9b Reviewed-on: https://code.wireshark.org/review/2129 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'plugins/opcua/opcua_hfindeces.c')
-rw-r--r--plugins/opcua/opcua_hfindeces.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/opcua/opcua_hfindeces.c b/plugins/opcua/opcua_hfindeces.c
index 0e48d1662a..cf05f9767c 100644
--- a/plugins/opcua/opcua_hfindeces.c
+++ b/plugins/opcua/opcua_hfindeces.c
@@ -1,5 +1,5 @@
/******************************************************************************
-** Copyright (C) 2006-2009 ascolab GmbH. All Rights Reserved.
+** Copyright (C) 2006-2014 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** This program is free software; you can redistribute it and/or
@@ -14,7 +14,7 @@
**
** Description: This file contains protocol field handles.
**
-** This file was autogenerated on 12.02.2013.
+** This file was autogenerated on 10.06.2014.
** DON'T MODIFY THIS FILE!
**
******************************************************************************/
@@ -198,6 +198,7 @@ int hf_opcua_NoOfElements = -1;
int hf_opcua_NoOfEndpointUrlList = -1;
int hf_opcua_NoOfEndpoints = -1;
int hf_opcua_NoOfEnumeratedValues = -1;
+int hf_opcua_NoOfEventData = -1;
int hf_opcua_NoOfEventFields = -1;
int hf_opcua_NoOfEventIds = -1;
int hf_opcua_NoOfEvents = -1;
@@ -594,6 +595,7 @@ void registerFieldTypes(int proto)
{ &hf_opcua_NoOfEndpointUrlList, { "NoOfEndpointUrlList", "opcua.NoOfEndpointUrlList", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfEndpoints, { "NoOfEndpoints", "opcua.NoOfEndpoints", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfEnumeratedValues, { "NoOfEnumeratedValues", "opcua.NoOfEnumeratedValues", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
+ { &hf_opcua_NoOfEventData, { "NoOfEventData", "opcua.NoOfEventData", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfEventFields, { "NoOfEventFields", "opcua.NoOfEventFields", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfEventIds, { "NoOfEventIds", "opcua.NoOfEventIds", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },
{ &hf_opcua_NoOfEvents, { "NoOfEvents", "opcua.NoOfEvents", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL } },