[Wireshark-dev] Getting bytes from fvalue_t

2009-05-03 Thread Gauthier Brion
Hi all, I need to get bytes representing the fvalue_t data. So, I need to be able to know if the field value of fvalue_t is representing a pointer or the real data Examples : if the type is FT_ETHER, the field value is representing a pointer to a data (more exactly a GByteArray) if the type is

Re: [Wireshark-dev] Include or makefile problems

2009-04-30 Thread Gauthier Brion
: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Include or makefile problems Hi, Add ftype_length to epan/libwireshark.def. It's a Windows thing which it needs to export functions from the DLL to other libraries. Thanx, Jaap Gauthier Brion wrote: > Hi all, > > I&

[Wireshark-dev] Include or makefile problems

2009-04-30 Thread Gauthier Brion
Hi all, I'm working on a project since a month which aims to auto-select a packet in a second Wireshark instance depending on the packet selected in the first instance and on some abbrev given (like tcp.dstport, ip.id ...) I added a .h and a .c in /gtk and referenced them in gtk/Makefile.common.