|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
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 |
A sortable summary record for a single TSN, used when ordering TSNs for graph rendering.
| uint32_t tsn_sort::framenumber |
Wireshark frame number of the packet carrying this TSN.
| uint32_t tsn_sort::length |
Length of the data chunk associated with this TSN in bytes.
| uint32_t tsn_sort::offset |
Byte offset of this TSN's data within the stream.
| uint32_t tsn_sort::secs |
Timestamp seconds component of the packet carrying this TSN.
| uint32_t tsn_sort::tsnumber |
Transmission Sequence Number value.
| uint32_t tsn_sort::usecs |
Timestamp microseconds component of the packet carrying this TSN.