zeek/scripts/base/frameworks
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
..
analyzer Remove BackDoor analyzer 2019-06-27 18:25:43 -07:00
broker Switch default CAF scheduler policy to work sharing 2019-06-28 16:34:33 -07:00
cluster GH-387: update Broker topic names to use "zeek/" prefix 2019-05-29 15:56:37 -07:00
config Remove unnecessary &optional from a Config::set_value() parameter 2019-10-15 17:46:05 -07:00
control More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
dpd Add DPD::max_violations option 2019-07-19 13:00:02 -07:00
files Add Windows Minidump file signature 2019-06-28 14:43:38 +03:00
input More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
intel Merge branch 'export_intel_events' of https://github.com/mauropalumbo75/zeek 2019-08-09 09:36:19 -07:00
logging Merge remote-tracking branch 'origin/topic/timw/360-log-gzip' 2019-08-13 13:49:45 -07:00
netcontrol Deprecate functions with "bro" in them. 2019-06-05 16:18:57 -07:00
notice GH-545: add "addl" parameter to flow_weird and net_weird events 2019-08-20 22:45:22 -04:00
openflow Add proper JSON serialization via C++, deprecate json.zeek 2019-07-02 12:52:26 -07:00
packet-filter More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
reporter More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
signatures More bro-to-zeek renaming in scripts and other files 2019-05-16 02:36:41 -05:00
software GH-234: rename Broxygen to Zeexygen along with roles/directives 2019-04-22 19:45:50 -07:00
sumstats Deprecate functions with "bro" in them. 2019-06-05 16:18:57 -07:00
tunnels GH-646: add new "successful_connection_remove" event 2019-11-11 19:52:59 -08:00