mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Add support for 802.11 A-MSDU aggregates
This commit is contained in:
parent
5b1c6216bd
commit
2d05beac06
8 changed files with 127 additions and 9 deletions
|
@ -20,6 +20,9 @@ public:
|
|||
{
|
||||
return std::make_shared<IEEE802_11Analyzer>();
|
||||
}
|
||||
|
||||
private:
|
||||
bool HandleInnerPacket(size_t len, const uint8_t* data, Packet* packet) const;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue