mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Update docs and tests for bro_(init|done) -> zeek_(init|done)
This commit is contained in:
parent
8cefb9be42
commit
5db766bd88
508 changed files with 532 additions and 2016 deletions
|
@ -12,9 +12,9 @@ event connection_established(c: connection)
|
|||
print generate_extraction_filename("", c, "");
|
||||
}
|
||||
|
||||
event bro_init()
|
||||
event zeek_init()
|
||||
{
|
||||
print extract_filename_from_content_disposition("attachment; filename=Economy");
|
||||
print extract_filename_from_content_disposition("attachment; name=\"US-$ rates\"");
|
||||
print extract_filename_from_content_disposition("attachment; filename*=iso-8859-1'en'%A3%20rates");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue