Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

802.11 lua dissector

Hello all,

I'm trying to create a lua dissector for a proprietary protocol. The packets I'm interested in are 802.11 wifi packets. These packets must have a certain value for the Organization Code and Protocol ID of the LLC.

By following a tutorial for TCP, I already created a protocol to which I added all the fields. But I can't find a way to adapt this to the wifi packets I'm interested in. I'd like to replace the "data" by the information of my protocol.

Thanks in advance.