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

Wireshark-dev: Re: [Wireshark-dev] Lua embedded into C++

From: Kunal Thakrar <kunalthakrar@xxxxxxxxxxxxx>
Date: Wed, 1 Feb 2017 17:18:26 +0000

Hi Pascal,


What I am trying to do is register the wslua functions in my Lua state in order to create my own scripts which will be used internally as part of my customised module. My module aims to use listeners and post dissectors to show information similar to google chrome and firefox's developer's tools and I feel more comfortable creating scripts using wslua as opposed to going straight through C and C++. 


I am unsure how to use the WS_DLL_PUBLIC in the way you are describing, would you be able to clarify? Apologies I am new to developing an application of this size.


Kind Regards,

Kunal Thakrar