mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Review cleanup
This commit is contained in:
parent
89a9c96673
commit
a7d4364334
11 changed files with 88 additions and 41 deletions
|
@ -37,7 +37,7 @@ void Manager::InitPostScript()
|
|||
|
||||
root_analyzer = analyzers["Root"];
|
||||
|
||||
static auto pkt_profile_file = id::find_val("pkt_profile_file");
|
||||
auto pkt_profile_file = id::find_val("pkt_profile_file");
|
||||
|
||||
if ( detail::pkt_profile_mode && detail::pkt_profile_freq > 0 && pkt_profile_file )
|
||||
pkt_profiler = new detail::PacketProfiler(detail::pkt_profile_mode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue