Wireshark  2.9.0-477-g68ec514b
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
 

Detailed Description

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

Member Data Documentation

GArray* _conversation_hash_t::conv_array

array of conversation values

GHashTable* _conversation_hash_t::hashtable

conversations hash table

void* _conversation_hash_t::user_data

"GUI" specifics (if necessary)


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