Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dissector/baichuan.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down