Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Context for a single packet dissection. More...
#include <packet-tcpcl.h>
Public Attributes | |
tcpcl_conversation_t * | convo |
tcpcl_frame_loc_t * | cur_loc |
Dissection cursor. | |
bool | is_contact |
True if the dissection is on a contact header. | |
tcpcl_peer_t * | tx_peer |
The sending peer. | |
tcpcl_peer_t * | rx_peer |
The receiving peer. | |
tvbuff_t * | xferload |
Possible transfer payload. | |
Context for a single packet dissection.