Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Functions
sttype-set.h File Reference
#include <wireshark.h>
#include "syntax-tree.h"

Go to the source code of this file.

Functions

bool sttype_set_convert_to_range (stnode_t **node_left, stnode_t **node_right)
 Convert a set of values to a range.
 
void set_nodelist_free (GSList *params)
 Free the memory allocated for a list of set nodes.
 

Detailed Description

Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 2001 Gerald Combs

SPDX-License-Identifier: GPL-2.0-or-later

Function Documentation

◆ set_nodelist_free()

void set_nodelist_free ( GSList *  params)

Free the memory allocated for a list of set nodes.

Parameters
paramsPointer to the list of set nodes to free.

◆ 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.

Parameters
node_leftPointer to the left node of the range.
node_rightPointer to the right node of the range.
Returns
True if conversion is successful, False otherwise.