Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
18bool
19sttype_set_convert_to_range(stnode_t **node_left, stnode_t **node_right);
20
21void
22set_nodelist_free(GSList *params);
23
24#endif
Definition syntax-tree.h:78