Wireshark mailing list archives

Re: Problem in building Plugin


From: Rajesh P S <rajeshnie.ec () gmail com>
Date: Thu, 22 Sep 2011 13:57:52 +0530

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.

[image: image.png]

Please suggest some fix for it.

On Thu, Sep 22, 2011 at 12:30 PM, Helge Kruse <Helge.Kruse-nospam () gmx net>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

______________________________**______________________________**
_______________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/**lists/wireshark-dev<http://www.wireshark.org/lists/wireshark-dev>
Unsubscribe: 
https://wireshark.org/mailman/**options/wireshark-dev<https://wireshark.org/mailman/options/wireshark-dev>
           mailto:wireshark-dev-request@**wireshark.org<wireshark-dev-request () wireshark org>
?subject=**unsubscribe

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe

Current thread: