[Bro] Error when extracting URLs from email traffic

Justin Azoff JAzoff at albany.edu
Tue Jul 8 09:51:18 PDT 2014


On Tue, Jul 08, 2014 at 12:43:32PM -0400, Derek Banks wrote:
>                             print fmt(url);
> The error is:
> 1404827445.346519 error in ./extract_urls_in_email_v1.bro, line 38: too few
> arguments for format (fmt(url) and <redacted URL>
> 
> 
> Does anyone know what might be causing this error?

fmt() is like sprintf. you just want

    print url;


-- 
-- Justin Azoff



More information about the Bro mailing list