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
epan
dfilter
semcheck.h
Go to the documentation of this file.
1
11
#ifndef SEMCHECK_H
12
#define SEMCHECK_H
13
14
#include "
dfilter-int.h
"
15
16
bool
17
dfw_semcheck(
dfwork_t
*dfw);
18
19
ftenum_t
20
check_arithmetic(
dfwork_t
*dfw,
stnode_t
*st_node, ftenum_t logical_ftype);
21
22
ftenum_t
23
check_function(
dfwork_t
*dfw,
stnode_t
*st_node, ftenum_t logical_ftype);
24
25
ftenum_t
26
check_slice(
dfwork_t
*dfw,
stnode_t
*st, ftenum_t logical_ftype);
27
28
void
29
resolve_unparsed(
dfwork_t
*dfw,
stnode_t
*st,
bool
strict);
30
31
ftenum_t
32
get_logical_ftype(
dfwork_t
*dfw,
stnode_t
*st_node);
33
34
bool
35
compatible_ftypes(ftenum_t a, ftenum_t b);
36
37
#endif
dfilter-int.h
dfwork_t
Definition
dfilter-int.h:76
stnode
Definition
syntax-tree.h:78
Generated by
1.9.8