Wireshark mailing list archives
[Question]how to add an dissector for 802.11 Action frame in Lua?
From: 李刚 <gang.li () watchdata com>
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 don’t know what the parameters should be for
get/add.
Anyone can help? Thanks very much!
Li Gang
___________________________________________________________________________ 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:
- [Question]how to add an dissector for 802.11 Action frame in Lua? 李刚 (Feb 12)
- Re: [Question]how to add an dissector for 802.11 Action frame in Lua? Guy Harris (Feb 13)
- Re: [Question]how to add an dissector for 802.11 Action frame in Lua? Bill Meier (Feb 13)
- Re: [Question]how to add an dissector for 802.11 Action frame in Lua? Guy Harris (Feb 13)
