5 lines
121 B
Lua
Executable file
5 lines
121 B
Lua
Executable file
function read_query(packet)
|
|
-- if string.byte(packet) == proxy.COM_QUERY then
|
|
-- print(string.sub(packet, 2))
|
|
-- end
|
|
end
|