buildbot | 1 Jun 2011 04:57
Favicon

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

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/1452

Buildbot URL: http://buildbot.wireshark.org/trunk/

Buildslave for this Build: ubuntu-10.04-x64

Build Reason: 
Build Source Stamp: 37497
Blamelist: alagoutte,cmaynard,etxrab,gerald,guy

BUILD FAILED: failed fuzz-menagerie

sincerely,
 -The Buildbot

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@...>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@...?subject=unsubscribe

Guy Harris | 1 Jun 2011 05:27
Picon
Favicon

Re: New openSAFETY dissector


On Mar 24, 2011, at 12:01 AM, Roland Knall wrote:

> Hello
> 
> The dissectory has now been fuzz-tested as well, with nearly 250 MB
> worth of various capture files. It passed.
> 
> The updated version of the patch is online.

It's checked in.

Unfortunately, the openSAFETY dissector, which is a built-in dissector, registers itself as a heuristic
dissector for SERCOS III, the dissector for which is a plugin dissector.

Perhaps heur_dissector_add() should report an error to the user, rather than aborting, if the heuristic
dissector table in question doesn't exist.  If it were to check the WIRESHARK_ABORT_ON_DISSECTOR_BUG
environment variable, and:

	if it's set, abort if the heuristic dissector table doesn't exist;

	if it's not set, report an error to the user;

that should allow the build process to catch typos in the heuristic dissector table name but avoid having
*Shark crash if plugins are missing.

However, if this is the cause of

	http://buildbot.wireshark.org/trunk/builders/Ubuntu-10.04-x64/builds/1452/steps/fuzz-menagerie/logs/stdio

(Continue reading)

Roland Knall | 1 Jun 2011 07:51
Picon
Gravatar

Re: New openSAFETY dissector

Hello

On Wed, Jun 1, 2011 at 5:27 AM, Guy Harris <guy@...> wrote:
> However, if this is the cause of
>
>        http://buildbot.wireshark.org/trunk/builders/Ubuntu-10.04-x64/builds/1452/steps/fuzz-menagerie/logs/stdio
>
> then that raises the question "why isn't the SERCOS III plugin being loaded when we're doing the fuzz
testing?"  If the plugins aren't getting loaded, that means they're not getting fuzz tested.
>
> This also raises the question of whether the SERCOS III dissector should be made a built-in dissector.

I will provide a patch fast for checking if the SERCOS III plugin
get's loaded, and if the subdissector table is available (you can
expect it today).

If you want, I will also provide a patch for removing the standalone
SERCOS III plugin and integrating it as a built-in dissector. This
will take some time, but I guess by monday it should be done.

kind regards,
Roland
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@...>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@...?subject=unsubscribe

Roland Knall | 1 Jun 2011 10:12
Picon
Gravatar

Re: New openSAFETY dissector

A patch for fixing this issue has been submitted via bugzilla:

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5977

kind regards,
Roland

On Wed, Jun 1, 2011 at 7:51 AM, Roland Knall <rknall@...> wrote:
> Hello
>
> On Wed, Jun 1, 2011 at 5:27 AM, Guy Harris <guy@...> wrote:
>> However, if this is the cause of
>>
>>        http://buildbot.wireshark.org/trunk/builders/Ubuntu-10.04-x64/builds/1452/steps/fuzz-menagerie/logs/stdio
>>
>> then that raises the question "why isn't the SERCOS III plugin being loaded when we're doing the fuzz
testing?"  If the plugins aren't getting loaded, that means they're not getting fuzz tested.
>>
>> This also raises the question of whether the SERCOS III dissector should be made a built-in dissector.
>
> I will provide a patch fast for checking if the SERCOS III plugin
> get's loaded, and if the subdissector table is available (you can
> expect it today).
>
> If you want, I will also provide a patch for removing the standalone
> SERCOS III plugin and integrating it as a built-in dissector. This
> will take some time, but I guess by monday it should be done.
>
> kind regards,
> Roland
(Continue reading)

buildbot | 1 Jun 2011 15:48
Favicon

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

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/3347

Buildbot URL: http://buildbot.wireshark.org/trunk/

Buildslave for this Build: osx-10.5-x86

Build Reason: 
Build Source Stamp: 37506
Blamelist: stig

BUILD FAILED: failed compile

sincerely,
 -The Buildbot

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@...>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@...?subject=unsubscribe

buildbot | 1 Jun 2011 16:05
Favicon

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

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/2882

Buildbot URL: http://buildbot.wireshark.org/trunk/

Buildslave for this Build: osx-10.5-ppc

Build Reason: 
Build Source Stamp: 37506
Blamelist: stig

BUILD FAILED: failed compile

sincerely,
 -The Buildbot

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@...>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@...?subject=unsubscribe

buildbot | 2 Jun 2011 00:52
Favicon

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

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/1458

Buildbot URL: http://buildbot.wireshark.org/trunk/

Buildslave for this Build: ubuntu-10.04-x64

Build Reason: 
Build Source Stamp: 37513
Blamelist: cmaynard,gerald

BUILD FAILED: failed fuzz-menagerie

sincerely,
 -The Buildbot

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@...>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@...?subject=unsubscribe

buildbot | 2 Jun 2011 09:28
Favicon

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

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/940

Buildbot URL: http://buildbot.wireshark.org/trunk/

Buildslave for this Build: vs-code-analysis

Build Reason: 
Build Source Stamp: 37515
Blamelist: sahlberg

BUILD FAILED: failed failed slave lost

sincerely,
 -The Buildbot

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@...>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@...?subject=unsubscribe

buildbot | 2 Jun 2011 10:59
Favicon

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

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/1463

Buildbot URL: http://buildbot.wireshark.org/trunk/

Buildslave for this Build: ubuntu-10.04-x64

Build Reason: 
Build Source Stamp: 37517
Blamelist: jmayer

BUILD FAILED: failed fuzz-menagerie

sincerely,
 -The Buildbot

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@...>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@...?subject=unsubscribe

sagar sg | 2 Jun 2011 06:41
Picon

compiltion error.

hi,

I am getting the fallowing error during the compilation of wirehsark decoder ,

fatal error C1083: Cannot open include file: 'config.h': No such file or directory Project : warning PRJ0018 : The following environment variables were not found: $(WIRESHARK_LIB)

and before that i tried to verify tools using  

Nmake –f Makefile.nmake verify_tools but i am getting an error as "Don't know how to make -f stop"
          
Please help me in this issue.


Thanks and regards
Sagar guledagudda



___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@...>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request@...?subject=unsubscribe

Gmane