|
Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
|
Public Attributes | |
| struct conversation * | next |
| struct conversation * | last |
| struct conversation * | latest_found |
| guint32 | conv_index |
| guint32 | setup_frame |
| guint32 | last_frame |
| wmem_tree_t * | data_list |
| wmem_tree_t * | dissector_tree |
| guint | options |
| conversation_key_t | key_ptr |
| guint32 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_key_t conversation::key_ptr |
wildcard flags
| struct conversation* conversation::last |
pointer to next conversation on hash chain
| guint32 conversation::last_frame |
frame number that setup this conversation
| struct conversation* conversation::latest_found |
pointer to the last conversation on hash chain
| guint conversation::options |
tree containing protocol dissector client associated with conversation
| guint32 conversation::setup_frame |
unique ID for conversation
1.8.11