Ethereal-dev: RE: [Ethereal-dev] tvb_fake_unicode link error

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

From: "Anders Broman (AL/EAB)" <anders.broman@xxxxxxxxxxxx>
Date: Tue, 13 Dec 2005 11:19:38 +0100
Hi,
Guy just added it to libethereal.def so your plugin will work on the uppkomming 0.10.14 or on SVN builds after v 16777: /trunk/epan/: libethereal.def
 
Brg
Anders


From: ethereal-dev-bounces@xxxxxxxxxxxx [mailto:ethereal-dev-bounces@xxxxxxxxxxxx] On Behalf Of Kelvin You
Sent: den 13 december 2005 10:19
To: Ethereal development
Subject: Re: [Ethereal-dev] tvb_fake_unicode link error

 
if I do like this, is that means my plug-in can not work on others ethereal  environment ?

 
On 12/13/05, Anders Broman (AL/EAB) <anders.broman@xxxxxxxxxxxx> wrote:
Hi,
You probably have to add it to libethereal.def
 
Brg
Anders


From: ethereal-dev-bounces@xxxxxxxxxxxx [mailto: ethereal-dev-bounces@xxxxxxxxxxxx] On Behalf Of Kelvin You
Sent: den 13 december 2005 09:51
To: Ethereal development
Subject: [Ethereal-dev] tvb_fake_unicode link error

 
I 'm writing a plug-in for my internal protocol,
encounterd an link error:
 error LNK2001: unresolved external symbol _tvb_fake_unicode
 
I have included the follow header files.
 
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#include <gmodule.h>
#include <epan/packet.h>
#include <epan/addr_resolv.h>

 /* Define version if we are not building ethereal statically */

#include "moduleinfo.h"
 
who can help me ?

_______________________________________________
Ethereal-dev mailing list
Ethereal-dev@xxxxxxxxxxxx
http://www.ethereal.com/mailman/listinfo/ethereal-dev