Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
opcua_enumparser.h
1/******************************************************************************
2** Copyright (C) 2006-2015 ascolab GmbH. All Rights Reserved.
3** Web: http://www.ascolab.com
4**
5** SPDX-License-Identifier: GPL-2.0-or-later
6**
7** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
8** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
9**
10** Project: OpcUa Wireshark Plugin
11**
12** Description: OpcUa Enum Type Parser
13**
14** This file was autogenerated on 13.10.2015.
15** DON'T MODIFY THIS FILE!
16** XXX - well, except that you may have to. See the README.
17**
18******************************************************************************/
19
20#include <glib.h>
21#include <epan/packet.h>
22
23extern int ett_opcua_array_NodeIdType;
24extern int ett_opcua_array_NamingRuleType;
25extern int ett_opcua_array_OpenFileMode;
26extern int ett_opcua_array_TrustListMasks;
27extern int ett_opcua_array_IdType;
28extern int ett_opcua_array_NodeClass;
29extern int ett_opcua_array_ApplicationType;
30extern int ett_opcua_array_MessageSecurityMode;
31extern int ett_opcua_array_UserTokenType;
32extern int ett_opcua_array_SecurityTokenRequestType;
33extern int ett_opcua_array_NodeAttributesMask;
34extern int ett_opcua_array_AttributeWriteMask;
35extern int ett_opcua_array_BrowseDirection;
36extern int ett_opcua_array_BrowseResultMask;
37extern int ett_opcua_array_ComplianceLevel;
38extern int ett_opcua_array_FilterOperator;
39extern int ett_opcua_array_TimestampsToReturn;
40extern int ett_opcua_array_HistoryUpdateType;
41extern int ett_opcua_array_PerformUpdateType;
42extern int ett_opcua_array_MonitoringMode;
43extern int ett_opcua_array_DataChangeTrigger;
44extern int ett_opcua_array_DeadbandType;
45extern int ett_opcua_array_EnumeratedTestType;
46extern int ett_opcua_array_RedundancySupport;
47extern int ett_opcua_array_ServerState;
48extern int ett_opcua_array_ModelChangeStructureVerbMask;
49extern int ett_opcua_array_AxisScaleEnumeration;
50extern int ett_opcua_array_ExceptionDeviationFormat;
51extern int ett_opcua_array_AttributeId;
52
53void parseNodeIdType(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
54void parseNamingRuleType(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
55void parseOpenFileMode(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
56void parseTrustListMasks(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
57void parseIdType(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
58void parseNodeClass(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
59void parseApplicationType(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
60void parseMessageSecurityMode(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
61void parseUserTokenType(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
62void parseSecurityTokenRequestType(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
63void parseNodeAttributesMask(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
64void parseAttributeWriteMask(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
65void parseBrowseDirection(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
66void parseComplianceLevel(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
67void parseFilterOperator(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
68void parseTimestampsToReturn(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
69void parseHistoryUpdateType(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
70void parsePerformUpdateType(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
71void parseMonitoringMode(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
72void parseDataChangeTrigger(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
73void parseDeadbandType(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
74void parseEnumeratedTestType(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
75void parseRedundancySupport(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
76void parseServerState(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
77void parseModelChangeStructureVerbMask(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
78void parseAxisScaleEnumeration(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
79void parseExceptionDeviationFormat(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
80void parseAttributeId(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, int *pOffset);
81void registerEnumTypes(int proto);
Definition packet_info.h:43
Definition proto.h:903
Definition tvbuff-int.h:35