Re: [Wireshark-dev] include "tvbuff.h" failed

2011-10-14 Thread Helge Kruse
Original-Nachricht > Datum: Wed, 12 Oct 2011 09:04:42 +0200 > Von: Marcel Haas > An: Developer support list for Wireshark > Betreff: Re: [Wireshark-dev] include "tvbuff.h" failed > > #ifdef HAVE_CONFIG_H > #include "config.h"

Re: [Wireshark-dev] include "tvbuff.h" failed

2011-10-12 Thread Marcel Haas
On Tue, 11 Oct 2011 11:33:56 -0600, Stephen Fisher wrote: On Tue, Oct 11, 2011 at 02:02:48PM +0200, Marcel Haas wrote: > i want to include the tvbuff.h to my code so i can make own tvbs > with tvbuff_t* my code lies at wireshark/epan so as tvbuff.h. > except.h:97: error: expected ‘=’, ‘,’, ‘

Re: [Wireshark-dev] include "tvbuff.h" failed

2011-10-11 Thread Stephen Fisher
On Tue, Oct 11, 2011 at 02:02:48PM +0200, Marcel Haas wrote: > > i want to include the tvbuff.h to my code so i can make own tvbs > > with tvbuff_t* my code lies at wireshark/epan so as tvbuff.h. > > except.h:97: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ > > before ‘void’ > Prob

Re: [Wireshark-dev] include "tvbuff.h" failed

2011-10-11 Thread Marcel Haas
On Tue, 11 Oct 2011 10:32:33 +0200, Marcel Haas wrote: Hey, i want to include the tvbuff.h to my code so i can make own tvbs with tvbuff_t* my code lies at wireshark/epan so as tvbuff.h. My code : #include "tvbuff.h" ... when i am running make i get that failure In file included from excepti

[Wireshark-dev] include "tvbuff.h" failed

2011-10-11 Thread Marcel Haas
Hey, i want to include the tvbuff.h to my code so i can make own tvbs with tvbuff_t* my code lies at wireshark/epan so as tvbuff.h. My code : #include "tvbuff.h" ... when i am running make i get that failure In file included from exceptions.h:29, from tvbuff.h:41,