|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Classes | |
| struct | ph_stats_node_t |
| struct | ph_stats_t |
Functions | |
| ph_stats_t * | ph_stats_new (capture_file *cf) |
| Create a new protocol hierarchy statistics object. | |
| void | ph_stats_free (ph_stats_t *ps) |
| Frees memory allocated for a protocol hierarchy statistics structure. | |
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later
Protocol Hierarchy Statistics
| void ph_stats_free | ( | ph_stats_t * | ps | ) |
Frees memory allocated for a protocol hierarchy statistics structure.
This function releases all resources associated with the given protocol hierarchy statistics structure, including its tree and any dynamically allocated data.
| ps | Pointer to the protocol hierarchy statistics structure to be freed. |
| ph_stats_t * ph_stats_new | ( | capture_file * | cf | ) |
Create a new protocol hierarchy statistics object.
| cf | Pointer to the capture file structure. |