mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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
|
@ -249,6 +249,11 @@ public:
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
/**
|
||||
* Pops the last element off the encapsulation stack.
|
||||
*/
|
||||
void Pop();
|
||||
|
||||
protected:
|
||||
std::vector<EncapsulatingConn>* conns;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue