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

A sortable summary record for a single TSN, used when ordering TSNs for graph rendering. More...

#include <tap-sctp-analysis.h>

Public Attributes

uint32_t tsnumber
uint32_t secs
uint32_t usecs
uint32_t offset
uint32_t length
uint32_t framenumber

Detailed Description

A sortable summary record for a single TSN, used when ordering TSNs for graph rendering.

Member Data Documentation

◆ framenumber

uint32_t tsn_sort::framenumber

Wireshark frame number of the packet carrying this TSN.

◆ length

uint32_t tsn_sort::length

Length of the data chunk associated with this TSN in bytes.

◆ offset

uint32_t tsn_sort::offset

Byte offset of this TSN's data within the stream.

◆ secs

uint32_t tsn_sort::secs

Timestamp seconds component of the packet carrying this TSN.

◆ tsnumber

uint32_t tsn_sort::tsnumber

Transmission Sequence Number value.

◆ usecs

uint32_t tsn_sort::usecs

Timestamp microseconds component of the packet carrying this TSN.


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