Allow to overwrite packet analysis mappings.

This commit is contained in:
Jan Grashoefer 2020-08-26 13:53:06 +02:00 committed by Tim Wojtulewicz
parent fc814bd7e2
commit 54961b5ea2
5 changed files with 50 additions and 52 deletions

View file

@ -90,6 +90,9 @@ void Manager::DumpDebug()
{
DBG_LOG(DBG_PACKET_ANALYSIS, " %s", current->Name().c_str());
}
DBG_LOG(DBG_PACKET_ANALYSIS, "Root dispatcher:");
root_dispatcher.DumpDebug();
#endif
}