mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
deprecation messages for unused base script functions
This commit is contained in:
parent
a120bcd7d7
commit
07cf5cb089
9 changed files with 17 additions and 16 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 &deprecated
|
||||
function software_endpoint_name(id: conn_id, host: addr): string &deprecated="Remove in v6.1. Usage testing indicates this function is unused."
|
||||
{
|
||||
return fmt("%s %s", host, (host == id$orig_h ? "client" : "server"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue