mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Merge remote-tracking branch 'origin/fastpath'
* origin/fastpath: Binary packaging script tweaks. More default "weird" tuning for the "SYN_with_data" notice. Tiny bugfix for http file extraction along with test.
This commit is contained in:
commit
fa76330afb
11 changed files with 340 additions and 16 deletions
|
@ -33,7 +33,8 @@ export {
|
|||
event http_entity_data(c: connection, is_orig: bool, length: count, data: string) &priority=5
|
||||
{
|
||||
# Client body extraction is not currently supported in this script.
|
||||
if ( is_orig || ! c$http$first_chunk ) return;
|
||||
if ( is_orig )
|
||||
return;
|
||||
|
||||
if ( c$http$first_chunk )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue