nfqws2:dont break on eol tcpopt in dissect

This commit is contained in:
bol-van
2026-08-25 08:07:53 +03:00
parent 68514ed871
commit 2f8948d0eb
-1
View File
@@ -1329,7 +1329,6 @@ void lua_pushf_tcphdr_options(lua_State *L, const struct tcphdr *tcp, size_t len
t+=t[1];
}
lua_rawset(L,-3);
if (opt==TCP_KIND_END) break;
idx++;
}