summaryrefslogtreecommitdiffstats
path: root/epan/dfilter/sttype-set.h
blob: 7b2670bf1008fb166b05a8bee2cd9f029c04ba98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/** @file
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 2001 Gerald Combs
 *
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef STTYPE_SET_H
#define STTYPE_SET_H

#include <wireshark.h>

#include "syntax-tree.h"

bool
sttype_set_convert_to_range(stnode_t **node_left, stnode_t **node_right);

void
set_nodelist_free(GSList *params);

#endif