1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Fix parsing of Dot11 packets encapsulated on PPI having FCS-at-end

This commit is contained in:
Matias Fontanini
2015-09-21 20:49:17 -07:00
parent 9d0a2d4f3e
commit 693cef04df
3 changed files with 30 additions and 2 deletions

View File

@@ -120,6 +120,7 @@ public:
}
private:
void write_serialization(uint8_t *buffer, uint32_t total_sz, const PDU *);
void parse_80211(const uint8_t* buffer, uint32_t total_sz);
struct header {
uint8_t version, flags;