Wireshark  4.3.0
The Wireshark network protocol analyzer
Public Attributes | List of all members
_endpoint_item_t Struct Reference

#include <conversation_table.h>

Public Attributes

et_dissector_info_tdissector_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
 

Detailed Description

Endpoint information

Member Data Documentation

◆ dissector_info

et_dissector_info_t* _endpoint_item_t::dissector_info

endpoint information provided by dissector

◆ etype

endpoint_type _endpoint_item_t::etype

endpoint_type (e.g. ENDPOINT_TCP)

◆ filtered

gboolean _endpoint_item_t::filtered

the entry contains only filtered data

◆ modified

gboolean _endpoint_item_t::modified

new to redraw the row

◆ myaddress

address _endpoint_item_t::myaddress

address

◆ port

guint32 _endpoint_item_t::port

port

◆ rx_bytes

guint64 _endpoint_item_t::rx_bytes

number of received bytes

◆ rx_bytes_total

guint64 _endpoint_item_t::rx_bytes_total

number of received bytes total

◆ rx_frames

guint64 _endpoint_item_t::rx_frames

number of received packets

◆ rx_frames_total

guint64 _endpoint_item_t::rx_frames_total

number of received packets total

◆ tx_bytes

guint64 _endpoint_item_t::tx_bytes

number of transmitted bytes

◆ tx_bytes_total

guint64 _endpoint_item_t::tx_bytes_total

number of transmitted bytes total

◆ tx_frames

guint64 _endpoint_item_t::tx_frames

number of transmitted packets

◆ tx_frames_total

guint64 _endpoint_item_t::tx_frames_total

number of transmitted packets total


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