From a43589189c8e9a939f94ef1e8cdb60110f5c2834 Mon Sep 17 00:00:00 2001 From: Marc Hoeper Date: Mon, 8 Jun 2026 21:04:03 +0200 Subject: [PATCH] Allow dissecting long baichuan messages --- dissector/baichuan.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/dissector/baichuan.lua b/dissector/baichuan.lua index cd0bf40c..c7b4ca0e 100644 --- a/dissector/baichuan.lua +++ b/dissector/baichuan.lua @@ -925,6 +925,7 @@ local function udp_reassemple(udp_header, subbuffer, more, pinfo, tree) if next_fragment ~= nil then reassembled = reassembled .. next_fragment.buffer total_packet = total_packet + 1 + next_id = next_id + 1 else break end