|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Transient per-packet info collected during SCTP dissection before a full association record exists. More...
#include <tap-sctp-analysis.h>
Public Attributes | |
| uint16_t | assoc_id |
| uint16_t | direction |
| address | src |
| address | dst |
| uint16_t | port1 |
| uint16_t | port2 |
| uint32_t | verification_tag1 |
| uint32_t | verification_tag2 |
| uint32_t | initiate_tag |
| uint32_t | n_tvbs |
Transient per-packet info collected during SCTP dissection before a full association record exists.
| uint16_t _sctp_tmp_info::assoc_id |
Temporary association identifier assigned during dissection.
| uint16_t _sctp_tmp_info::direction |
Packet direction relative to the association endpoints.
| address _sctp_tmp_info::dst |
Destination address of the SCTP packet.
| uint32_t _sctp_tmp_info::initiate_tag |
Initiate tag extracted from the INIT or INIT-ACK chunk.
| uint32_t _sctp_tmp_info::n_tvbs |
Number of tvbuffs referenced by this packet.
| uint16_t _sctp_tmp_info::port1 |
Source port number.
| uint16_t _sctp_tmp_info::port2 |
Destination port number.
| address _sctp_tmp_info::src |
Source address of the SCTP packet.
| uint32_t _sctp_tmp_info::verification_tag1 |
Verification tag for endpoint 1.
| uint32_t _sctp_tmp_info::verification_tag2 |
Verification tag for endpoint 2.