Wireshark mailing list archives

Re: Finding init.lua after build from source


From: Christopher Merck <cmerck () crestron com>
Date: Mon, 1 Apr 2013 17:56:19 +0000

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 () wireshark org [mailto:wireshark-users-bounces () wireshark org] 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:

     UN*X:             $HOME/.wireshark/
     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





This e-mail message and all attachments transmitted with it may contain legally privileged and confidential information 
intended solely for the use of the addressee. If you are not the intended recipient, you are hereby notified that any 
reading, dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited.
___________________________________________________________________________
Sent via:    Wireshark-users mailing list <wireshark-users () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-users
Unsubscribe: https://wireshark.org/mailman/options/wireshark-users
             mailto:wireshark-users-request () wireshark org?subject=unsubscribe

Current thread: