Re: [Wireshark-dev] Overriding CC from command line

2008-07-26 Thread didier
Hi, Le samedi 26 juillet 2008 à 15:31 +0200, Kovarththanan Rajaratnam a écrit : > Hello, > > I'm trying to compile Wireshark with clang [1]. A small python script > (ccc) is provided by clang which should act as a drop in replacement for > gcc. However, compiling Wireshark on my Ubuntu box with:

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-x86

2008-07-26 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-x86 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-XP-x86/builds/4610 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-x86 Build Reason

Re: [Wireshark-dev] iconv.m4?

2008-07-26 Thread Martin Mathieson
I think I ended up deleting Makefile and Makefile.in... On 7/26/08, Guy Harris <[EMAIL PROTECTED]> wrote: > > > On Jul 26, 2008, at 8:44 AM, Frank Solensky wrote: > > > I've been getting the following error since updating my work area > > about > > a week or so ago: > > > >$ make > >

Re: [Wireshark-dev] iconv.m4?

2008-07-26 Thread Guy Harris
On Jul 26, 2008, at 8:44 AM, Frank Solensky wrote: > I've been getting the following error since updating my work area > about > a week or so ago: > >$ make >make: *** No rule to make target `aclocal-fallback/iconv.m4', > needed by `Makefile.in'. Stop. > > No doubt there's an

[Wireshark-dev] iconv.m4?

2008-07-26 Thread Frank Solensky
I've been getting the following error since updating my work area about a week or so ago: $ make make: *** No rule to make target `aclocal-fallback/iconv.m4', needed by `Makefile.in'. Stop. No doubt there's an easy way out of it. I just don't know what it is offhand. Any sugge

[Wireshark-dev] Overriding CC from command line

2008-07-26 Thread Kovarththanan Rajaratnam
Hello, I'm trying to compile Wireshark with clang [1]. A small python script (ccc) is provided by clang which should act as a drop in replacement for gcc. However, compiling Wireshark on my Ubuntu box with: make all CC=ccc causes the following problem (a small snippet): make[2]: Entering dire

Re: [Wireshark-dev] Out of Memory issue

2008-07-26 Thread Kumar, Hemant
Hello Harris and Jaap Thanks for all the support. The problem was indeed with my message as the capture I made was >From a faulty interface and so some of the packets contained Wrong message id etc fields leading to junk value in message Pointer and actually this happened after dissecting 16000 So

Re: [Wireshark-dev] Out of Memory issue

2008-07-26 Thread Kumar, Hemant
Hello Harris To clarify The following code snippet do not works:--- > if (check_col(pinfo->cinfo,COL_INFO)) > { > > temp_str = ep_alloc(STRING_BUFFER); > printf( "[%s] %s ", message->direction, > message->message_ty