[Wireshark-dev] buildbot failure in Wireshark (development) on Visual-Studio-Code-Analysis

2011-03-21 Thread buildbot-no-reply
The Buildbot has detected a new failure of Visual-Studio-Code-Analysis on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Visual-Studio-Code-Analysis/builds/193 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: vs

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

2011-03-21 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/1302 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-7-x64 Build Reason:

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

2011-03-21 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/2582 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.5-x86 Build Reason: Bui

[Wireshark-dev] buildbot failure in Wireshark (development) on OSX-10.6-x64

2011-03-21 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.6-x64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.6-x64/builds/2139 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.6-x64 Build Reason: Bui

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

2011-03-21 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/2430 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-x86 Build Reason

Re: [Wireshark-dev] malformed packet for no reason

2011-03-21 Thread Dirk Jagdmann
I guess the packet you are trying to dissect is shorter than your two loops over i and j assume. In your inner loop you do something like: *plen += data_size; So plen will be greater than num_of_data_arrs*num_of_data_chunks*data_size bytes. Then you do a val_ptr = tvb_get_ptr(tvb, *plen, data_si

Re: [Wireshark-dev] Wireshark -z vs. tshark -z

2011-03-21 Thread Sake Blok
On 21 mrt 2011, at 20:40, Stephen Fisher wrote: > On Mon, Mar 21, 2011 at 06:37:03PM +, Chris Maynard wrote: > >> Any concerns about backward-compatibility? Are folks accustomed to >> using rtt with tshark instead of srt? Should we support either one >> going forward, or is it OK to aband

Re: [Wireshark-dev] Wireshark -z vs. tshark -z

2011-03-21 Thread Stephen Fisher
On Mon, Mar 21, 2011 at 06:37:03PM +, Chris Maynard wrote: > Any concerns about backward-compatibility? Are folks accustomed to > using rtt with tshark instead of srt? Should we support either one > going forward, or is it OK to abandon rtt? (without thinking it through very much...) I wo

Re: [Wireshark-dev] Wireshark -z vs. tshark -z

2011-03-21 Thread Chris Maynard
Guy Harris writes: > I think any statistic that gives the same results in Wireshark and TShark should have the same -z argument in > Wireshark and TShark; anything else violates the Principle of Least Surprise. Any concerns about backward-compatibility? Are folks accustomed to using rtt with ts

Re: [Wireshark-dev] Wireshark -z vs. tshark -z

2011-03-21 Thread Guy Harris
On Mar 21, 2011, at 7:29 AM, Chris Maynard wrote: > After reading > http://ask.wireshark.org/questions/2931/tshark-doesnt-has-z-scsisrt-command-argument, > I compared some of the -z command-line options between Wireshark and tshark. > With the exception of tshark's "-z h225,srt", all the rest are

[Wireshark-dev] buildbot failure in Wireshark (development) on Visual-Studio-Code-Analysis

2011-03-21 Thread buildbot-no-reply
The Buildbot has detected a new failure of Visual-Studio-Code-Analysis on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Visual-Studio-Code-Analysis/builds/184 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: vs

[Wireshark-dev] Wireshark -z vs. tshark -z

2011-03-21 Thread Chris Maynard
After reading http://ask.wireshark.org/questions/2931/tshark-doesnt-has-z-scsisrt-command-argument, I compared some of the -z command-line options between Wireshark and tshark. With the exception of tshark's "-z h225,srt", all the rest are specified using rtt, whereas Wireshark specifies srt consis

Re: [Wireshark-dev] reassemble.c r36131 fix comment

2011-03-21 Thread Chris Maynard
Jakub Zawadzki writes: > Trivial patch, len is already unsigned (guint32) so it can't be negative ;) Thanks! Committed in revision 36223. ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/

[Wireshark-dev] malformed packet for no reason

2011-03-21 Thread Yosi Saggi
Hi everyone I have a dissector that works on Ethernet type "". Its proprietary data parsing between two systems. If the Ethernet type is my dissector comes in to dissect the data over the Ethernet. The following code is a function that dissects a part of the packet. It works fine for 5