zeek/scripts/policy
Jon Siwek 31f60853c9 GH-646: add new "successful_connection_remove" event
And switch Zeek's base scripts over to using it in place of
"connection_state_remove".  The difference between the two is
that "connection_state_remove" is raised for all events while
"successful_connection_remove" excludes TCP connections that were never
established (just SYN packets).  There can be performance benefits
to this change for some use-cases.

There's also a new event called ``connection_successful`` and a new
``connection`` record field named "successful" to help indicate this new
property of connections.
2019-11-11 19:52:59 -08:00
..
files GH-379: move catch-and-release and unified2 scripts to policy/ 2019-06-05 13:33:45 -07:00
frameworks GH-646: add new "successful_connection_remove" event 2019-11-11 19:52:59 -08:00
integration Merge branch 'master' of https://github.com/sfinlon/zeek 2019-07-03 01:58:04 -07:00
misc Remove deprecated open_log_file and log_file_name functions 2019-06-27 17:43:20 -07:00
protocols GH-646: add new "successful_connection_remove" event 2019-11-11 19:52:59 -08:00
tuning Merge remote-tracking branch 'origin/topic/seth/zeek_init' 2019-04-19 11:24:29 -07:00