Hi,
And I think the OP wants to use the protocol name tag to call the LUA dissector e.g the dissector needs to be registered by name.
Regards
Anders
Hi Chris,
I’m not quite sure what is meant by
EXPORTED_PDU
here. Maybe you could share some Lua code and provide a little more detail and context?
Pascal.
- Chris
(I don’t consider myself a Lua expert by any means, but I’ve written a number of Lua dissectors, so I guess that qualifies me as one of the “lua_guys”.)
Hi,
I do not do LUA code but did you do Proto.new(name,
desc) and then use that name to call the dissector?
@lua guys: Does that register the LUA dissector by name? or do you do it some other way?
Regards
Anders
From: Wireshark-dev <wireshark-dev-bounces@xxxxxxxxxxxxx>
On Behalf Of Juanjo Martin Carrascosa
Sent: den 17 februari 2020 16:40
To: Developer support list for Wireshark <wireshark-dev@xxxxxxxxxxxxx>
Subject: [Wireshark-dev] Mixing Exported_pdu with Lua
Hi devs,
Is it possible to register a Lua dissector so it is called by EXPORTED_PDU? I don't manage to "register" the Lua dissector properly.
My goal is to create a dissector in Lua that is called by EXPORTED_PDU and later calls another C dissector from Wireshark. Once I get this working and this protocol is stable enough, I may write a C file for it.
Any help would be appreciated!
CONFIDENTIALITY NOTICE: This message is the property of International Game Technology PLC and/or its subsidiaries and may contain proprietary, confidential or trade secret information. This message is intended solely for the use of the addressee. If you are
not the intended recipient and have received this message in error, please delete this message from your system. Any unauthorized reading, distribution, copying, or other use of this message or its attachments is strictly prohibited.
___________________________________________________________________________
Sent via: Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives: https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe
___________________________________________________________________________
Sent via: Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives: https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe