|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Holds response time delay (RTD) statistics for a single request/response category. More...
#include <rtd_table.h>
Public Attributes | |
| unsigned | num_timestat |
| timestat_t * | rtd |
| uint32_t | open_req_num |
| uint32_t | disc_rsp_num |
| uint32_t | req_dup_num |
| uint32_t | rsp_dup_num |
Holds response time delay (RTD) statistics for a single request/response category.
| uint32_t _rtd_timestat::disc_rsp_num |
Number of responses received without a matching request (discarded responses).
| unsigned _rtd_timestat::num_timestat |
Number of elements in the rtd array.
| uint32_t _rtd_timestat::open_req_num |
Number of requests for which no matching response has yet been seen.
| uint32_t _rtd_timestat::req_dup_num |
Number of duplicate requests detected.
| uint32_t _rtd_timestat::rsp_dup_num |
Number of duplicate responses detected.
| timestat_t* _rtd_timestat::rtd |
Array of timestat_t entries accumulating RTD measurements for each subcategory.