Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How can I create plugins for wireshark version 3.4?

I am following this instruction to create environment and build my wireshark: Win32/64: Step-by-Step Guide

But after successfully create wireshark, I realized that the version is 3.5.0. I wanted to create the plugins for the latest version of wireshark which is 3.4.5

So when I put my plugins.dll (create by wireshark 3.5.0 environmnet) into the plugins folder of wireshark version 3.4.5, I got that this plugins is made for wireshark version 3.5

I have tried to see the tutorial again but still do not know what should I do to create plugins for wireshark version 3.4.5

How can I create plugins for wireshark version 3.4?

I am following this instruction to create environment and build my wireshark: Win32/64: Step-by-Step Guide

But after successfully create wireshark, I realized that the version is 3.5.0. I wanted to create the plugins for the latest version of wireshark which is 3.4.5

So when I put my plugins.dll (create by wireshark 3.5.0 environmnet) into the plugins folder of wireshark version 3.4.5, I got that this plugins is made for wireshark version 3.5

I have tried to see the tutorial again but still do not know what should I do to create plugins for wireshark version 3.4.5

ADD: when I run wireshark ver 3.5.0 to see if my plugins appear, I got this error: Dissector bug: ..\proto.c:8835: failed assertion "DISSECTOR_ASSERT_NOT_REACHED". I do not know what is the problem?