Wireshark Plugins in C and Lua – Performance Comparison
As a part of a study project we did a performance comparison between Wireshark Plugins written in C and written in Lua. According to the Wireshark Development guide the Lua plugins are only used for proof of concept code because the C plugins are faster. This post aims to clarify how big this performance gap…