Wireshark  4.3.0
The Wireshark network protocol analyzer
sttype-set.h
Go to the documentation of this file.
1 
11 #ifndef STTYPE_SET_H
12 #define STTYPE_SET_H
13 
14 #include <wireshark.h>
15 
16 #include "syntax-tree.h"
17 
18 bool
19 sttype_set_convert_to_range(stnode_t **node_left, stnode_t **node_right);
20 
21 void
22 set_nodelist_free(GSList *params);
23 
24 #endif
Definition: syntax-tree.h:79