|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
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 |
Represents a group of TSNs transmitted in a single SCTP packet.
| address _tsn::dst |
Destination address of the packet.
| uint32_t _tsn::first_tsn |
Lowest TSN number present in this packet.
| uint32_t _tsn::frame_number |
Wireshark frame number of the packet containing these TSNs.
| uint32_t _tsn::secs |
Absolute timestamp seconds component.
| address _tsn::src |
Source address of the packet.
| GList* _tsn::tsns |
List of individual TSN entries carried in this packet.
| uint32_t _tsn::usecs |
Absolute timestamp microseconds component.