Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The suggested change did not solve the problem, however while having a look at the logfiles I found a solution.

It seems like Wireshark is loading lua plugins automatically, beginning with version 2.6. In 2.4 you had to manually alter the init.lua file and manually add your custom dissectors. If the lua scripts are added to the init.lua, they are basically loaded 2 times.

The automatic load procedure makes them visible and working, the load procedure invoked by init.lua throws the error message.

Thanks for all suggestions