Wireshark  4.3.0
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
 
ga_info_type info_type
 
gpointer info_ptr
 

Detailed Description

defines an entry for the graph analysis

Member Data Documentation

◆ bg_color

unsigned _seq_analysis_item::bg_color

Background color, 0xRRGGBB. Qt only.

◆ comment

gchar* _seq_analysis_item::comment

a comment that appears at the right of the graph

◆ conv_num

guint16 _seq_analysis_item::conv_num

The conversation number. Used for coloring VoIP calls.

◆ display

gboolean _seq_analysis_item::display

indicate if the packet is displayed or not in the graph

◆ dst_node

guint _seq_analysis_item::dst_node

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

◆ fg_color

unsigned _seq_analysis_item::fg_color

Foreground color, 0xRRGGBB. Qt only.

◆ frame_label

gchar* _seq_analysis_item::frame_label

the label on top of the arrow

◆ has_color_filter

gboolean _seq_analysis_item::has_color_filter

Set if packet has color filter. Qt only.

◆ info_ptr

gpointer _seq_analysis_item::info_ptr

ptr to info for item

◆ info_type

ga_info_type _seq_analysis_item::info_type

type of info for item

◆ line_style

guint16 _seq_analysis_item::line_style

the arrow line width in pixels

◆ src_node

guint _seq_analysis_item::src_node

this is used by graph_analysis.c to identify the node

◆ time_str

gchar* _seq_analysis_item::time_str

timestamp


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