Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Public Attributes | List of all members
_seq_analysis_info Struct Reference

#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
 

Detailed Description

defines the graph analysis structure

Member Data Documentation

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


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