Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
16bool
17dfw_semcheck(dfwork_t *dfw);
18
19ftenum_t
20check_arithmetic(dfwork_t *dfw, stnode_t *st_node, ftenum_t logical_ftype);
21
22ftenum_t
23check_function(dfwork_t *dfw, stnode_t *st_node, ftenum_t logical_ftype);
24
25ftenum_t
26check_slice(dfwork_t *dfw, stnode_t *st, ftenum_t logical_ftype);
27
28void
29resolve_unparsed(dfwork_t *dfw, stnode_t *st, bool strict);
30
31ftenum_t
32get_logical_ftype(dfwork_t *dfw, stnode_t *st_node);
33
34bool
35compatible_ftypes(ftenum_t a, ftenum_t b);
36
37#endif
Definition dfilter-int.h:75
Definition syntax-tree.h:78