Initial implementation of Lower-Level analyzers

This commit is contained in:
Peter Oettig 2019-05-09 17:49:52 +02:00 committed by Tim Wojtulewicz
parent f744d4c070
commit b2e6c9ac9a
146 changed files with 3967 additions and 613 deletions

View file

@ -188,7 +188,6 @@ void NetSessions::NextPacket(double t, const Packet* pkt)
return;
}
if ( dump_this_packet && ! zeek::detail::record_all_packets )
DumpPacket(pkt);
}