Ask Your Question

samarcande26's profile - activity

2022-10-14 13:32:30 +0000 received badge  Notable Question (source)
2022-10-14 13:32:30 +0000 received badge  Popular Question (source)
2019-01-24 02:18:49 +0000 marked best answer How to target a 802.11 header in a Lua script?

Hello,

I am trying to decode Fine Timing Measurement (FTM, aka 802.11mc for some) frames, and this 802.11 protocol is not supported yet. I started looking at adding a Lua dissector, but this thing seems to be a nightmare. How can I target, in a Lua dissector, an 802.11 frame type (namely public action frame of type 0x20), or a specific 802.11 header field, to add my own type? Thanks!

Samarcande

2019-01-24 02:18:49 +0000 received badge  Scholar (source)
2019-01-24 02:18:42 +0000 answered a question How to target a 802.11 header in a Lua script?

Thank you very much, this is very useful, I think it should be enough to get me on the right way. I'll gladly contribute

2019-01-21 20:30:00 +0000 asked a question How to target a 802.11 header in a Lua script?

How to target a 802.11 header in a Lua script? Hello, I am trying to decode Fine Timing Measurement (FTM, aka 802.11mc