Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Problem in building Plugin

From: Helge Kruse <Helge.Kruse-nospam@xxxxxxx>
Date: Thu, 22 Sep 2011 09:00:13 +0200
Am 22.09.2011 08:20, schrieb Rajesh P S:
NO. I haven't modified resemble.h. And the file has above mentioned struct.
I downloaded 1.6.2 source code and I am trying to build my plugin
with 1.6.2.

I would check the include path. You find it in the "Command Line" tab of the Project Properties dialog.

You could also generate a preprocessor output file and verify the actually include files. Check the "Generate Preprocessed File" option in the C/C++ Preprocessor tab of the Project Properties dialog to generate the .i file. You will have to remove this option to compile to .obj files after the verification.

BTW: You have used char[18] with this line: "Message fragments"


Regards,
Helge