Stabe: V1.0 - First Stable Release

This commit is contained in:
2025-10-20 17:12:09 +01:00
parent 650977cfb9
commit e94afdfd9b
4 changed files with 59 additions and 29 deletions
+2
View File
@@ -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;
}
+2
View File
@@ -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;