Re: [Wireshark-dev] Reduce the number of fixed columns?

2009-08-18 Thread Jaap Keuter
Hi, So what you say is keep the metadata and generic protocol elements, the rest is protocol specific and should go through custom columns. I can agree with that. Thanx, Jaap Martin Visser wrote: My take below, ' With no firm evidence, I would bet that 90% of users are doing pretty much

[Wireshark-dev] buildbot failure in Wireshark (development) on OSX-10.5-x86

2009-08-18 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.5-x86 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.5-x86/builds/3179 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.5-x86 Build Reason:

[Wireshark-dev] buildbot failure in Wireshark (development) on OSX-10.5-ppc

2009-08-18 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.5-ppc on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.5-ppc/builds/1769 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.5-ppc Build Reason:

[Wireshark-dev] buildbot failure in Wireshark (development) on Solaris-10-SPARC

2009-08-18 Thread buildbot-no-reply
The Buildbot has detected a new failure of Solaris-10-SPARC on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Solaris-10-SPARC/builds/2207 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: solaris-10-sparc Build

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

2009-08-18 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/6735 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-x86 Build

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

2009-08-18 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-Win64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-XP-Win64/builds/1176 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-win64 Build

Re: [Wireshark-dev] Visual C++ 2008 EE

2009-08-18 Thread Ask Me
Hi, I read it already and the section where it describes how to set up the environment isn't written, that is why i asked the question here. On Mon, Aug 17, 2009 at 11:34 AM, Jaap Keuter jaap.keu...@xs4all.nl wrote: Hi, RTF Developer G. You can find it on the Wireshark website under Develop.

Re: [Wireshark-dev] Visual C++ 2008 EE

2009-08-18 Thread Pascal Quantin
Really ? You will find all the relevant information here: http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html#ChSetupMSVC If you follow each step carefully, you will be able to compile the source code. Then to debug, you can follow those tips:

[Wireshark-dev] new tvbuff for buffer

2009-08-18 Thread divya kothapally
Hi, I would like to know how to create a new tvbuff_t. I have the data from one tvbuff_t as a void* and would like to make a new tvbuff_t from the void* with the newest tvbuff_t (tvb) appended on the end. I've been looking at tvb.c/h at tvb_new and tvb_new_real_data, but not able to implement it.