|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
SCTP SACK chunk header structure. More...
#include <sctp_graph_dialog.h>
Public Attributes | |
| uint8_t | type |
| uint8_t | flags |
| uint16_t | length |
| uint32_t | cum_tsn_ack |
| uint32_t | a_rwnd |
| uint16_t | nr_of_gaps |
| uint16_t | nr_of_dups |
| struct gaps | gaps [1] |
SCTP SACK chunk header structure.
| uint32_t sack_chunk_header::a_rwnd |
Advertised Receiver Window Credit (a_rwnd).
| uint32_t sack_chunk_header::cum_tsn_ack |
Cumulative TSN Ack.
| uint8_t sack_chunk_header::flags |
Chunk flags.
| struct gaps sack_chunk_header::gaps[1] |
A Flexible Array Member (standard C, not standard C++)
| uint16_t sack_chunk_header::length |
Length of the chunk.
| uint16_t sack_chunk_header::nr_of_dups |
Number of duplicate TSNs.
| uint16_t sack_chunk_header::nr_of_gaps |
Number of gap blocks.
| uint8_t sack_chunk_header::type |
Type of the chunk.