mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
initial commit for SVCB/HTTPS records
This commit is contained in:
parent
4d48272adb
commit
8fce51bf83
9 changed files with 157 additions and 2 deletions
|
@ -172,4 +172,15 @@ export {
|
|||
[4] = "SHA384",
|
||||
} &default = function(n: count): string { return fmt("digest-%d", n); };
|
||||
|
||||
## SVCB/HTTPS SvcParam keys,
|
||||
## as defined in https://www.ietf.org/archive/id/draft-ietf-dnsop-svcb-https-07.txt, sec 14.3.2
|
||||
const svcparam_keys = {
|
||||
[0] = "mandatory",
|
||||
[1] = "alpn",
|
||||
[2] = "no-default-alpn",
|
||||
[3] = "port",
|
||||
[4] = "ipv4hint",
|
||||
[5] = "ech",
|
||||
[6] = "ipv6hint",
|
||||
} &default = function(n: count): string { return fmt("key%d", n); };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue