mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
parent
ffffd88bef
commit
14949941ce
33 changed files with 722 additions and 2 deletions
|
@ -362,6 +362,13 @@ module FTP;
|
|||
## raise a FTP_max_command_length_exceeded weird and are discarded.
|
||||
const max_command_length = 100 &redef;
|
||||
|
||||
module SMTP;
|
||||
|
||||
## The maximum line length within a BDAT chunk before a forceful linebreak
|
||||
## is introduced and a weird is raised. Conventionally, MIME messages
|
||||
## have a maximum line length of 1000 octest when properly encoded.
|
||||
const bdat_max_line_length = 4096 &redef;
|
||||
|
||||
module GLOBAL;
|
||||
|
||||
## Statistics about what a TCP endpoint sent.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue