DORSETRIGS
Home

wireshark-dissector (3 post)


posts by category not found!

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 57
Writing a Wireshark dissector to count number of TCP flows
Writing a Wireshark dissector to count number of TCP flows

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 60
How to access Lua global object from another script?
How to access Lua global object from another script?

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 74
Lua conditional evaluation of new language operators
Lua conditional evaluation of new language operators