zeek/scripts/policy
Jon Siwek 05cf511f18 GH-1119: add base/protcols/conn/removal-hooks.zeek
This adds two new functions: `Conn::register_removal_hook()` and
`Conn::unregister_removal_hook()` for registering a hook function to be
called back during `connection_state_remove`.  The benefit of using hook
callback approach is better scalability: the overhead of unrelated
protocols having to dispatch no-op `connection_state_remove` handlers is
avoided.
2020-09-11 12:12:10 -07:00
..
files Use consistent zeek_init priority for Log::create_stream calls 2020-01-22 13:58:20 -08:00
frameworks GH-1119: add base/protcols/conn/removal-hooks.zeek 2020-09-11 12:12:10 -07:00
integration Merge branch 'master' of https://github.com/sfinlon/zeek 2019-07-03 01:58:04 -07:00
misc GH-1019: deprecate icmp_conn params for ICMP events 2020-07-10 11:06:28 -07:00
protocols GH-1119: add base/protcols/conn/removal-hooks.zeek 2020-09-11 12:12:10 -07:00
tuning Merge remote-tracking branch 'origin/topic/seth/zeek_init' 2019-04-19 11:24:29 -07:00