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

#include <sequence_analysis.h>

Public Attributes

guint32 frame_number
 
address src_addr
 
guint16 port_src
 
address dst_addr
 
guint16 port_dst
 
gchar * frame_label
 
gchar * time_str
 
gchar * comment
 
guint16 conv_num
 
unsigned fg_color
 
unsigned bg_color
 
gboolean has_color_filter
 
gboolean display
 
guint src_node
 
guint dst_node
 
guint16 line_style
 

Detailed Description

defines an entry for the graph analysis

Member Data Documentation

unsigned _seq_analysis_item::bg_color

Background color, 0xRRGGBB. Qt only.

gchar* _seq_analysis_item::comment

a comment that appears at the right of the graph

guint16 _seq_analysis_item::conv_num

The conversation number. Used for coloring VoIP calls.

gboolean _seq_analysis_item::display

indicate if the packet is displayed or not in the graph

guint _seq_analysis_item::dst_node

a node is an IP address that will be displayed in columns

unsigned _seq_analysis_item::fg_color

Foreground color, 0xRRGGBB. Qt only.

gchar* _seq_analysis_item::frame_label

the label on top of the arrow

gboolean _seq_analysis_item::has_color_filter

Set if packet has color filter. Qt only.

guint16 _seq_analysis_item::line_style

the arrow line width in pixels

guint _seq_analysis_item::src_node

this is used by graph_analysis.c to identify the node

gchar* _seq_analysis_item::time_str

timestamp


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