mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Move packet filter out of NetSessions
This commit is contained in:
parent
50713b3c2d
commit
c752d76052
6 changed files with 29 additions and 22 deletions
|
@ -20,6 +20,7 @@ Manager::Manager()
|
|||
Manager::~Manager()
|
||||
{
|
||||
delete pkt_profiler;
|
||||
delete pkt_filter;
|
||||
}
|
||||
|
||||
void Manager::InitPostScript()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue