|
Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
|
#include <conversation_table.h>
Public Attributes | |
| hostlist_dissector_info_t * | dissector_info |
| address | myaddress |
| endpoint_type | etype |
| guint32 | port |
| guint64 | rx_frames |
| guint64 | tx_frames |
| guint64 | rx_bytes |
| guint64 | tx_bytes |
| gboolean | modified |
Hostlist information
| hostlist_dissector_info_t* _hostlist_talker_t::dissector_info |
conversation information provided by dissector
| endpoint_type _hostlist_talker_t::etype |
endpoint_type (e.g. ENDPOINT_TCP)
| gboolean _hostlist_talker_t::modified |
new to redraw the row
| address _hostlist_talker_t::myaddress |
address
| guint32 _hostlist_talker_t::port |
port
| guint64 _hostlist_talker_t::rx_bytes |
number of received bytes
| guint64 _hostlist_talker_t::rx_frames |
number of received packets
| guint64 _hostlist_talker_t::tx_bytes |
number of transmitted bytes
| guint64 _hostlist_talker_t::tx_frames |
number of transmitted packets
1.8.11