mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Renamed HTTP::build_url function to HTTP::build_url_http
- HTTP::build_url no longer prepends http:// to the url.
This commit is contained in:
parent
291920b013
commit
e17193ff3e
5 changed files with 11 additions and 6 deletions
|
@ -26,7 +26,7 @@ event signature_match(state: signature_state, msg: string, data: string) &priori
|
|||
|
||||
local c = state$conn;
|
||||
local si = Software::parse(msg, c$id$resp_h, WEB_APPLICATION);
|
||||
si$url = build_url(c$http);
|
||||
si$url = build_url_http(c$http);
|
||||
if ( c$id$resp_h in Software::tracked &&
|
||||
si$name in Software::tracked[c$id$resp_h] )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue