Hello community,
I would like to write Lua dissector for a binary, i.e. not text,
proprietary protocol on top of user_dlt. Are there any examples available,
which roughly show how this is done ? Could you point me to them as I have
not found much interesting yet.

In particular, how actual hooking should look like:


local user_dlt = DissectorTable.get("user_dlt")  // user_dlt dissector
exists in Wireshark

user_dlt:add(148, my_protocol_to_be_dissected) // my protocol uses user_dlt 148

or is it something else ?

Kind Regards

Ariel Burbaickij
___________________________________________________________________________
Sent via:    Wireshark-users mailing list <wireshark-users@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-users
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-users
             mailto:wireshark-users-requ...@wireshark.org?subject=unsubscribe

Reply via email to