Ethereal-dev: Re: [Ethereal-dev] Problem in linking the files

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

From: Gilbert Ramirez <gilbertr@xxxxxxxxx>
Date: Mon, 29 Nov 2004 09:10:47 -0600
You can't. Wiretap is a library for reading/writing bytes to a file.
It has no idea about columns in ethereal or tethereal. If you are
trying to display information in the columns, then it sounds like you
should be developing or modifying a dissector, not a wiretap module.

--gilbert


On 29 Nov 2004 14:59:39 -0000, harsha ss <harsha.ss@xxxxxxxxxxxxxx> wrote:
> 
> 
>    
>  Hello list,
>  
>  I have a problem in linking the files.
>    I have written a separate file with open,read and write routine.
>    The corresponding .o and .lo files are generated.Its ok with that.
>    Now I want to call the routines like col_set_str in column-utils.c.
>    But it is therea in epan directory and when I build after adding
> including the column-utils.h with full pathname I am getting 'undefined
> reference to col_set_str' during the linking.
>  I have tried with adding the column-utils.* in Makefile.common of the
> wiretap directory.It is not working.
>  
>  How should I include the file in epan directory so that the linking will be
> done properly.
>  My file is in wiretap directory.
>  
>  
>  regards
>      Harsha
>  
>  
> 
>  
> _______________________________________________
> Ethereal-dev mailing list
> Ethereal-dev@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-dev
> 
> 
>