Re: [Wireshark-dev] [Wireshark-commits] rev 38340: /trunk/ /trunk/: make-version.pl

2011-09-07 Thread Jeff Morriss
On 08/05/2011 09:32 AM, Jeff Morriss wrote: Joerg Mayer wrote: On Thu, Aug 04, 2011 at 06:33:34PM -0400, Jeff Morriss wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=38340 User: cmaynard Don't report svn version if not building from svn. Change prompted by http://a

Re: [Wireshark-dev] Built-in dissector depends on a plugin dissector in 1.6.x

2011-09-07 Thread Gerald Combs
I fixed the problem in r38923 by calling heur_dissector_add only if we can find the sercosiii dissector. On 9/7/11 2:29 AM, Roland Knall wrote: > Hi > > The problem could be solved, by explicitly checking, if the plugin > exists, but I would prefer adding the solution already added to the > trunk

Re: [Wireshark-dev] HTTP library reccommendations

2011-09-07 Thread Guy Harris
On Sep 7, 2011, at 9:30 AM, Trimble, Nathan G wrote: > I have a need to perform a couple HTTP operations from code in our Wireshark > plugin. I am wondering if Wireshark already depends on any libraries that > support HTTP. It does not. There are some UI items that will hand a URL to the des

[Wireshark-dev] HTTP library reccommendations

2011-09-07 Thread Trimble, Nathan G
Hello, I'm new to this list. I am working on an "in-house" version of Wireshark. We are trying to keep our changes self-contained and portable to ease the process of syncing with Wireshark updates. For this reason I have come to the list with a question. I have a need to perform a couple HTT

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

2011-09-07 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder Windows-XP-x86 while building Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-XP-x86/builds/125 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-x

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

2011-09-07 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder Windows-7-x64 while building Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-7-x64/builds/128 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-7-x

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

2011-09-07 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder Ubuntu-10.04-x64 while building Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Ubuntu-10.04-x64/builds/122 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: ubunt

Re: [Wireshark-dev] wireshark build broken

2011-09-07 Thread Anders Broman
Hi, Even if it builds on the committers machine it may not build on the buildbot - that's sort of the reason to have them. If there where no commits they would always be green... Regards Anders -Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wi

[Wireshark-dev] wireshark build broken

2011-09-07 Thread Andrei Emeltchenko
Looks like the last commit broke wireshark. I am wondering why people do not make build check before commit? In file included from ../../epan/proto.h:52:0, from ../../epan/packet.h:29, from ./ftypes-int.h:26, from ftypes.c:27: ../../epan/ftypes/ft

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

2011-09-07 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder OSX-10.5-x86 while building Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.5-x86/builds/128 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.5-x86

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

2011-09-07 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder Visual-Studio-Code-Analysis while building Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Visual-Studio-Code-Analysis/builds/116 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslav

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

2011-09-07 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder Windows-XP-x86 while building Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-XP-x86/builds/122 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-x

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

2011-09-07 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder Windows-7-x64 while building Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-7-x64/builds/125 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-7-x

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

2011-09-07 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder OSX-10.6-x64 while building Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.6-x64/builds/136 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.6-x64

Re: [Wireshark-dev] Built-in dissector depends on a plugin dissector in 1.6.x

2011-09-07 Thread Roland Knall
Hi The problem could be solved, by explicitly checking, if the plugin exists, but I would prefer adding the solution already added to the trunk, meaning, moving the sercosiii plugin to a built-in dissector. otherwise, if preferred, i could provide a small patch to fix the problem temporarily. re

[Wireshark-dev] Built-in dissector depends on a plugin dissector in 1.6.x

2011-09-07 Thread Stig Bjørlykke
I think we have an issue in 1.6.x where the built-in dissector opensafety depends on the plugin dissector sercosiii. In packet.c:heur_dissector_add() we crash (assert) if the dissector does not exist, and the plugin sercosiii may not exist. This problem is fixed in trunk where sercosiii is changed

[Wireshark-dev] [RFC] btl2cap: dissect extended control field

2011-09-07 Thread Emeltchenko Andrei
From: Andrei Emeltchenko Adds support for parsing extended control field. Extended control field may be used for ERTM and streaming mode (if EWS specified). Signed-off-by: Andrei Emeltchenko --- epan/dissectors/packet-btl2cap.c | 173 +- 1 files changed, 13