mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
One more very minor change I forgot to commit.
This commit is contained in:
parent
0fbe925dc5
commit
600d015dab
1 changed files with 2 additions and 2 deletions
|
@ -366,7 +366,7 @@ function software_fmt(i: Info): string
|
|||
|
||||
# Insert a mapping into the table
|
||||
# Overides old entries for the same software and generates events if needed.
|
||||
event software_register(id: conn_id, info: Info)
|
||||
event register(id: conn_id, info: Info)
|
||||
{
|
||||
# Host already known?
|
||||
if ( info$host !in tracked )
|
||||
|
@ -418,7 +418,7 @@ function found(id: conn_id, info: Info): bool
|
|||
info$version = sw$version;
|
||||
}
|
||||
|
||||
event software_register(id, info);
|
||||
event register(id, info);
|
||||
return T;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue