|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
Composite hash table key identifying a conversation by its two endpoints and optional ID.
| address _conversation_key_t::addr1 |
Address of the first endpoint of the conversation
| address _conversation_key_t::addr2 |
Address of the second endpoint of the conversation
| conv_id_t _conversation_key_t::conv_id |
Optional conversation ID used to disambiguate conversations sharing the same address/port 4-tuple
| uint32_t _conversation_key_t::port1 |
Transport port of the first endpoint
| uint32_t _conversation_key_t::port2 |
Transport port of the second endpoint