bZRTP
bZRTP is an opensource implementation of ZRTP keys exchange protocol
|
#include <typedef.h>
Data Fields | |
uint16_t | messageId |
uint16_t | messageLength |
uint8_t * | packetString |
bctbx_list_t * | fragments |
bctbx_list_t* fragmentReassembly_struct::fragments |
list of fragmentInfo_t on all what we already have
uint16_t fragmentReassembly_struct::messageId |
message ID of the current message
uint16_t fragmentReassembly_struct::messageLength |
total length (in 32 bits words) of the current message
uint8_t* fragmentReassembly_struct::packetString |
Storage for the packet - it includes the not used packet header