Wireshark 4.7.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
25bool
27
33void
34set_nodelist_free(GSList *params);
35
36#endif
A single node instance in the display filter syntax tree.
Definition syntax-tree.h:115
void set_nodelist_free(GSList *params)
Free the memory allocated for a list of set nodes.
Definition sttype-set.c:39
bool sttype_set_convert_to_range(stnode_t **node_left, stnode_t **node_right)
Convert a set of values to a range.