[RFC] 0-length PPDU reporting

Johannes Berg <[email protected]> Mon, 18 Jun 2018 16:37:50 +0200
Newsgroups org.netbsd.radiotap
Message-ID <[email protected]>
Hi,

With HE in particular, but also previously, there are PPDUs that don't
carry any MAC header, for example sounding frames.

It seems useful to report these up, but they cause wireshark to display
an error since it's expecting to be able to decode the remainder of the
data after radiotap as an 802.11 frame.

To fix that, and to be able to show the type of PPDU, I think we should
add a new field, that contains just a 16-bit value (or 8? or even 32
since we often need more alignment anyway?) indicating the type of 0-
length PPDU.

Does anyone happen to have a more comprehensive list of PPDUs that are
like this?

johannes