Ask Your Question

123's profile - activity

2021-05-19 07:44:29 +0000 marked best answer I have problem when update plugins for latest version of Wireshark

I am trying to update a plugins that worked well for Wireshark version 1.6.0, I want this plugins to work for also the latest version of Wireshark. I have done some modified, changes, but it still does not really work.

Wireshark seems can not load my plugins, it appears with the error:

Dissector bug C:\Development...\proto.c:8709 failed assertion "DISSECTION_ASSERT_NOT_REACHED"

What this error means? Does it mean there is some error in the plugins code?

2021-05-14 07:28:12 +0000 commented question I have problem when update plugins for latest version of Wireshark

The Wireshark that I tried is version 3.4.5. So does it mean that it does some warning about problem in my plugins code,

2021-05-14 07:27:32 +0000 commented question I have problem when update plugins for latest version of Wireshark

The Wireshark that I tried is version 3.4.5. So does it mean that it does EDIT: I have been type incorrectly, the probl

2021-05-14 07:19:06 +0000 edited question I have problem when update plugins for latest version of Wireshark

I have problem when update plugins for latest version of Wireshark I am trying to update a plugins that worked well for

2021-05-14 06:19:08 +0000 asked a question I have problem when update plugins for latest version of Wireshark

I have problem when update plugins for latest version of Wireshark I am trying to update a plugins that worked well for

2021-05-12 12:48:09 +0000 commented answer How can I create plugins for wireshark version 3.4?

Hi, I have installed the version 3.4.5 successfully. But I have another question about the plugins: wireshark seems can

2021-05-12 11:37:45 +0000 marked best answer 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?

2021-05-12 11:37:45 +0000 received badge  Scholar (source)
2021-05-12 11:18:01 +0000 received badge  Editor (source)
2021-05-12 11:18:01 +0000 edited question How can I create plugins for wireshark version 3.4?

How can I create plugins for wireshark version 3.4? I am following this instruction to create environment and build my w

2021-05-12 10:51:58 +0000 asked a question How can I create plugins for wireshark version 3.4?

How can I create plugins for wireshark version 3.4? I am following this instruction to create environment and build my w