|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
SCTP data chunk header structure. More...
#include <sctp_graph_dialog.h>
Public Attributes | |
| uint8_t | type |
| uint8_t | flags |
| uint16_t | length |
| uint32_t | tsn |
| uint16_t | sid |
| uint16_t | ssn |
| uint32_t | ppi |
SCTP data chunk header structure.
| uint8_t data_chunk_header::flags |
Chunk flags.
| uint16_t data_chunk_header::length |
Length of the chunk.
| uint32_t data_chunk_header::ppi |
Payload Protocol Identifier.
| uint16_t data_chunk_header::sid |
Stream Identifier.
| uint16_t data_chunk_header::ssn |
Stream Sequence Number.
| uint32_t data_chunk_header::tsn |
Transmission Sequence Number (TSN).
| uint8_t data_chunk_header::type |
Type of the chunk.