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

Ethereal-dev: Re: [Ethereal-dev] How to link my plugin statically

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

From: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Thu, 13 Oct 2005 09:41:48 +0200
nathyogesh1@xxxxxxxxx wrote:

Hi,

I have a new plugin for ethereal. It works fine on my windows machine where I have all the libraries and the compiled code for the plugin. But it doesn't work on other machines.
Do I need to build my plugin statically. If yes, how?

"it doesn't work" won't help a lot, please be more specific here

Usually I simply take the plugin dll and copy it to another machine which does work well.

Be sure to copy it into the *right* dir :-) and don't use features (functions) not available on the Ethereal version of that other machine.

Regards, ULFL