[Wireshark-dev] Controller Area Network (CAN) + Wireshark?

2009-02-16 Thread Németh Márton
Hi, does Wireshark currently support the Controller Area Network (CAN) [1] ? In Linux kernel the PF_CAN protocol is already supported [2], so I guess this would be technically possible. Is there any activity in this topic? References: [1] Controller Area Network - Wikipedia http://en.wikipedia.o

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

2009-02-16 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.5-ppc on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.5-ppc/builds/520 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.5-ppc Build Reason: Buil

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

2009-02-16 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/1739 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.5-x86 Build Reason: Bui

Re: [Wireshark-dev] News from the msvcr dll hell ... anda possiblesolution!

2009-02-16 Thread Gerald Combs
Not really. The Windows packages built with non-Express (slow?) editions of Visual Studio 2005 and 2008 should include msvcr90.dll along with its manifest. This should be found and loaded even if (and especially if) you don't have the redistributable package installed. Anders Broman wrote: > Hi, >

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

2009-02-16 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.5-ppc on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.5-ppc/builds/518 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.5-ppc Build Reason: Buil

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

2009-02-16 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/1737 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 Windows-XP-x86

2009-02-16 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/5629 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-x86 Build Reason

Re: [Wireshark-dev] [GeoIP] New map of IP locations

2009-02-16 Thread Guy Harris
On Feb 16, 2009, at 5:40 AM, Jim Young wrote: Stig Bjørlykke 02/15/09 7:01 PM >>> >>> 2009/2/16 Guy Harris : >>> That was probably in the code to copy ipmap.html; it wasn't > checking >>> whether the open of the source or destination ipmap.html file > succeeded. >> >> Yes. It works as expe

Re: [Wireshark-dev] Help - Peculiar behavior with DLLs

2009-02-16 Thread Jaap Keuter
Hi, Plugins aren't portable across versions. They may seem to work, but there is no guarantee (there is a guarantee that it will fail unpredictably sometime). See http://wiki.wireshark.org/KnownBugs Thanx, Jaap Blazer, Doron wrote: > Hi, > > I have been developing under the latest development

Re: [Wireshark-dev] Silent installer is not that silent.

2009-02-16 Thread Jaap Keuter
Hi, Since this seems to be not a simple thing, can you open a bugreport for this on https://bugs.wireshark.org, so that it won't be forgotten? Thanx, Jaap Freddy Spierenburg wrote: > Hi, > > I downloaded wireshark-setup-1.0.6.exe and started it silent mode > using /S by means of WPKG. This is

Re: [Wireshark-dev] Help - Peculiar behavior with DLLs

2009-02-16 Thread xourciere.ext
Hi Doron, Have you checked the URL below about the compiler used to build Wireshark ? http://www.wireshark.org/docs/wsdg_html_chunked/ChToolsMSChain.html Perhaps you need the redistribuable files for the compiler you used to build Wireshark. Just download those files and install them on the ta

Re: [Wireshark-dev] Help - Peculiar behavior with DLLs

2009-02-16 Thread gogrady
Hi Blazer, If you're saying what i think it is, you have both a .dll and a .dll.manifest correct? use: mt.exe -manifest foo.dll.manifest -outputresource:foo.dll;2 in command prompt after cd to your plugin/foo folder then after that you should be able to copy your foo.dll to the 1.0.6 Greg --

Re: [Wireshark-dev] News from the msvcr dll hell ... anda possiblesolution!

2009-02-16 Thread Anders Broman
Hi, Any ideas on this? I think we may need to add vcredist_x86.exe to the MSVC 2008 build any way. http://www.wireshark.org/lists/wireshark-users/200902/msg00052.html http://www.wireshark.org/lists/wireshark-dev/200902/msg00114.html Should vcredist_x86.exe be included in the installer for MSVC 2

Re: [Wireshark-dev] News from the msvcr dll hell ... and a possiblesolution!

