mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Restoring former default weird behavior for unsolicited_SYN_response.
This commit is contained in:
parent
f0b32b21ee
commit
0cdcf490d6
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ export {
|
|||
};
|
||||
|
||||
const actions: table[string] of Action = {
|
||||
["unsolicited_SYN_response"] = ACTION_IGNORE,
|
||||
["above_hole_data_without_any_acks"] = ACTION_LOG,
|
||||
["active_connection_reuse"] = ACTION_LOG,
|
||||
["bad_HTTP_reply"] = ACTION_LOG,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue