1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-25 11:41:35 +01:00

Add missing radiotap parsing fields

This commit is contained in:
Matias Fontanini
2017-06-03 08:55:08 -07:00
parent d0b4383a0d
commit fe6e575158
6 changed files with 149 additions and 3 deletions

View File

@@ -57,6 +57,8 @@ const RadioTapParser::FieldMetadata RadioTapParser::RADIOTAP_METADATA[] = {
{ 1, 1 }, // DATA_RETRIES
{ 8, 4 }, // CHANNEL_PLUS
{ 3, 1 }, // MCS
{ 8, 4 }, // A-MPDU status
{ 12, 2 } // VHT
};
const uint32_t RadioTapParser::MAX_RADIOTAP_FIELD = sizeof(RADIOTAP_METADATA) /