|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
TLV payload carrying a network load snapshot sampled at the time of capture. More...
#include <observer.h>
Public Attributes | |
| uint32_t | utilization |
| uint32_t | unknown1 |
| uint32_t | unknown2 |
| uint32_t | packets_per_second |
| uint32_t | unknown3 |
| uint32_t | bytes_per_second |
| uint32_t | unknown4 |
TLV payload carrying a network load snapshot sampled at the time of capture.
The purpose of unknown1, unknown2, unknown3, and unknown4 is undetermined; they may represent broadcast counts, multicast counts, or error counters. All have been observed as zero in known captures.
| uint32_t tlv_network_load::bytes_per_second |
Number of bytes per second observed on the network at time of capture.
| uint32_t tlv_network_load::packets_per_second |
Number of packets per second observed on the network at time of capture.
| uint32_t tlv_network_load::unknown1 |
Purpose unknown; observed as zero in all known captures.
| uint32_t tlv_network_load::unknown2 |
Purpose unknown; observed as zero in all known captures.
| uint32_t tlv_network_load::unknown3 |
Purpose unknown; observed as zero in all known captures.
| uint32_t tlv_network_load::unknown4 |
Purpose unknown; observed as zero in all known captures.
| uint32_t tlv_network_load::utilization |
Network utilization expressed in tenths of a percent (e.g. 10 = 1.0%).