Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Many thanks to Graham for re-formatting my question and Chuckc for pointing me to another example (I'd found many that didn't work)

I've finally settled on:

Dissector.get("pw_eth_nocw"):call(buffer(4):tvb(), pinfo, tree)

I found the name of the dissector from :

local my_dissectors = Dissector.list()
for k,v in pairs(my_dissectors) do
   print(k.." = "..v)
end