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

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

Detailed Description

Transient per-packet info collected during SCTP dissection before a full association record exists.

Member Data Documentation

◆ assoc_id

uint16_t _sctp_tmp_info::assoc_id

Temporary association identifier assigned during dissection.

◆ direction

uint16_t _sctp_tmp_info::direction

Packet direction relative to the association endpoints.

◆ dst

address _sctp_tmp_info::dst

Destination address of the SCTP packet.

◆ initiate_tag

uint32_t _sctp_tmp_info::initiate_tag

Initiate tag extracted from the INIT or INIT-ACK chunk.

◆ n_tvbs

uint32_t _sctp_tmp_info::n_tvbs

Number of tvbuffs referenced by this packet.

◆ port1

uint16_t _sctp_tmp_info::port1

Source port number.

◆ port2

uint16_t _sctp_tmp_info::port2

Destination port number.

◆ src

address _sctp_tmp_info::src

Source address of the SCTP packet.

◆ verification_tag1

uint32_t _sctp_tmp_info::verification_tag1

Verification tag for endpoint 1.

◆ verification_tag2

uint32_t _sctp_tmp_info::verification_tag2

Verification tag for endpoint 2.


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