Sorry. Problem is with struct fragment_items as this has undergone some changes between 1.2.6 to 1.6.2. Earlier there was only 6 fields now they have added two more. Its working fine.
But I am facing another issue where in when I try to run wireshark.exe I am getting this run time error.
Please suggest some fix for it.
On Thu, Sep 22, 2011 at 12:30 PM, Helge Kruse
<Helge.Kruse-nospam@xxxxxxx> wrote:
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