Ethereal-dev: Re: [Ethereal-dev] Lost somewhere in the Plugin API ... please bring up the "mod

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

From: Lars Roland <lars.roland@xxxxxxx>
Date: Sat, 22 Jan 2005 19:58:22 +0100
Ulf Lamping schrieb:

> So if I need symbols from Ethereal in my plugin, I'll have to add them > in the libethereal.def file I would guess.

Yes, just add the function name to libethereal.def. If you add variables to the list, you have to add the keyword "DATA" to that line in libethereal.def and "ETH_VAR_IMPORT" instead of "extern" to the variable declaration in the appropriate header file.

BTW, I didn't get the last mail, because mailman had temporarily disabled my mailing list membership due to "excessive bounces" !?

I had to retrieve it from ethereal's mail archive.

Regards,
Lars