Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
 
uint32_t port
 
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
 
bool modified
 
bool 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

bool _endpoint_item_t::filtered

the entry contains only filtered data

◆ modified

bool _endpoint_item_t::modified

new to redraw the row

◆ myaddress

address _endpoint_item_t::myaddress

address

◆ port

uint32_t _endpoint_item_t::port

port

◆ rx_bytes

uint64_t _endpoint_item_t::rx_bytes

number of received bytes

◆ rx_bytes_total

uint64_t _endpoint_item_t::rx_bytes_total

number of received bytes total

◆ rx_frames

uint64_t _endpoint_item_t::rx_frames

number of received packets

◆ rx_frames_total

uint64_t _endpoint_item_t::rx_frames_total

number of received packets total

◆ tx_bytes

uint64_t _endpoint_item_t::tx_bytes

number of transmitted bytes

◆ tx_bytes_total

uint64_t _endpoint_item_t::tx_bytes_total

number of transmitted bytes total

◆ tx_frames

uint64_t _endpoint_item_t::tx_frames

number of transmitted packets

◆ tx_frames_total

uint64_t _endpoint_item_t::tx_frames_total

number of transmitted packets total


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