Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.

I'd be glad to have some assistance what is the issue.

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.line:

bad argument #3 to 'new' (ProtoField_new: Unsupported ProtoField field type)

I'd be glad to have some assistance what is the issue.

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.