|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Top-level container holding information about all SCTP associations found in a capture. More...
#include <tap-sctp-analysis.h>
Public Attributes | |
| uint32_t | sum_tvbs |
| GList * | assoc_info_list |
| bool | is_registered |
| GList * | children |
Top-level container holding information about all SCTP associations found in a capture.
| GList* _sctp_allassocs_info::assoc_info_list |
List of sctp_assoc_info_t records, one per detected association.
| GList* _sctp_allassocs_info::children |
List of child UI widgets or windows associated with this tap.
| bool _sctp_allassocs_info::is_registered |
True if the SCTP tap listener is currently registered.
| uint32_t _sctp_allassocs_info::sum_tvbs |
Total number of tvbuffs across all associations.