Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Cannot call pppoed and pppoes dissector from lua plugin

I want to call PPPoED and PPPoES dissector from my lua plugin. But I am getting "Dissector_get: No such dissector" error.

After some searching I found that a protocol should register with register_dissector() in wireshark code to be available in lua script.

Wondering why these protocols are not registered as dissectors?