[Wireshark-dev] Plugin easy_codec seems obsolete with VS2005+

2009-11-19 Thread xourciere.ext
Hello, For information, it seems that the plugin easy_codec is obsolete using VS2005+ to compile Wireshark. The error: Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 Copyright (C) Microsoft Corporation. Tous droits réservés. link -dll /out:easy_codec.dll /NOLOGO

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

2009-11-19 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/588 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.5-ppc Build Reason:

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

2009-11-19 Thread Michael Tüxen
On Nov 18, 2009, at 10:42 PM, Stig Bjørlykke wrote: On 18. nov. 2009, at 20.54, buildbot-no-re...@wireshark.org wrote: The Buildbot has detected a new failure of OSX-10.5-ppc on Wireshark (development). Full details are available at:

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

2009-11-19 Thread Michael Tüxen
... due to a reboot. Best regards Michael On Nov 19, 2009, at 12:15 PM, buildbot-no-re...@wireshark.org wrote: The Buildbot has detected a new failure of OSX-10.5-ppc on Wireshark (development). Full details are available at:

[Wireshark-dev] Windows plugin directory search path?

2009-11-19 Thread Jarolin, Robert
Can you place your own custom plugins into a user directory where wireshark will pick them up? Or does wireshark only look in the plugins folder of the install path under windows? Thanks. Confidentiality Notice: This e-mail (including any attachments) is intended only for the recipients named

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

2009-11-19 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/846 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.5-x86 Build Reason:

Re: [Wireshark-dev] Windows plugin directory search path?

2009-11-19 Thread Beth
Yes, you can put them under your user folder (usually Documents and Settings\username)\ApplicationData\Wireshark\plugins and they will be picked up automatically. To make sure they have been picked up after you start Wireshark, check Help/About Wireshark and click on the 'plugins' tab. b.

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

2009-11-19 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-Win64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-XP-Win64/builds/625 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-win64 Build

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

2009-11-19 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/492 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-x86 Build

Re: [Wireshark-dev] Windows plugin directory search path?

2009-11-19 Thread Jaap Keuter
On Thu, 19 Nov 2009 11:07:00 -0500, Beth beth.trid...@gmail.com wrote: Yes, you can put them under your user folder (usually Documents and Settings\username)\ApplicationData\Wireshark\plugins and they will be picked up automatically. To make sure they have been picked up after you start

Re: [Wireshark-dev] ANSI TCAP/ANSI MAP dissection problem

2009-11-19 Thread Michael Lum
Thanks Anders. I have submitted a spec reference and patch for frame #1 problems. Michael Lum (michael@starsolutions.com mailto:michael@starsolutions.com ) | STAR SOLUTIONS http://www.starsolutions.com/ | Principal Software Engineer 4600 Jacombs Road, Richmond BC, Canada V6V 3B1 |

[Wireshark-dev] Feature request

2009-11-19 Thread Starr, David
I have many connections that use EBCDIC encoding. It would be very handy to be able to choose either ASCII or EBCDIC when displaying the Packet Bytes in that frame. That way in the lower window, when looking at the packet data, there would be the offset, the hex bytes, and either ASCII or EBCDIC

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

2009-11-19 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-Win64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-XP-Win64/builds/629 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-win64 Build

[Wireshark-dev] Lua syntax question

2009-11-19 Thread Beth
I'm creating a chained dissector in Lua, and all I want to do is strip the first N bytes off of the tvb and pass the remainder to another dissector. I've been poring over the Lua section of the Wireshark manual, as well as the Wireshark-Lua wiki pages, but I can't find the exact syntax I need.

Re: [Wireshark-dev] Lua syntax question

2009-11-19 Thread Stig Bjørlykke
On 19. nov. 2009, at 23.00, Beth wrote: Can someone tell me the correct syntax? newtvb = tvbuffer(50):tvb() next_dissector:call( newtvb, pinfo, treeitem ) -- Stig Bjørlykke ___ Sent via:Wireshark-dev mailing