mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
No description
![]() The contentline analyzer has two code paths that buffer data: * right at the top of DeliverStream * later in DoDeliverOnce However, contentline can be in plain delivery mode, and if so, the buffer resize in DeliverStream does not need to be done just because DeliverStream was passed an 8K data chunk. This was causing contentline to resize it's buffer to fit chunks of HTTP response data. Additionally, the buffer was sized to be 3/2 of the chunk, so an 8K chunk would result in a 12K allocation. |
||
---|---|---|
aux | ||
cmake@6135c1a663 | ||
doc@650a136dcc | ||
man | ||
scripts | ||
src | ||
testing | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
.update-changes.cfg | ||
bro-config.h.in | ||
bro-config.in | ||
bro-path-dev.in | ||
CHANGES | ||
CMakeLists.txt | ||
configure | ||
COPYING | ||
INSTALL | ||
Makefile | ||
NEWS | ||
README | ||
README.rst | ||
VERSION |
============================= 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