How can I get the length of buffer data in dissector function. The type is userdata
in lua, it points to raw memory. I have tried to convert it to metatable, but still cannot get the length of it.
Try this
function dissector(buffer,pinfo,tree)
print(buffer:len())
end
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With