|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Functions | |
| stnode_t * | sttype_slice_entity (stnode_t *node) |
| Get the entity associated with a slice node. | |
| drange_t * | sttype_slice_drange (stnode_t *node) |
| Get the drange associated with a slice node. | |
| drange_t * | sttype_slice_drange_steal (stnode_t *node) |
| Steal the drange from a slice node, transferring ownership to the caller. | |
| void | sttype_slice_set (stnode_t *node, stnode_t *field, GSList *drange_list) |
| Set the slice entity and range for a given node. | |
| void | sttype_slice_set1 (stnode_t *node, stnode_t *field, drange_node *rn) |
| Set a slice node with a single range. | |
| void | sttype_slice_set_drange (stnode_t *node, stnode_t *field, drange_t *dr) |
| Set the drange for a slice node. | |
| void | sttype_slice_remove_drange (stnode_t *node) |
| Remove the drange from a slice node, clearing ownership. | |
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
Get the drange associated with a slice node.
| node | The slice node to query. |
Steal the drange from a slice node, transferring ownership to the caller.
| node | The slice node to steal the drange from. |
Get the entity associated with a slice node.
| node | The slice node to query. |
| void sttype_slice_remove_drange | ( | stnode_t * | node | ) |
Remove the drange from a slice node, clearing ownership.
| node | The slice node to remove the drange from. |
Set the slice entity and range for a given node.
| node | The node to set the slice entity and range for. |
| field | The field to be used as the slice entity. |
| drange_list | The list of ranges to be associated with the slice. |
| void sttype_slice_set1 | ( | stnode_t * | node, |
| stnode_t * | field, | ||
| drange_node * | rn | ||
| ) |
Set a slice node with a single range.
| node | The slice node to set. |
| field | The entity field for the slice. |
| rn | The range node to be added. |