Re: [Wireshark-dev] Extending wireshark with Python

2009-05-30 Thread Stephen Fisher
On Fri, May 29, 2009 at 07:06:09PM -0300, S?bastien Tandel wrote: > These last weeks, I spent some time to integrate python into wireshark > and made the first commit today in the wireshark trunk. This way, now, > it is possible to write a dissector for wireshark in python. see > http://wiki.wi

Re: [Wireshark-dev] Generic Plugin

2009-05-30 Thread Stephen Fisher
On Sat, May 30, 2009 at 04:36:14PM -0700, Aaron Turner wrote: > On Sat, May 30, 2009 at 11:49 AM, Sachin Gupta wrote: > > Hi, > > > > Please tell me how I can contribute it to Wireshark? > > I hope nothing like this already exist. > > Typically people send patches to the list for review & inclus

Re: [Wireshark-dev] Generic Plugin

2009-05-30 Thread Aaron Turner
On Sat, May 30, 2009 at 11:49 AM, Sachin Gupta wrote: > Hi, > > Please tell me how I can contribute it to Wireshark? > I hope nothing like this already exist. Typically people send patches to the list for review & inclusion by the developers. -- Aaron Turner http://synfin.net/ http://tcpreplay

Re: [Wireshark-dev] Extending wireshark with Python

2009-05-30 Thread Guy Harris
On May 30, 2009, at 2:31 PM, Sébastien Tandel wrote: > P.S. : I would like to add binpac within this python interpreter. > But after having read the paper and thought a bit about the grammar, > I think they've used Haskell (or another pure functional language > for their compiler). At leas

Re: [Wireshark-dev] Extending wireshark with Python

2009-05-30 Thread Sébastien Tandel
Hi Guy, It is an embedded version of the Python interpreter into libwireshark, so all the Wireshark GUI should be available. For now, it is not possible to write a tap in python. I've not analyzed yet how difficult it would be to add the "tap in python" feature but it is definitely in my TO

Re: [Wireshark-dev] Extending wireshark with Python

2009-05-30 Thread Guy Harris
On May 29, 2009, at 3:06 PM, Sébastien Tandel wrote: >These last weeks, I spent some time to integrate python into > wireshark and made the first commit today in the wireshark trunk. > This way, now, it is possible to write a dissector for wireshark in > python. see http://wiki.wireshar

[Wireshark-dev] Wireshark 1.2.0pre1: wireshark -r now outputs "dumpcap: There are no interfaces on which a capture can be done"

2009-05-30 Thread Reinhard Speyerer
When trying out Wireshark 1.2.0pre1 I noticed that wireshark -r now outputs "dumpcap: There are no interfaces on which a capture can be done" when started on Linux as a non-root user. This does not happen with Wireshark 1.0.x. Would it be possible to suppress this message for the final 1.2.0 rele

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

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

[Wireshark-dev] protocol translation

2009-05-30 Thread Jonathan Walker (c)
Hello, I am working on a project on capturing a packet and identifying/translating its unique communication application protocol inside the standard protocols Eth/IP/UDP. I was reading about reserving a DLT_VALUE for the protocol, so that with some coding it can be identified. Please let me

Re: [Wireshark-dev] protocol translation

2009-05-30 Thread Guy Harris
On May 29, 2009, at 11:47 AM, Jonathan Walker (c) wrote: >I am working on a project on capturing a packet and identifying/ > translating its unique communication application protocol inside the > standard protocols Eth/IP/UDP. By this do you mean writing a Wireshark dissector for the prot

Re: [Wireshark-dev] Wireshark 1.2.0pre1 is now available

2009-05-30 Thread Mike Morrin
-Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Maynard, Chris Sent: 28 May 2009 05:48 http://www.wireshark.org/docs/relnotes/wireshark-1.2.0.html indicates: < * Official Windows packages are now built using Micr

Re: [Wireshark-dev] Wireshark compatible with Purify?

2009-05-30 Thread Kovarththanan Rajaratnam
Hey, yami wrote: > I know that Purify can show the problematic source code too. Is it > possible to show the corresponding code snippet reported by Purify ? > I wasn't able to extract the offending file/line out of Purify because it didn't show any. I think I know what is going on. Note that w