Skip to content

Commit

Permalink
Fix wireshark packet dissector wrong coordinates (#11826)
Browse files Browse the repository at this point in the history
  • Loading branch information
richyliu committed Dec 5, 2021
1 parent 80c3c7e commit 7a043b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/wireshark/minetest.lua
Expand Up @@ -422,8 +422,8 @@ do
t:add(f_pointed_under_y, buffer(13,2))
t:add(f_pointed_under_z, buffer(15,2))
t:add(f_pointed_above_x, buffer(17,2))
t:add(f_pointed_above_x, buffer(19,2))
t:add(f_pointed_above_x, buffer(21,2))
t:add(f_pointed_above_y, buffer(19,2))
t:add(f_pointed_above_z, buffer(21,2))
elseif ptype == 2 then -- Object
t:add(f_pointed_object_id, buffer(11,2))
end
Expand Down

0 comments on commit 7a043b3

Please sign in to comment.