Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_conversation_key_t Struct Reference

Composite hash table key identifying a conversation by its two endpoints and optional ID. More...

#include <conversation_table.h>

Public Attributes

address addr1
 
address addr2
 
uint32_t port1
 
uint32_t port2
 
conv_id_t conv_id
 

Detailed Description

Composite hash table key identifying a conversation by its two endpoints and optional ID.

Member Data Documentation

◆ addr1

address _conversation_key_t::addr1

Address of the first endpoint of the conversation

◆ addr2

address _conversation_key_t::addr2

Address of the second endpoint of the conversation

◆ conv_id

conv_id_t _conversation_key_t::conv_id

Optional conversation ID used to disambiguate conversations sharing the same address/port 4-tuple

◆ port1

uint32_t _conversation_key_t::port1

Transport port of the first endpoint

◆ port2

uint32_t _conversation_key_t::port2

Transport port of the second endpoint


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