Re: [Wireshark-dev] dissecting bits versus bytes

2011-05-08 Thread Ankith Agarwal
Hi You can directly take the mask and convert them into hex. Example: If you want to extract bits 5-8 then the mask is 0xf0(), for bit 4 the value is 0x08(1000), for bit 3&2 the value is 0x06(0110), for the last bit the value is 0x01(0001). By this way there is no need of perf

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

2011-05-08 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/1355 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: ubuntu-10.04-x64 Build

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

2011-05-08 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/2068 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: solaris-10-sparc Build

Re: [Wireshark-dev] nstime_t, time_t, typecasts

2011-05-08 Thread Martin Kaiser
Hello Guy, all, thanks for your feedback. Thus wrote Guy Harris (g...@alum.mit.edu): > > In order to populate the nstime_t, I set the seconds directly, e.g. > > nstime_t my_time; > > my_time.secs = tvb_get_guint8(tvb, offset); > > Is this portable enough with the implicit cast between guint8 a

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

2011-05-08 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/660 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: vs

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

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