mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
Updated the app-metrics script to the new metrics api.
- Inconsequential change to scan.bro.
This commit is contained in:
parent
e99e090b85
commit
257b460b18
2 changed files with 14 additions and 23 deletions
|
@ -282,7 +282,6 @@ event connection_reset(c: connection)
|
|||
if ( is_failed_conn(c) )
|
||||
{
|
||||
is_scan = T;
|
||||
is_reverse_scan = F;
|
||||
}
|
||||
else if ( is_reverse_failed_conn(c) )
|
||||
{
|
||||
|
@ -305,7 +304,6 @@ event connection_pending(c: connection)
|
|||
if ( is_failed_conn(c) )
|
||||
{
|
||||
is_scan = T;
|
||||
is_reverse_scan = F;
|
||||
}
|
||||
else if ( is_reverse_failed_conn(c) )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue