URL details: mika-s.github.io/wireshark/lua/dissector/2017/11/04/creating-a-wireshark-dissector-in-lua-1.html

URL title: Creating a Wireshark dissector in Lua - part 1 (the basics) | Mika’s tech blog
URL description: This post will explain how you can easily create protocol dissectors in Wireshark, using the Lua programming language. This is can be useful when you’re working with a custom protocol that Wireshark doesn’t already have a dissector for. If Wireshark looks like this for example it’s hard to tell what the various bytes in the data part represents. Wireshark is written in C, and dissectors for Wireshark are generally also written in C. However, Wireshark has a Lua implementation that makes it easy for people w
URL last crawled: 2022-07-03
URL speed: 0.230 MB/s, downloaded in 0.300 seconds

open external url

1 external links to this url

Only links from external domains are shown on this page.

found date
link text
from url
2022-07-03
Creating a Wireshark dissector in Lua - part 1