protofield.new error in lua dissector
Hello,
I have some PCs with different version of wireshark (all are of version 1.x).
On my own PC, the dissector is working fine.
On the lab PC, I'm getting error on the f.fieldname = ProtoField.new("name", "description", ftypes.UINT16)
line:
bad argument #3 to 'new' (ProtoField_new: Unsupported ProtoField field type)
I'd be glad to have some assistance what is the issue.
I don't know what the problem is, but all 1.x versions of Wireshark have gone End of Life. If possible, I would recommend that you upgrade to one of the supported versions of Wireshark and see if that resolves your problem.
This is little bit problematic
On your own PC you have a different (1.x) version of Wireshark then in the lab? Is it a problem on all Wireshark installation in the lab? The Lua interface has had an overhaul in the 1.x era, so you'll have to dig up that relevant Lua API for the lab machine to work with.
I've tried few PC's in the lab. I think that all of them has the same issue.
Unless you start comparing version numbers there's little to go on....