Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_seq_analysis_info Struct Reference

#include <sequence_analysis.h>

Public Attributes

const char * name
 
bool any_addr
 
int nconv
 
GQueue * items
 
GHashTable * ht
 
address nodes [MAX_NUM_NODES]
 
uint8_t occurrence [MAX_NUM_NODES]
 
uint32_t num_nodes
 

Detailed Description

defines the graph analysis structure

Member Data Documentation

◆ any_addr

bool _seq_analysis_info::any_addr

any addr (DL+net) vs net-only

◆ ht

GHashTable* _seq_analysis_info::ht

hash table of seq_analysis_info_t

◆ items

GQueue* _seq_analysis_info::items

list of seq_analysis_info_t

◆ name

const char* _seq_analysis_info::name

Name of sequence analysis

◆ nconv

int _seq_analysis_info::nconv

number of conversations in the list

◆ nodes

address _seq_analysis_info::nodes[MAX_NUM_NODES]

horizontal node list

◆ num_nodes

uint32_t _seq_analysis_info::num_nodes

actual number of nodes

◆ occurrence

uint8_t _seq_analysis_info::occurrence[MAX_NUM_NODES]

horizontal occurrence list 0|1


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