2009-02-16 Thread Gerald Combs
Anders Broman wrote: > We actually have lua.dll:s for the different VS versions > lua5_1_4_Win32_dll6_lib.zip > lua5_1_4_Win32_dll8_lib.zip > lua5_1_4_Win32_dll7_lib.zip > lua5_1_4_Win32_dll9_lib.zip > So perhaps we should fix the build scripts to pick the right one? As long as we aren't doing an

[Wireshark-dev] Help - Peculiar behavior with DLLs

2009-02-16 Thread Blazer, Doron
Hi, I have been developing under the latest development sources (1.1.3 svn), a plug-in dissector. I compiled it to a dll - all fine. When I add it to the "plugin" directory it all works fine (working with 1.1.3). When I install 1.0.6 on a new machine (and add the dll to the "plugin" directory),

Re: [Wireshark-dev] Adding numbers to the tree

2009-02-16 Thread Bill Meier
gogr...@wi.rr.com wrote: > Hi, > > when i tried to use your code: > > pi = proto_tree_add_text(tree, "Test: %s", tvb, 0, 0, _FunctionFunc()); > > _FunctionFunc() returns a char * > PROTO_ITEM_SET_GENERATED(pi); > > I got these errors: > > packet-foo.c > packet-foo.c(167) : error C2220: warning

Re: [Wireshark-dev] Adding numbers to the tree

2009-02-16 Thread gogrady
Hi, when i tried to use your code: pi = proto_tree_add_text(tree, "Test: %s", tvb, 0, 0, _FunctionFunc()); _FunctionFunc() returns a char * PROTO_ITEM_SET_GENERATED(pi); I got these errors: packet-foo.c packet-foo.c(167) : error C2220: warning treated as error - no 'object' file generated pac

Re: [Wireshark-dev] [Wireshark-commits] rev 27463: ... packetlogger.c ...: VC6 compile error

2009-02-16 Thread Bill Meier
sfis...@wireshark.org wrote: > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27463 > > User: sfisher > Date: 2009/02/15 11:24 PM > > Log: > Add support for reading Apple's Bluetooth PacketLogger capture files to > wiretap. Modify various other locations to accommodate the fa

[Wireshark-dev] Silent installer is not that silent.

2009-02-16 Thread Freddy Spierenburg
Hi, I downloaded wireshark-setup-1.0.6.exe and started it silent mode using /S by means of WPKG. This is not working, unfortunately silent mode is not that silent. When I start it at the command prompt, again with /S, I get a window with the title 'Wireshark 1.0.6 Setup' and inside text:

Re: [Wireshark-dev] Problem with proto_tree_add_item...

2009-02-16 Thread Tobias Erichsen
Thanks guys - works like a charm now... Best regards, Tobias Original-Nachricht > Datum: Sun, 15 Feb 2009 18:12:46 -0500 > Von: "Maynard, Chris" > An: "Developer support list for Wireshark" > Betreff: Re: [Wireshark-dev] Problem with proto_tree_add_item... > For FT_BOOLEAN, I

Re: [Wireshark-dev] [GeoIP] New map of IP locations

2009-02-16 Thread Jim Young
>>> Stig Bjørlykke 02/15/09 7:01 PM >>> >> 2009/2/16 Guy Harris : >> That was probably in the code to copy ipmap.html; it wasn't checking >> whether the open of the source or destination ipmap.html file succeeded. > > Yes. It works as expected with your latest commit. With Windows Buildbot Vers

Re: [Wireshark-dev] It takes forever to compile Wireshark on my box

2009-02-16 Thread Joerg Mayer
On Mon, Feb 16, 2009 at 08:38:16AM +0100, Jaap Keuter wrote: > If you think it's related to your specific dissector you could make it into a > plugin (see doc/README.plugin). That way you can more easily compile "just > your > dissector", and compare compile time. > > I am a newbie!!! I have in