Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] [Question]how to add an dissector for 802.11 Action frame in Lua

From: 李刚 <gang.li@xxxxxxxxxxxxx>
Date: Mon, 13 Feb 2012 13:46:26 +0800

Hi sirs,

 

I have an Vendor Specific Action and want to add an dissector for it.

 

Usually, an dissector is added by:

 

udp_table = DissectorTable.get("udp.port")

udp_table:add(7777,trivial_proto)

 

But for an Action Frame I dont know what the parameters should be for get/add.

 

Anyone can help? Thanks very much!

 

Li Gang