mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
remove check for empty services
This commit is contained in:
parent
b4ac0b54fe
commit
55013fa128
1 changed files with 0 additions and 4 deletions
|
@ -212,10 +212,6 @@ function known_services_done(c: connection)
|
|||
if ( ! addr_matches_host(id$resp_h, service_tracking) )
|
||||
return;
|
||||
|
||||
# don't log empty service
|
||||
if ( |c$service| == 0 )
|
||||
return;
|
||||
|
||||
if ( |c$service| == 1 )
|
||||
{
|
||||
if ( "ftp-data" in c$service )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue