Wireshark
4.5.0
The Wireshark network protocol analyzer
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
Typedefs
a
b
c
d
e
f
g
h
i
m
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
e
f
h
i
n
o
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
plugins
epan
opcua
opcua_identifiers.h
1
/******************************************************************************
2
** Copyright (C) 2006-2007 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: Parser type definitions.
13
**
14
** This file was autogenerated on 6/10/2007 2:35:22 AM.
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
23
/* declare service parser function prototype */
24
typedef
void (*fctServiceParser)(
proto_tree
*tree,
tvbuff_t
*tvb,
packet_info
*pinfo,
int
*pOffset);
25
/* declare enum parser function prototype */
26
typedef
void (*fctEnumParser)(
proto_tree
*tree,
tvbuff_t
*tvb,
packet_info
*pinfo,
int
*pOffset);
27
/* declare type parser function prototype */
28
typedef
void (*fctComplexTypeParser)(
proto_tree
*tree,
tvbuff_t
*tvb,
packet_info
*pinfo,
int
*pOffset,
const
char
*szFieldName);
29
/* declare type parser function prototype */
30
typedef
proto_item
* (*fctSimpleTypeParser)(
proto_tree
*tree,
tvbuff_t
*tvb,
packet_info
*pinfo,
int
*pOffset,
int
hfIndex);
31
32
typedef
struct
_ParserEntry
33
{
34
int
iRequestId;
35
fctServiceParser pParser;
36
}
ParserEntry
;
32
typedef
struct
_ParserEntry
{
…
};
37
38
typedef
struct
_ExtensionObjectParserEntry
39
{
40
int
iRequestId;
41
fctComplexTypeParser pParser;
42
const
char
*typeName;
43
}
ExtensionObjectParserEntry
;
38
typedef
struct
_ExtensionObjectParserEntry
{
…
};
packet.h
_ExtensionObjectParserEntry
Definition
opcua_identifiers.h:39
_ParserEntry
Definition
opcua_identifiers.h:33
_packet_info
Definition
packet_info.h:43
_proto_node
Definition
proto.h:906
tvbuff
Definition
tvbuff-int.h:35
Generated by
1.9.8