![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
#include <conversation_table.h>
Public Attributes | |
ct_dissector_info_t * | dissector_info |
address | src_address |
address | dst_address |
conversation_type | ctype |
guint32 | src_port |
guint32 | dst_port |
conv_id_t | conv_id |
guint64 | rx_frames |
guint64 | tx_frames |
guint64 | rx_bytes |
guint64 | tx_bytes |
guint64 | rx_frames_total |
guint64 | tx_frames_total |
guint64 | rx_bytes_total |
guint64 | tx_bytes_total |
nstime_t | start_time |
nstime_t | stop_time |
nstime_t | start_abs_time |
gboolean | filtered |
conv_extension_tcp_t | ext_tcp |
Conversation list information
conv_id_t _conversation_item_t::conv_id |
conversation id
conversation_type _conversation_item_t::ctype |
conversation key_type (e.g. CONVERSATION_TCP)
ct_dissector_info_t* _conversation_item_t::dissector_info |
conversation information provided by dissector
address _conversation_item_t::dst_address |
destination address
guint32 _conversation_item_t::dst_port |
destination port
conv_extension_tcp_t _conversation_item_t::ext_tcp |
extension for optional TCP counters
gboolean _conversation_item_t::filtered |
the entry contains only filtered data
guint64 _conversation_item_t::rx_bytes |
number of received bytes
guint64 _conversation_item_t::rx_bytes_total |
number of received bytes total
guint64 _conversation_item_t::rx_frames |
number of received packets
guint64 _conversation_item_t::rx_frames_total |
number of received packets total
address _conversation_item_t::src_address |
source address
guint32 _conversation_item_t::src_port |
source port
nstime_t _conversation_item_t::start_abs_time |
absolute start time for the conversation
nstime_t _conversation_item_t::start_time |
relative start time for the conversation
nstime_t _conversation_item_t::stop_time |
relative stop time for the conversation
guint64 _conversation_item_t::tx_bytes |
number of transmitted bytes
guint64 _conversation_item_t::tx_bytes_total |
number of transmitted bytes total
guint64 _conversation_item_t::tx_frames |
number of transmitted packets
guint64 _conversation_item_t::tx_frames_total |
number of transmitted packets total