Wireshark
4.7.2
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
epan
dfilter
sttype-set.h
Go to the documentation of this file.
1
10
11
#ifndef STTYPE_SET_H
12
#define STTYPE_SET_H
13
14
#include <wireshark.h>
15
16
#include "
syntax-tree.h
"
17
25
bool
26
sttype_set_convert_to_range
(
stnode_t
**node_left,
stnode_t
**node_right);
27
33
void
34
set_nodelist_free
(GSList *params);
35
36
#endif
set_nodelist_free
void set_nodelist_free(GSList *params)
Free the memory allocated for a list of set nodes.
Definition
sttype-set.c:39
sttype_set_convert_to_range
bool sttype_set_convert_to_range(stnode_t **node_left, stnode_t **node_right)
Convert a set of values to a range.
syntax-tree.h
stnode_t
struct stnode stnode_t
A single node instance in the display filter syntax tree.
Generated by
1.15.0