Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
_tsn Struct Reference

Represents a group of TSNs transmitted in a single SCTP packet. More...

#include <tap-sctp-analysis.h>

Public Attributes

uint32_t frame_number
uint32_t secs
uint32_t usecs
address src
address dst
uint32_t first_tsn
GList * tsns

Detailed Description

Represents a group of TSNs transmitted in a single SCTP packet.

Member Data Documentation

◆ dst

address _tsn::dst

Destination address of the packet.

◆ first_tsn

uint32_t _tsn::first_tsn

Lowest TSN number present in this packet.

◆ frame_number

uint32_t _tsn::frame_number

Wireshark frame number of the packet containing these TSNs.

◆ secs

uint32_t _tsn::secs

Absolute timestamp seconds component.

◆ src

address _tsn::src

Source address of the packet.

◆ tsns

GList* _tsn::tsns

List of individual TSN entries carried in this packet.

◆ usecs

uint32_t _tsn::usecs

Absolute timestamp microseconds component.


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