mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
ftp: Limit pending commands to FTP::max_pending_commands (default 20)
This commit is contained in:
parent
d2689379bc
commit
c132d140ae
9 changed files with 91 additions and 1 deletions
|
@ -136,6 +136,7 @@ export {
|
|||
["FIN_advanced_last_seq"] = ACTION_LOG,
|
||||
["FIN_after_reset"] = ACTION_IGNORE,
|
||||
["FIN_storm"] = ACTION_NOTICE_PER_ORIG,
|
||||
["FTP_too_many_pending_commands"] = ACTION_LOG_PER_CONN,
|
||||
["HTTP_bad_chunk_size"] = ACTION_LOG,
|
||||
["HTTP_chunked_transfer_for_multipart_message"] = ACTION_LOG,
|
||||
["HTTP_overlapping_messages"] = ACTION_LOG,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue