1 | initial version |
Are you actually passing data to dissect_my_ip_protocol()
in the data argument? Because the tvb has all the packet bytes, so you should be able to grab what you need from it. I don't think Lua currently supports passing data by way of the data argument.