Ethereal-dev: Re: [Ethereal-dev] C++ plugins

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Jasim Tariq" <jasimtariqjt@xxxxxxxxxxx>
Date: Mon, 27 Feb 2006 12:04:55 -0800
So, the question would rather be what changes do you have to make to C++
code in order to use it as a C plugin?

Exactly, but I followed the format given in the Readme files and the Developement guide to develope my plugin. My plugin file is a C source file, just like other plugins which already came with Etheral source. Now I just want to use some additional classes to perform Decryption/decompression of the Data in the tvbuff. Since I can't use any classes in C, I cannot go any further. If you can point me to what changes I have to make in my C code so I can use the additional classes defined in C++, that would be perfect. Thanks,

Jasim