mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
fix a few syntax errors
This commit is contained in:
parent
8fce51bf83
commit
0849332eb9
8 changed files with 53 additions and 11 deletions
|
@ -3888,7 +3888,7 @@ type dns_svcb_rr: record {
|
|||
svc_priority: count; ##< Service priority. (AliasMode? ServiceMode?)
|
||||
target_name: string; ##< Target name, the hostname of the service endpoint.
|
||||
svc_params: table[count] of vector of string; ##< service parameters as key-value pairs
|
||||
}
|
||||
};
|
||||
|
||||
# DNS answer types.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue