Updated the app-metrics script to the new metrics api.

- Inconsequential change to scan.bro.
This commit is contained in:
Seth Hall 2012-11-16 03:05:43 -05:00
parent e99e090b85
commit 257b460b18
2 changed files with 14 additions and 23 deletions

View file

@ -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) )
{