Re: [Wireshark-dev] custom columns in dissector

2010-06-02 Thread Andreas Schuler
> On Tue, Jun 01, 2010 at 10:27:28PM +0200, Andreas Schuler wrote: > >> i'm writing a dissector and want to use custom columns for displaying >> some dynamic generated informations, but when i use >> proto_tree_add_none_format() the column remains empty although in the >> details the right values w

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-7-x64

2010-06-02 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-7-x64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-7-x64/builds/430 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-7-x64 Build Reason: B

Re: [Wireshark-dev] custom columns in dissector

2010-06-02 Thread Stephen Fisher
On Tue, Jun 01, 2010 at 10:27:28PM +0200, Andreas Schuler wrote: > i'm writing a dissector and want to use custom columns for displaying > some dynamic generated informations, but when i use > proto_tree_add_none_format() the column remains empty although in the > details the right values will

[Wireshark-dev] buildbot failure in Wireshark (development) on Ubuntu-10.04-x64

2010-06-02 Thread buildbot-no-reply
The Buildbot has detected a new failure of Ubuntu-10.04-x64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Ubuntu-10.04-x64/builds/110 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: ubuntu-10.04-x64 Build R

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-7-x64

2010-06-02 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-7-x64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-7-x64/builds/424 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-7-x64 Build Reason: B

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-7-x64

2010-06-02 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-7-x64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-7-x64/builds/422 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-7-x64 Build Reason: B

Re: [Wireshark-dev] Sprintf weirdness

2010-06-02 Thread Ian Schorr
Thanks again, Guy. I'll think about it for a bit, but that's very possibly what I'll do. On Wed, Jun 2, 2010 at 6:57 PM, Guy Harris wrote: > > On Jun 1, 2010, at 10:10 PM, Ian Schorr wrote: > >> As you mention later, MS Visual Studio 2008 does not include those >> macros.  From the sounds of it,

Re: [Wireshark-dev] Sprintf weirdness

2010-06-02 Thread Guy Harris
On Jun 1, 2010, at 10:10 PM, Ian Schorr wrote: > As you mention later, MS Visual Studio 2008 does not include those > macros. From the sounds of it, regardless of my exact problem (which > I'm guessing is in this general area anyway), I'm probably better off > abandoning sprintf altogether? If

Re: [Wireshark-dev] Displaying a Manipulated string in the dissector.

2010-06-02 Thread Guy Harris
On Jun 1, 2010, at 11:24 PM, Craig Bumpstead wrote: > I have a 256 Byte FT_STRING that holds address information. Is it possible to > display that information in a human readable format? i.e Address, state etc > in the dissector? What does "manipulated" mean in this context? Does it mean that