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

#include <conversation.h>

Public Attributes

struct conversationnext
 
struct conversationlast
 
struct conversationlatest_found
 
uint32_t conv_index
 
uint32_t setup_frame
 
uint32_t last_frame
 
wmem_tree_tdata_list
 
wmem_tree_tdissector_tree
 
unsigned options
 
conversation_element_tkey_ptr
 

Detailed Description

Data structure representing a conversation.

Member Data Documentation

◆ conv_index

uint32_t conversation::conv_index

pointer to the last conversation on hash chain

◆ data_list

wmem_tree_t* conversation::data_list

highest frame number in this conversation

◆ dissector_tree

wmem_tree_t* conversation::dissector_tree

list of data associated with conversation

◆ key_ptr

conversation_element_t* conversation::key_ptr

wildcard flags

◆ last

struct conversation* conversation::last

pointer to next conversation on hash chain

◆ last_frame

uint32_t conversation::last_frame

frame number that setup this conversation

◆ latest_found

struct conversation* conversation::latest_found

pointer to the last conversation on hash chain

◆ options

unsigned conversation::options

tree containing protocol dissector client associated with conversation

◆ setup_frame

uint32_t conversation::setup_frame

unique ID for conversation


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