use tabs in init-bare.zeek

This commit is contained in:
FlyingWithJerome 2021-09-29 18:17:55 -04:00
parent d5a6896171
commit 33c7fd5fba

View file

@ -3885,9 +3885,9 @@ type dns_loc_rr: record {
}; };
type dns_svcb_rr: record { type dns_svcb_rr: record {
svc_priority: count; ##< Service priority. (AliasMode? ServiceMode?) svc_priority: count; ##< Service priority. (AliasMode? ServiceMode?)
target_name: string; ##< Target name, the hostname of the service endpoint. 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 svc_params: table[count] of vector of string; ##< service parameters as key-value pairs
}; };
# DNS answer types. # DNS answer types.