|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Complete statistics and metadata record for a single SCTP association. More...
#include <tap-sctp-analysis.h>
Complete statistics and metadata record for a single SCTP association.
| GList* _sctp_assoc_info::addr1 |
List of additional addresses advertised by endpoint 1.
| GList* _sctp_assoc_info::addr2 |
List of additional addresses advertised by endpoint 2.
| GList* _sctp_assoc_info::addr_chunk_count |
List of sctp_addr_chunk records with per-address chunk counts.
| uint32_t _sctp_assoc_info::arwnd1 |
Current advertised receiver window for endpoint 1.
| uint32_t _sctp_assoc_info::arwnd2 |
Current advertised receiver window for endpoint 2.
| uint16_t _sctp_assoc_info::assoc_id |
Unique identifier for this association within the capture.
| bool _sctp_assoc_info::check_address |
True if address validation should be performed for this association.
| char _sctp_assoc_info::checksum_type[8] |
String identifying the checksum algorithm in use (e.g., "CRC32C").
| uint32_t _sctp_assoc_info::chunk_count[256] |
Total chunk count indexed by SCTP chunk type.
| sctp_init_collision_t* _sctp_assoc_info::dir1 |
INIT collision record for the direction towards endpoint 1, or NULL.
| sctp_init_collision_t* _sctp_assoc_info::dir2 |
INIT collision record for the direction towards endpoint 2, or NULL.
| uint16_t _sctp_assoc_info::direction |
Current packet direction relative to the association endpoints.
| address _sctp_assoc_info::dst |
Destination address of the association's first observed packet.
| uint32_t _sctp_assoc_info::ep1_chunk_count[256] |
Per-chunk-type count for chunks sent by endpoint 1.
| uint32_t _sctp_assoc_info::ep2_chunk_count[256] |
Per-chunk-type count for chunks sent by endpoint 2.
| GList* _sctp_assoc_info::error_info_list |
List of sctp_error_info_t records describing detected errors.
| bool _sctp_assoc_info::firstdata |
True if the first DATA chunk has been observed.
| GList* _sctp_assoc_info::frame_numbers |
List of all frame numbers belonging to this association.
| bool _sctp_assoc_info::init |
True if an INIT chunk has been observed for this association.
| bool _sctp_assoc_info::init_collision |
True if an INIT collision (simultaneous open) was detected.
| bool _sctp_assoc_info::initack |
True if an INIT-ACK chunk has been observed for this association.
| uint16_t _sctp_assoc_info::initack_dir |
Direction from which the INIT-ACK was received.
| uint32_t _sctp_assoc_info::initiate_tag |
Initiate tag from the INIT chunk that opened this association.
| uint16_t _sctp_assoc_info::instream1 |
Number of inbound streams requested by endpoint 1.
| uint16_t _sctp_assoc_info::instream2 |
Number of inbound streams requested by endpoint 2.
| uint32_t _sctp_assoc_info::max_bytes1 |
Maximum bytes in flight observed from endpoint 1.
| uint32_t _sctp_assoc_info::max_bytes2 |
Maximum bytes in flight observed from endpoint 2.
| uint32_t _sctp_assoc_info::max_secs |
Seconds component of the latest packet timestamp.
| uint32_t _sctp_assoc_info::max_tsn1 |
Highest TSN observed from endpoint 1.
| uint32_t _sctp_assoc_info::max_tsn2 |
Highest TSN observed from endpoint 2.
| uint32_t _sctp_assoc_info::max_usecs |
Microseconds component of the latest packet timestamp.
| uint32_t _sctp_assoc_info::max_window1 |
Maximum advertised receiver window (rwnd) seen from endpoint 1.
| uint32_t _sctp_assoc_info::max_window2 |
Maximum advertised receiver window (rwnd) seen from endpoint 2.
| GSList* _sctp_assoc_info::min_max |
List of min/max byte-in-flight samples for graph rendering.
| uint32_t _sctp_assoc_info::min_secs |
Seconds component of the earliest packet timestamp.
| uint32_t _sctp_assoc_info::min_tsn1 |
Lowest TSN observed from endpoint 1.
| uint32_t _sctp_assoc_info::min_tsn2 |
Lowest TSN observed from endpoint 2.
| uint32_t _sctp_assoc_info::min_usecs |
Microseconds component of the earliest packet timestamp.
| uint32_t _sctp_assoc_info::n_adler32_calculated |
Number of packets for which an Adler-32 checksum was calculated.
| uint32_t _sctp_assoc_info::n_adler32_correct |
Number of packets whose Adler-32 checksum was correct.
| uint32_t _sctp_assoc_info::n_array_tsn1 |
Number of TSN entries recorded for endpoint 1.
| uint32_t _sctp_assoc_info::n_array_tsn2 |
Number of TSN entries recorded for endpoint 2.
| uint32_t _sctp_assoc_info::n_bundling_errors |
Number of chunk bundling errors detected.
| uint32_t _sctp_assoc_info::n_checksum_errors |
Number of packets with checksum errors.
| uint32_t _sctp_assoc_info::n_crc32c_calculated |
Number of packets for which a CRC-32c checksum was calculated.
| uint32_t _sctp_assoc_info::n_crc32c_correct |
Number of packets whose CRC-32c checksum was correct.
| uint32_t _sctp_assoc_info::n_data_bytes |
Total payload bytes across all DATA chunks.
| uint32_t _sctp_assoc_info::n_data_bytes_ep1 |
Payload bytes in DATA chunks sent by endpoint 1.
| uint32_t _sctp_assoc_info::n_data_bytes_ep2 |
Payload bytes in DATA chunks sent by endpoint 2.
| uint32_t _sctp_assoc_info::n_data_chunks |
Total number of DATA chunks across both endpoints.
| uint32_t _sctp_assoc_info::n_data_chunks_ep1 |
Number of DATA chunks sent by endpoint 1.
| uint32_t _sctp_assoc_info::n_data_chunks_ep2 |
Number of DATA chunks sent by endpoint 2.
| uint32_t _sctp_assoc_info::n_forward_chunks |
Total number of FORWARD-TSN chunks across both endpoints.
| uint32_t _sctp_assoc_info::n_forward_chunks_ep1 |
Number of FORWARD-TSN chunks sent by endpoint 1.
| uint32_t _sctp_assoc_info::n_forward_chunks_ep2 |
Number of FORWARD-TSN chunks sent by endpoint 2.
| uint32_t _sctp_assoc_info::n_length_errors |
Number of chunk length field errors detected.
| uint32_t _sctp_assoc_info::n_packets |
Total number of SCTP packets in the association.
| uint32_t _sctp_assoc_info::n_padding_errors |
Number of chunk padding errors detected.
| uint32_t _sctp_assoc_info::n_sack_chunks_ep1 |
Number of SACK chunks sent by endpoint 1.
| uint32_t _sctp_assoc_info::n_sack_chunks_ep2 |
Number of SACK chunks sent by endpoint 2.
| uint32_t _sctp_assoc_info::n_tvbs |
Total number of tvbuffs referenced across all packets.
| uint32_t _sctp_assoc_info::n_value_errors |
Number of chunk value field errors detected.
| uint16_t _sctp_assoc_info::outstream1 |
Number of outbound streams requested by endpoint 1.
| uint16_t _sctp_assoc_info::outstream2 |
Number of outbound streams requested by endpoint 2.
| uint16_t _sctp_assoc_info::port1 |
Port number of endpoint 1.
| uint16_t _sctp_assoc_info::port2 |
Port number of endpoint 2.
| GList* _sctp_assoc_info::sack1 |
Chronological list of SACK records from endpoint 1.
| GList* _sctp_assoc_info::sack2 |
Chronological list of SACK records from endpoint 2.
| GPtrArray* _sctp_assoc_info::sort_sack1 |
Pointer array of SACK sort records from endpoint 1, sorted by TSN.
| GPtrArray* _sctp_assoc_info::sort_sack2 |
Pointer array of SACK sort records from endpoint 2, sorted by TSN.
| GPtrArray* _sctp_assoc_info::sort_tsn1 |
Pointer array of tsn_sort records from endpoint 1, sorted by TSN.
| GPtrArray* _sctp_assoc_info::sort_tsn2 |
Pointer array of tsn_sort records from endpoint 2, sorted by TSN.
| address _sctp_assoc_info::src |
Source address of the association's first observed packet.
| GList* _sctp_assoc_info::tsn1 |
Chronological list of tsn_t records from endpoint 1.
| GList* _sctp_assoc_info::tsn2 |
Chronological list of tsn_t records from endpoint 2.
| uint32_t _sctp_assoc_info::verification_tag1 |
Verification tag used by endpoint 1.
| uint32_t _sctp_assoc_info::verification_tag2 |
Verification tag used by endpoint 2.