ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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