Thanks Tony.
I needed your advice, plus I needed to recompile Wireshark after installing liblua.
I tried running ./configure again and I saw that lua support was not being compiled in.
So, now I am happily using lua with my Wireshark built from source!
Cheers,
Chris
From: wireshark-users-bounces@xxxxxxxxxxxxx [mailto:wireshark-users-bounces@xxxxxxxxxxxxx]
On Behalf Of Tony Trinh
Sent: Monday 01 April 2013 12:49
To: Community support list for Wireshark
Subject: Re: [Wireshark-users] Finding init.lua after build from source
Copy init.lua and console.lua to your home Wireshark directory:
Windows: %APPDATA%\Wireshark\
Lua scripts that are in the plugins directory are automatically loaded. You should remove the "dofile" call from init.lua. Alternatively, you can explicitly load your Lua script with "-X lua_script":
$ tshark -Xlua_script:/path/to/foo.lua -r fuzz.pcap