Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <conversation_table.h>
Public Attributes | |
GHashTable * | hashtable |
GArray * | conv_array |
void * | user_data |
unsigned | flags |
Conversation hash + value storage Hash table keys are conv_key_t. Hash table values are indexes into conv_array.
GArray* _conversation_hash_t::conv_array |
array of conversation values
unsigned _conversation_hash_t::flags |
flags given to the tap packet
GHashTable* _conversation_hash_t::hashtable |
conversations hash table
void* _conversation_hash_t::user_data |
"GUI" specifics (if necessary)