Ethereal-dev: RE: [Ethereal-dev] Windows build order ?

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

From: "Michael Lum" <mlum@xxxxxxxxxxxxx>
Date: Mon, 10 Nov 2003 22:07:39 -0800
Yes, "asn1_id_decode1()" is not in "plugins\plugin_api_list.c" !

> -----Original Message-----
> From: Guy Harris [mailto:guy@xxxxxxxxxxxx]
> Sent: Monday, November 10, 2003 4:36 PM
> To: mlum@xxxxxxxxxxxxx
> Cc: Ethereal
> Subject: Re: [Ethereal-dev] Windows build order ?
> 
> 
> 
> On Nov 10, 2003, at 4:26 PM, Michael Lum wrote:
> 
> > My GSM MAP plugin needs to link against ..\..\asn1.obj
> 
> It shouldn't need to.  If there are routines in "asn1.c" that you're 
> calling but that aren't listed in "plugins\plugin_api_list.c", add 
> them, rebuild all the relevant files (that requires GCC, so you might 
> have to do that on a UNIX box) and try again - and send us a patch for 
> "plugin_api_list.c".
> 
> Note also that your plugin will need to include 
> "plugins/plugin_api_defs.h".