![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
#include <conversation_table.h>
Public Attributes | |
et_dissector_info_t * | dissector_info |
address | myaddress |
endpoint_type | etype |
guint32 | port |
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 |
gboolean | modified |
gboolean | filtered |
Endpoint information
et_dissector_info_t* _endpoint_item_t::dissector_info |
endpoint information provided by dissector
endpoint_type _endpoint_item_t::etype |
endpoint_type (e.g. ENDPOINT_TCP)
gboolean _endpoint_item_t::filtered |
the entry contains only filtered data
gboolean _endpoint_item_t::modified |
new to redraw the row
address _endpoint_item_t::myaddress |
address
guint32 _endpoint_item_t::port |
port
guint64 _endpoint_item_t::rx_bytes |
number of received bytes
guint64 _endpoint_item_t::rx_bytes_total |
number of received bytes total
guint64 _endpoint_item_t::rx_frames |
number of received packets
guint64 _endpoint_item_t::rx_frames_total |
number of received packets total
guint64 _endpoint_item_t::tx_bytes |
number of transmitted bytes
guint64 _endpoint_item_t::tx_bytes_total |
number of transmitted bytes total
guint64 _endpoint_item_t::tx_frames |
number of transmitted packets
guint64 _endpoint_item_t::tx_frames_total |
number of transmitted packets total