mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
add channel_id tls extension number.
This number is not IANA defined, but we see it being actively used.
This commit is contained in:
parent
4b63b30901
commit
adfe3a0754
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ export {
|
||||||
[13172] = "next_protocol_negotiation",
|
[13172] = "next_protocol_negotiation",
|
||||||
[13175] = "origin_bound_certificates",
|
[13175] = "origin_bound_certificates",
|
||||||
[13180] = "encrypted_client_certificates",
|
[13180] = "encrypted_client_certificates",
|
||||||
|
[30031] = "channel_id",
|
||||||
[65281] = "renegotiation_info"
|
[65281] = "renegotiation_info"
|
||||||
} &default=function(i: count):string { return fmt("unknown-%d", i); };
|
} &default=function(i: count):string { return fmt("unknown-%d", i); };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue