3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <gerald@wireshark.org>
5 * Copyright 2001 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
14 #include "dfilter-int.h"
17 dfw_semcheck(dfwork_t
*dfw
);
20 check_arithmetic(dfwork_t
*dfw
, stnode_t
*st_node
, ftenum_t logical_ftype
);
23 check_function(dfwork_t
*dfw
, stnode_t
*st_node
, ftenum_t logical_ftype
);
26 check_slice(dfwork_t
*dfw
, stnode_t
*st
, ftenum_t logical_ftype
);
29 resolve_unparsed(dfwork_t
*dfw
, stnode_t
*st
, bool strict
);
32 get_logical_ftype(dfwork_t
*dfw
, stnode_t
*st_node
);
35 compatible_ftypes(ftenum_t a
, ftenum_t b
);