|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Aggregates RTD statistics across all tracked request/response categories for a single protocol tap. More...
#include <rtd_table.h>
Public Attributes | |
| char * | filter |
| unsigned | num_rtds |
| rtd_timestat * | time_stats |
Aggregates RTD statistics across all tracked request/response categories for a single protocol tap.
| char* _rtd_stat_table::filter |
Optional display filter string applied when collecting these statistics; NULL if unfiltered.
| unsigned _rtd_stat_table::num_rtds |
Number of elements in the time_stats array.
| rtd_timestat* _rtd_stat_table::time_stats |
Array of rtd_timestat entries, one per tracked request/response category.