[refactor] Validate all inbound packets before handling them

This commit is contained in:
2021-03-19 02:32:07 +01:00
parent 7c7d9f1be8
commit ef7d0148c6
8 changed files with 321 additions and 231 deletions

View File

@@ -940,7 +940,3 @@ enum {
N_PACKETS = N_CL2LS + N_CL2FE + N_FE2CL + N_LS2CL
};
namespace Packets {
std::string p2str(int type, int val);
}