Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: Re: [Wireshark-users] glib problem with wireshark 1.12.3

From: Hadriel Kaplan <hadrielk@xxxxxxxxx>
Date: Wed, 11 Feb 2015 12:45:43 -0500
On Feb 11, 2015, at 12:18 PM, sothy shan <sothy.e98@xxxxxxxxx> wrote:

> Thanks Jeff. I compiled sucessfully.
> But lua didnt work.
> With ./configure --disable-wireshark --with-lua
> I compiled.
> 
> tshark -X lua_script:hello.lua
> 
> Is not working.

When you do "tshark", are you sure you're running the one you compiled with Lua? (i.e., did you do 'make install', or just 'make'?)

You'd be better off doing this from the source directory: "./tshark -X lua_script:hello.lua", so that you know you're running the binary you compiled.

-hadriel