Writing a Wireshark dissector to count number of TCP flows Demystifying TCP Flow Counting with Wireshark Dissector Problem You need to analyze network traffic and understand the number of active TCP connections flows at 4 min read 07-10-2024 4
How to access Lua global object from another script? How to Access Lua Global Object from Another Script Accessing the global object in Lua from different scripts can be quite essential for organizing your code es 2 min read 17-09-2024 24
Lua conditional evaluation of new language operators Navigating Luas Evolving Bitwise Operations A Guide to Conditional Evaluation Working with binary data in Lua often requires bitwise operations However Luas evo 2 min read 01-09-2024 22