|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Node in a protocol hierarchy statistics tree, representing a single protocol layer with links to related nodes and accumulated traffic counters. More...
#include <tap-protohierstat.h>
Public Attributes | |
| struct _phs_t * | sibling |
| struct _phs_t * | child |
| struct _phs_t * | parent |
| char * | filter |
| int | protocol |
| const char * | proto_name |
| uint32_t | frames |
| uint64_t | bytes |
Node in a protocol hierarchy statistics tree, representing a single protocol layer with links to related nodes and accumulated traffic counters.
| uint64_t _phs_t::bytes |
Total number of bytes captured for this protocol node.
| struct _phs_t* _phs_t::child |
First child node representing a sub-protocol layer.
| char* _phs_t::filter |
Display filter string used to isolate this protocol's traffic.
| uint32_t _phs_t::frames |
Total number of frames captured for this protocol node.
| struct _phs_t* _phs_t::parent |
Parent node one level up in the hierarchy tree.
| const char* _phs_t::proto_name |
Human-readable protocol name string (e.g., "tcp", "http").
| int _phs_t::protocol |
Wireshark protocol ID as registered in the dissector table.
| struct _phs_t* _phs_t::sibling |
Next sibling node at the same level of the hierarchy tree.