mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
More bro-to-zeek renaming in scripts and other files
This commit is contained in:
parent
3f9e7138bd
commit
be182aac83
81 changed files with 211 additions and 211 deletions
|
@ -78,7 +78,7 @@ function request2curl(r: Request, bodyfile: string, headersfile: string): string
|
|||
|
||||
function request(req: Request): ActiveHTTP::Response
|
||||
{
|
||||
local tmpfile = "/tmp/bro-activehttp-" + unique_id("");
|
||||
local tmpfile = "/tmp/zeek-activehttp-" + unique_id("");
|
||||
local bodyfile = fmt("%s_body", tmpfile);
|
||||
local headersfile = fmt("%s_headers", tmpfile);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue