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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user