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] thsark crashes with lua script

From: Tony Trinh <tony19@xxxxxxxxx>
Date: Sat, 23 Jul 2011 15:21:50 -0400
The problem is with LuaSocket or with the way you're using it. The backtrace shows that the segfault is occurring in LuaSocket (in core.so).

Look at your references to socket.core and at LuaSocket's core.c code. If that fails you, ask stackoverflow.com.