Wireshark  4.3.0
The Wireshark network protocol analyzer
Public Attributes | List of all members
_conversation_hash_t Struct Reference

#include <conversation_table.h>

Public Attributes

GHashTable * hashtable
 
GArray * conv_array
 
void * user_data
 
guint flags
 

Detailed Description

Conversation hash + value storage Hash table keys are conv_key_t. Hash table values are indexes into conv_array.

Member Data Documentation

◆ conv_array

GArray* _conversation_hash_t::conv_array

array of conversation values

◆ flags

guint _conversation_hash_t::flags

flags given to the tap packet

◆ hashtable

GHashTable* _conversation_hash_t::hashtable

conversations hash table

◆ user_data

void* _conversation_hash_t::user_data

"GUI" specifics (if necessary)


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