Wireshark mailing list archives

Re: [Question]how to add an dissector for 802.11 Action frame in Lua?


From: Guy Harris <guy () alum mit edu>
Date: Mon, 13 Feb 2012 12:12:59 -0800


On Feb 12, 2012, at 9:46 PM, 李刚 wrote:

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 don’t know what the parameters should be for get/add.

There is currently no dissector table in the 802.11 dissectors for vendor-specific actions.  The dissector would have 
to be changed to provide a dissector table (or per-vendor tables) into which action dissectors could be registered in 
order for there to be parameters to use for get/add there.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe

Current thread: