Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Compile fails, can't find include(WiresharkPlugin)?

I have a wireshark dissector source code that I downloaded from github. It uses MAKE to build it.

The CMakeList.txt file has the line:

include(WiresharkPlugin)

This line throws an error during build, because it says... "include could not find load file: WiresharkPlugin"

This is my first time attempting to compile anything using MAKE, cmake, or any kind of wireshark dissector.

I'm doing this build directly inside visual studio 2017, using a built in cmake tool.

I have wireshark souce installed at c:\Development, and I have also the compile version of wireshark installed, and still it says it can't find the wiresharkplugin include.

My dissector project (the thing I'm trying to compile) is located in my downloads folder, it is not located anywhere inside of c:\development. I'm not sure if that's the problem, but I figure I should mention this.

Do I need to copy some files relating to this missing wiresharkplugin, from the c:\development folder, and put it into my project folder? Or is there some kind of reference that my project needs, that is missing?

Unfortunantly the project I downloaded from github, has absolutely no installation or build instructions, so I do not know why it can't find the wiresharkplugin include.

Can anyone tell me how I can get it to find this include?

Compile fails, can't find include(WiresharkPlugin)?

I have a wireshark dissector source code that I downloaded from github. It uses MAKE to build it.

The CMakeList.txt file has the line:

include(WiresharkPlugin)

This line throws an error during build, because it says... "include could not find load file: WiresharkPlugin"

This is my first time attempting to compile anything using MAKE, cmake, or any kind of wireshark dissector.

I'm doing this build directly inside visual studio 2017, using a built in cmake tool.

I have wireshark souce installed at c:\Development, and I have also the compile version of wireshark installed, and still it says it can't find the wiresharkplugin include.

My dissector project (the thing I'm trying to compile) is located in my downloads folder, it is not located anywhere inside of c:\development. I'm not sure if that's the problem, but I figure I should mention this.

Do I need to copy some files relating to this missing wiresharkplugin, from the c:\development folder, and put it into my project folder? Or is there some kind of reference that my project needs, that is missing?

Unfortunantly the project I downloaded from github, has absolutely no installation or build instructions, so I do not know why it can't find the wiresharkplugin include.

Can anyone tell me how I can get it to find this include?