Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
_sctp_allassocs_info Struct Reference

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

Detailed Description

Top-level container holding information about all SCTP associations found in a capture.

Member Data Documentation

◆ assoc_info_list

GList* _sctp_allassocs_info::assoc_info_list

List of sctp_assoc_info_t records, one per detected association.

◆ children

GList* _sctp_allassocs_info::children

List of child UI widgets or windows associated with this tap.

◆ is_registered

bool _sctp_allassocs_info::is_registered

True if the SCTP tap listener is currently registered.

◆ sum_tvbs

uint32_t _sctp_allassocs_info::sum_tvbs

Total number of tvbuffs across all associations.


The documentation for this struct was generated from the following file: