From 2f8948d0eb1370aa32238e56e0320021a0afee23 Mon Sep 17 00:00:00 2001 From: bol-van Date: Tue, 25 Aug 2026 08:07:53 +0300 Subject: [PATCH] nfqws2:dont break on eol tcpopt in dissect --- nfq2/lua.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nfq2/lua.c b/nfq2/lua.c index 4301d3f..b77a442 100644 --- a/nfq2/lua.c +++ b/nfq2/lua.c @@ -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++; }