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] Finding init.lua after build from source

From: Tony Trinh <tony19@xxxxxxxxx>
Date: Sat, 30 Mar 2013 21:25:13 -0500
The script takes two parameters:

  make-init-lua.pl $SRC $TEMPLATE

where:
  $SRC is the root of the wireshark source directory, and
  $TEMPLATE is the path to template-init.lua (in the same directory as make-init-lua.pl).

The result is printed to stdout, so you could redirect it to a file.

  ~/src/wireshark/epan/wslua
  $ ./make-init-lua.pl ../.. template-init.lua > init.lua