mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Change routing0_data_to_addrs BIF to return vector of addresses.
Because the order of addresses in type 0 routing headers is interesting/important.
This commit is contained in:
parent
d889f14638
commit
0ceca706f6
3 changed files with 14 additions and 13 deletions
|
@ -46,6 +46,13 @@ type index_vec: vector of count;
|
|||
## then remove this alias.
|
||||
type string_vec: vector of string;
|
||||
|
||||
## A vector of addresses.
|
||||
##
|
||||
## .. todo:: We need this type definition only for declaring builtin functions via
|
||||
## ``bifcl``. We should extend ``bifcl`` to understand composite types directly and
|
||||
## then remove this alias.
|
||||
type addr_vec: vector of addr;
|
||||
|
||||
## A table of strings indexed by strings.
|
||||
##
|
||||
## .. todo:: We need this type definition only for declaring builtin functions via
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue