Re: [Wireshark-dev] Ordinary LUA dissector.

2011-11-03 Thread Robert G. Jakabosky
On Thursday 03, Tony Trinh wrote: > On Fri, Nov 4, 2011 at 12:16 AM, Robert G. Jakabosky > > wrote: > > Here is a Lua dissector that I wrote, it could be used as another > > example. http://opensimulator.org/wiki/LLUDP_Dissector > > > > It is released under the BSD license. > > I think that viol

Re: [Wireshark-dev] Ordinary LUA dissector.

2011-11-03 Thread Tony Trinh
On Fri, Nov 4, 2011 at 12:16 AM, Robert G. Jakabosky wrote: > Here is a Lua dissector that I wrote, it could be used as another example. > http://opensimulator.org/wiki/LLUDP_Dissector > > It is released under the BSD license. > I think that violates the GPL, according to http://wiki.wireshark.or

Re: [Wireshark-dev] Ordinary LUA dissector.

2011-11-03 Thread Robert G. Jakabosky
On Wednesday 02, Eliot Blennerhassett wrote: > Getting started writing a dissector plugin in lua, I found the examples > on the wiki to be rather esoteric. Only having previously written a > plugin in C gave me any idea where to start. > > Is there any interest in including a more "ordinary" diss

Re: [Wireshark-dev] Win32 build from 1.6.3 source tarball: svnversion.h missing and not generated?

2011-11-03 Thread Jeff Morriss
Guy Harris wrote: On Nov 2, 2011, at 11:19 AM, Guy Harris wrote: On Nov 2, 2011, at 10:26 AM, Guy Harris wrote: On Nov 2, 2011, at 10:16 AM, Jeff Morriss wrote: Oh, shoot. Looks like svnversion.h is removed by clean and/or dist-clean. So it should be generated only if you're building from

Re: [Wireshark-dev] Wireshark 1.6.3 won't run without threads support

2011-11-03 Thread Gerald Combs
On 11/3/11 8:33 AM, Stig Bjørlykke wrote: > Hi. > > I get an error when trying to start wireshark 1.6.3 (default built > without threads): > GLib-ERROR **: The thread system is not yet initialized. > > This is because we call g_mutex_new() without a USE_THREADS guard in > main_welcome.c. > This w

Re: [Wireshark-dev] [Wireshark-commits] rev 39534: /trunk/epan/wspython/ /trunk/epan/wspython/: register-dissector.py wspy_register.c

2011-11-03 Thread Stephen Fisher
I removed these in SVN r39723. On Fri, Oct 28, 2011 at 01:13:23PM -0600, Stephen Fisher wrote: > This patch causes "debug" output on the console when launching > Wireshark: > > looking for dissectors in > /usr/local/src/wireshark/epan/wspython/wspy_dissectors > looking for dissectors in /home/s

Re: [Wireshark-dev] Ordinary LUA dissector.

2011-11-03 Thread Chris Maynard
Eliot Blennerhassett writes: > Is there any interest in including a more "ordinary" dissector example > on the wiki, or with the wireshark install for that matter? Lua dissectors/examples are not currently being distributed with the installer, not that that couldn't change in the future, but the

[Wireshark-dev] Wireshark 1.6.3 won't run without threads support

2011-11-03 Thread Stig Bjørlykke
Hi. I get an error when trying to start wireshark 1.6.3 (default built without threads): GLib-ERROR **: The thread system is not yet initialized. This is because we call g_mutex_new() without a USE_THREADS guard in main_welcome.c. This was fixed in revision 38045 on trunk, but not back ported to

Re: [Wireshark-dev] Ordinary LUA dissector.

2011-11-03 Thread Beth
I like it. Would probably have saved me some painful trial-and-error-and-digging-through-wslua-code when I started writing Lua scripts for wireshark. ___ Sent via:Wireshark-dev mailing list Archives:http://www.wiresha

Re: [Wireshark-dev] Ordinary LUA dissector.

2011-11-03 Thread Andreas
Am 03.11.2011 05:58, schrieb Eliot Blennerhassett: Getting started writing a dissector plugin in lua, I found the examples on the wiki to be rather esoteric. Only having previously written a plugin in C gave me any idea where to start. Is there any interest in including a more "ordinary" dissec