Move packet filter out of NetSessions

This commit is contained in:
Tim Wojtulewicz 2021-04-07 16:16:39 -07:00
parent 50713b3c2d
commit c752d76052
6 changed files with 29 additions and 22 deletions

View file

@ -20,6 +20,7 @@ Manager::Manager()
Manager::~Manager()
{
delete pkt_profiler;
delete pkt_filter;
}
void Manager::InitPostScript()