Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
nr_sack_chunk_header Struct Reference

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]
 

Detailed Description

SCTP NR-SACK chunk header structure.

Member Data Documentation

◆ a_rwnd

uint32_t nr_sack_chunk_header::a_rwnd

Advertised Receiver Window Credit (a_rwnd).

◆ cum_tsn_ack

uint32_t nr_sack_chunk_header::cum_tsn_ack

Cumulative TSN Ack.

◆ flags

uint8_t nr_sack_chunk_header::flags

Chunk flags.

◆ gaps

struct gaps nr_sack_chunk_header::gaps[1]

A Flexible Array Member (standard C, not standard C++)

◆ length

uint16_t nr_sack_chunk_header::length

Length of the chunk.

◆ nr_of_dups

uint16_t nr_sack_chunk_header::nr_of_dups

Number of duplicate TSNs.

◆ nr_of_gaps

uint16_t nr_sack_chunk_header::nr_of_gaps

Number of gap blocks.

◆ nr_of_nr_gaps

uint16_t nr_sack_chunk_header::nr_of_nr_gaps

Number of Non-Renegable gap blocks.

◆ reserved

uint16_t nr_sack_chunk_header::reserved

Reserved field.

◆ type

uint8_t nr_sack_chunk_header::type

Type of the chunk.


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