|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
SCTP NR-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_nr_gaps |
| uint16_t | nr_of_dups |
| uint16_t | reserved |
| struct gaps | gaps [1] |
SCTP NR-SACK chunk header structure.
| uint32_t nr_sack_chunk_header::a_rwnd |
Advertised Receiver Window Credit (a_rwnd).
| uint32_t nr_sack_chunk_header::cum_tsn_ack |
Cumulative TSN Ack.
| uint8_t nr_sack_chunk_header::flags |
Chunk flags.
| struct gaps nr_sack_chunk_header::gaps[1] |
A Flexible Array Member (standard C, not standard C++)
| uint16_t nr_sack_chunk_header::length |
Length of the chunk.
| uint16_t nr_sack_chunk_header::nr_of_dups |
Number of duplicate TSNs.
| uint16_t nr_sack_chunk_header::nr_of_gaps |
Number of gap blocks.
| uint16_t nr_sack_chunk_header::nr_of_nr_gaps |
Number of Non-Renegable gap blocks.
| uint16_t nr_sack_chunk_header::reserved |
Reserved field.
| uint8_t nr_sack_chunk_header::type |
Type of the chunk.