Wireshark 4.5.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 |
uint32_t | src_port |
uint32_t | dst_port |
conv_id_t | conv_id |
uint64_t | rx_frames |
uint64_t | tx_frames |
uint64_t | rx_bytes |
uint64_t | tx_bytes |
uint64_t | rx_frames_total |
uint64_t | tx_frames_total |
uint64_t | rx_bytes_total |
uint64_t | tx_bytes_total |
nstime_t | start_time |
nstime_t | stop_time |
nstime_t | start_abs_time |
bool | 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
uint32_t _conversation_item_t::dst_port |
destination port
conv_extension_tcp_t _conversation_item_t::ext_tcp |
extension for optional TCP counters
bool _conversation_item_t::filtered |
the entry contains only filtered data
uint64_t _conversation_item_t::rx_bytes |
number of received bytes
uint64_t _conversation_item_t::rx_bytes_total |
number of received bytes total
uint64_t _conversation_item_t::rx_frames |
number of received packets
uint64_t _conversation_item_t::rx_frames_total |
number of received packets total
address _conversation_item_t::src_address |
source address
uint32_t _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
uint64_t _conversation_item_t::tx_bytes |
number of transmitted bytes
uint64_t _conversation_item_t::tx_bytes_total |
number of transmitted bytes total
uint64_t _conversation_item_t::tx_frames |
number of transmitted packets
uint64_t _conversation_item_t::tx_frames_total |
number of transmitted packets total