mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
No description
![]() * topic/jsiwek/template-containers-merge: Fix a potential usage of List::remove_nth(-1) Change List::remote(const T&) to return a bool Fix debug build due to old int_list usage within assert Convert uses of loop_over_list to ranged-for loops Remove loop_over_queue (as an example for later removing loop_over_list) Change int_list in CCL.h to be a vector, fix uses of int_list to match Remove List<> usage from strings.bif Replace uses of the old Queue/PQueue generation code with new template versions Convert BaseQueue/Queue/PQueue into templates, including iterator support Replace uses of the old Dict generation code with new template versions Convert PDict into template Replace uses of the old List generation code with new template versions Convert BaseList/List/PList into templates, including iterator support * Generally squashed fixups from topic/timw/template-containers * Add missing include file in List.h: <cassert> |
||
---|---|---|
aux | ||
cmake@58e4eebe3a | ||
doc@bcfe6ffc88 | ||
man | ||
scripts | ||
src | ||
testing | ||
.clang-tidy | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
.update-changes.cfg | ||
bro-path-dev.in | ||
CHANGES | ||
CMakeLists.txt | ||
configure | ||
COPYING | ||
INSTALL | ||
Makefile | ||
NEWS | ||
README | ||
README.rst | ||
VERSION | ||
zeek-config.h.in | ||
zeek-config.in | ||
zeek-path-dev.in | ||
zeek-wrapper.in |
============================= Zeek Network Security Monitor ============================= Zeek is a powerful framework for network analysis and security monitoring. (Zeek is the new name for the long-established Bro system. Note that parts of the system retain the "Bro" name, and it also often appears in the documentation and distributions.) Please see the INSTALL file for installation instructions and pointers for getting started. NEWS contains release notes for the current version, and CHANGES has the complete history of changes. Please see COPYING for licensing information. You can download source and binary releases on: https://www.zeek.org/download To get the current development version, clone our master git repository: git clone --recursive https://github.com/zeek/zeek For more documentation, research publications, and community contact information, please see the home page: https://www.zeek.org On behalf of the Zeek Development Team, Vern Paxson & Robin Sommer, International Computer Science Institute & Lawrence Berkeley National Laboratory vern@icir.org / robin@icir.org