SQC-15_online #1

Merged
memartel_loc merged 349 commits from SQC-15_online into master 2023-12-10 17:41:26 -05:00
Showing only changes of commit 48078182a1 - Show all commits

View File

@ -853,6 +853,8 @@ bool netprot::Deserialize(ErrorLog* errlog, char* buf, uint32_t *buflen) {
return true;
}
netprot::PACKET_TYPE netprot::getType(char* buf, const uint32_t buflen) {
if (buflen < 1 ||
buf[0] >= (char)netprot::PACKET_TYPE::LAST_PACK ||