Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

zapret-tests: send raw ip protocol

This commit is contained in:
bol-van
2026-01-26 18:39:33 +03:00
parent 1d869650b1
commit 12853b8052
9 changed files with 55 additions and 15 deletions

View File

@@ -1073,7 +1073,7 @@ static uint8_t desync(
}
else
{
b = lua_reconstruct_dissect(params.L, -1, mod_pkt, len_mod_pkt, false, false, false);
b = lua_reconstruct_dissect(params.L, -1, mod_pkt, len_mod_pkt, false, false, IPPROTO_NONE, false);
lua_pop(params.L, 2);
if (!b)
{