GH-1221: Add unknown_protocols.log for logging packet analyzer lookup failures

This commit is contained in:
Tim Wojtulewicz 2020-10-23 14:45:24 -07:00 committed by Tim Wojtulewicz
parent efe42bc67b
commit c3cf36e135
19 changed files with 222 additions and 31 deletions

View file

@ -47,6 +47,7 @@ const char* TimerNames[] = {
"ParentProcessIDCheck",
"TimerMgrExpireTimer",
"ThreadHeartbeat",
"UnknownProtocolExpire",
};
const char* timer_type_to_string(TimerType type)