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

#include <conversation_table.h>

Public Attributes

ct_dissector_info_tdissector_info
 
address src_address
 
address dst_address
 
endpoint_type etype
 
guint32 src_port
 
guint32 dst_port
 
conv_id_t conv_id
 
guint64 rx_frames
 
guint64 tx_frames
 
guint64 rx_bytes
 
guint64 tx_bytes
 
nstime_t start_time
 
nstime_t stop_time
 
nstime_t start_abs_time
 
gboolean modified
 

Detailed Description

Conversation information

Member Data Documentation

conv_id_t _conversation_item_t::conv_id

conversation id

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

endpoint_type _conversation_item_t::etype

endpoint_type (e.g. ENDPOINT_TCP)

gboolean _conversation_item_t::modified

new to redraw the row (only used in GTK+)

guint64 _conversation_item_t::rx_bytes

number of received bytes

guint64 _conversation_item_t::rx_frames

number of received packets

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_frames

number of transmitted packets


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