Re: [Wireshark-dev] How to include new dissector wrriten in Lua (pure Lua) to Wireshark

2014-03-30 Thread Nakayama Kenjiro
I submitted a bugzilla [1]. [1] https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9940 On Thu, Mar 27, 2014 at 9:01 AM, Nakayama Kenjiro nakayamakenj...@gmail.com wrote: Thanks, There are some problems to solve... It's my understanding that there are following three main points. 1

Re: [Wireshark-dev] Can we move to Lua 5.2.3 only?

2014-03-28 Thread Nakayama Kenjiro
+1 On Fri, Mar 28, 2014 at 11:29 PM, Hadriel Kaplan hadriel.kap...@oracle.comwrote: Howdy, Is there any reason not to make wireshark 1.11.x and beyond only use Lua 5.2? Right now the automated builds are getting built with 5.1. There's very little difference to end users (i.e., older

[Wireshark-dev] How to get wireshark's plugins path with lua?

2014-03-25 Thread Nakayama Kenjiro
Hi, I want to get the wireshark's plugins path. eg) /usr/local/lib/wireshark/plugins/1.11.3 According to [1], there are no function to get it, nevertheless there are persconffile_path([filename])http://wiki.wireshark.org/LuaAPI/Utils#persconffile_path.28.5Bfilename.5D.29and

Re: [Wireshark-dev] How to get wireshark's plugins path with lua?

2014-03-25 Thread Nakayama Kenjiro
think it has a demand. [1] https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9926 Thanks Kenjiro On Wed, Mar 26, 2014 at 2:00 AM, Hadriel Kaplan hadriel.kap...@oracle.comwrote: On Mar 25, 2014, at 11:00 AM, Nakayama Kenjiro nakayamakenj...@gmail.com wrote: I want to get the wireshark's

[Wireshark-dev] How to include new dissector wrriten in Lua (pure Lua) to Wireshark

2014-03-25 Thread Nakayama Kenjiro
Hi, Recently I wrote new dissector by pure Lua[1] and I am thinking about submitting a request to include the dissector to Wireshark. But as far as I checked upstream, there are no pure Lua dissector yet. And I don't know where shoudld I put the code in and how to modify Makefiles. So my