Re: [Wireshark-dev] Ordinary LUA dissector.

2011-11-04 Thread Robert G. Jakabosky
On Friday 04, Stig Bjørlykke wrote: > On Fri, Nov 4, 2011 at 5:16 AM, Robert G. Jakabosky > > wrote: > > Also for people that want to make Lua dissectors may want to checkout > > this patch that I submitted: > > https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5575 > > Please note that I have

Re: [Wireshark-dev] Ordinary LUA dissector.

2011-11-04 Thread Stig Bjørlykke
On Fri, Nov 4, 2011 at 5:16 AM, Robert G. Jakabosky wrote: > Also for people that want to make Lua dissectors may want to checkout this > patch that I submitted: > https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5575 Please note that I have added some requests for you regarding this patch.

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] 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

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

[Wireshark-dev] Ordinary LUA dissector.

2011-11-02 Thread 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" dissector example on the wiki, or with the wireshark instal