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

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]
 

Detailed Description

SCTP SACK chunk header structure.

Member Data Documentation

◆ a_rwnd

uint32_t sack_chunk_header::a_rwnd

Advertised Receiver Window Credit (a_rwnd).

◆ cum_tsn_ack

uint32_t sack_chunk_header::cum_tsn_ack

Cumulative TSN Ack.

◆ flags

uint8_t sack_chunk_header::flags

Chunk flags.

◆ gaps

struct gaps sack_chunk_header::gaps[1]

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

◆ length

uint16_t sack_chunk_header::length

Length of the chunk.

◆ nr_of_dups

uint16_t sack_chunk_header::nr_of_dups

Number of duplicate TSNs.

◆ nr_of_gaps

uint16_t sack_chunk_header::nr_of_gaps

Number of gap blocks.

◆ type

uint8_t sack_chunk_header::type

Type of the chunk.


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