bro init () method
rahul rakesh <[email protected]>
| Newsgroups | gmane.comp.security.detection.bro |
|---|---|
| Message-ID | <CADJmW1kHVrZcJ+WPf=zu5TbRjcNjxd7ULpYk2ip1nG6woT06xA@mail.gmail.com> |
Hi all,
I have written simple below script in testaddedsig.bro file
*CODE:*
module Test;
event bro_init() &priority=5
{
print "testaddedsig : bro init method";
}
And also this file declared in local.bro ,like this.
@load testaddedsig.
My doubt is , where this print stmt is printed.
If is not printing ,then what is the problem.how to reslove it.
with regards
ravi
_______________________________________________
Zeek mailing list
[email protected]
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/zeek