|
Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
|
#include <sequence_analysis.h>
Public Attributes | |
| const char * | name |
| gboolean | any_addr |
| int | nconv |
| GQueue * | items |
| GHashTable * | ht |
| address | nodes [MAX_NUM_NODES] |
| guint32 | num_nodes |
defines the graph analysis structure
| gboolean _seq_analysis_info::any_addr |
any addr (DL+net) vs net-only
| GHashTable* _seq_analysis_info::ht |
hash table of seq_analysis_info_t
| GQueue* _seq_analysis_info::items |
list of seq_analysis_info_t
| const char* _seq_analysis_info::name |
Name of sequence analysis
| int _seq_analysis_info::nconv |
number of conversations in the list
| address _seq_analysis_info::nodes[MAX_NUM_NODES] |
horizontal node list
| guint32 _seq_analysis_info::num_nodes |
actual number of nodes
1.8.11