zeek/scripts/base
Tim Wojtulewicz be42608b51 Remove concept of multiple timer managers
- All timers are now handled by a single global timer manager, which simplifies how they handled by the IOSource manager.
- This change flows down a number of changes to other parts of the code. The timer manager tag field is removed, which means that matching connections to a timer manager is also removed. This removes the ability to tag a connection as internal or external, since that's how the connections where differentiated. This in turn removes the `current_conns_extern` field from the `ConnStats` record type in the script layer.
2020-01-31 10:13:09 -07:00
..
files GH-379: move catch-and-release and unified2 scripts to policy/ 2019-06-05 13:33:45 -07:00
frameworks Merge remote-tracking branch 'origin/topic/robin/631-deprecation-v2' 2020-01-30 19:19:56 -08:00
misc GH-545: add "addl" parameter to flow_weird and net_weird events 2019-08-20 22:45:22 -04:00
protocols Fix warning when reading files from non-network sources 2020-01-14 10:53:02 -05:00
utils Remove APIs that were explicitly deprecated to be removed in 3.1. 2020-01-29 12:08:09 +00:00
init-bare.zeek Remove concept of multiple timer managers 2020-01-31 10:13:09 -07:00
init-default.zeek MQTT Analyzer heavily updated and ported from the analyzer originally by Supriya Kumar 2019-07-29 13:45:10 -04:00
init-frameworks-and-bifs.zeek Add Supervisor BIF/event API skeleton 2019-10-15 12:59:45 -07:00