mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
annotate orphan base script components with &deprecated
This commit is contained in:
parent
9b8ac44169
commit
6dc711c39e
8 changed files with 13 additions and 13 deletions
|
@ -454,7 +454,7 @@ function cmp_versions(v1: Version, v2: Version): int
|
|||
return 0;
|
||||
}
|
||||
|
||||
function software_endpoint_name(id: conn_id, host: addr): string
|
||||
function software_endpoint_name(id: conn_id, host: addr): string &deprecated
|
||||
{
|
||||
return fmt("%s %s", host, (host == id$orig_h ? "client" : "server"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue