Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <conversation.h>
Public Attributes | |
struct conversation * | next |
struct conversation * | last |
struct conversation * | latest_found |
uint32_t | conv_index |
uint32_t | setup_frame |
uint32_t | last_frame |
wmem_tree_t * | data_list |
wmem_tree_t * | dissector_tree |
unsigned | options |
conversation_element_t * | key_ptr |
Data structure representing a conversation.
uint32_t conversation::conv_index |
pointer to the last conversation on hash chain
wmem_tree_t* conversation::data_list |
highest frame number in this conversation
wmem_tree_t* conversation::dissector_tree |
list of data associated with conversation
conversation_element_t* conversation::key_ptr |
wildcard flags
struct conversation* conversation::last |
pointer to next conversation on hash chain
uint32_t conversation::last_frame |
frame number that setup this conversation
struct conversation* conversation::latest_found |
pointer to the last conversation on hash chain
unsigned conversation::options |
tree containing protocol dissector client associated with conversation
uint32_t conversation::setup_frame |
unique ID for conversation