generated from AfonsoCMSousa/CPP-Template
Stabe: V1.0 - First Stable Release
This commit is contained in:
@@ -137,3 +137,5 @@ void read_string(const u_int8_t *buf, size_t recv_len, size_t *offset, char *out
|
||||
*offset += len;
|
||||
*ok = 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#include <cstdint>
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
struct handshake {
|
||||
// [not used in the current Remote Telemtry version by AC]
|
||||
// In future versions it will identify the platform type of the client.
|
||||
@@ -106,6 +107,7 @@ enum SessionType {
|
||||
|
||||
struct trackAtributes {
|
||||
u_int8_t protocol_version;
|
||||
|
||||
u_int8_t session_index;
|
||||
u_int8_t current_session_index;
|
||||
u_int8_t session_count;
|
||||
|
||||
Reference in New Issue
Block a user