Re: [RFC] 0-length PPDU reporting
Johannes Berg <[email protected]> Mon, 18 Jun 2018 21:20:37 +0200
| Newsgroups | org.netbsd.radiotap |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 2018-06-18 at 09:05 -0700, Simon Barber wrote: > Some chipsets will also report particular types of noise as a special > PPDU - used for radar detection - it might be nice to allow these as > well. Yeah, I guess we could define plenty of subtypes for these, and then you can include all kinds of metadata you want. These are somewhat less useful because you have less metadata, you haven't even decoded any preambles in those cases, and you probably have a ton of them if enabled, but sure, why not. I'll try to build a list I guess, to come up with a proposal. A wireshark patch should be pretty simple, just don't call through to the 802.11 dissector? johannes