|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents a single event or message arrow in a sequence / flow graph analysis. More...
#include <sequence_analysis.h>
Public Attributes | |
| uint32_t | frame_number |
| address | src_addr |
| uint16_t | port_src |
| address | dst_addr |
| uint16_t | port_dst |
| char * | frame_label |
| char * | time_str |
| char * | comment |
| uint16_t | conv_num |
| unsigned | fg_color |
| unsigned | bg_color |
| bool | has_color_filter |
| bool | display |
| unsigned | src_node |
| unsigned | dst_node |
| uint16_t | line_style |
| ga_info_type | info_type |
| void * | info_ptr |
| ga_info_ptr_free_cb | free_info_ptr |
Represents a single event or message arrow in a sequence / flow graph analysis.
| unsigned _seq_analysis_item::bg_color |
Row background colour as a packed 0xRRGGBB value (Qt only)
| char* _seq_analysis_item::comment |
Annotation text rendered to the right of the graph row
| uint16_t _seq_analysis_item::conv_num |
Conversation number used to assign a consistent colour to VoIP calls
| bool _seq_analysis_item::display |
True if this item should be rendered in the graph; false to suppress it
| address _seq_analysis_item::dst_addr |
Destination address of the packet
| unsigned _seq_analysis_item::dst_node |
Index of the destination node column in the graph (an IP address rendered as a column header)
| unsigned _seq_analysis_item::fg_color |
Arrow foreground colour as a packed 0xRRGGBB value (Qt only)
| char* _seq_analysis_item::frame_label |
Text label rendered above the arrow in the graph
| uint32_t _seq_analysis_item::frame_number |
Wireshark frame number of the packet this item was derived from
| ga_info_ptr_free_cb _seq_analysis_item::free_info_ptr |
Callback used to release info_ptr when the item is destroyed
| bool _seq_analysis_item::has_color_filter |
True if a coloring rule was applied to the underlying packet (Qt only)
| void* _seq_analysis_item::info_ptr |
Pointer to protocol-specific supplementary data, or NULL
| ga_info_type _seq_analysis_item::info_type |
Identifies the type of protocol-specific data in info_ptr
| uint16_t _seq_analysis_item::line_style |
Arrow line width in pixels
| uint16_t _seq_analysis_item::port_dst |
Destination transport port of the packet
| uint16_t _seq_analysis_item::port_src |
Source transport port of the packet
| address _seq_analysis_item::src_addr |
Source address of the packet
| unsigned _seq_analysis_item::src_node |
Index of the source node column in the graph (assigned by graph_analysis.c)
| char* _seq_analysis_item::time_str |
Formatted timestamp string displayed alongside the arrow