mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Merge remote-tracking branch 'origin/fastpath'
* origin/fastpath: Add two more TLS extension values that we see in live traffic. Fixed IPv6 link local unicast CIDR and added IPv6 loopback to private address space. Fixed a problem where cluster workers were still processing notices in some cases. Added Carrier Grade NAT CIDR and link local IPv6 to "private_address_space"
This commit is contained in:
commit
232b7688b2
8 changed files with 56 additions and 26 deletions
|
@ -81,6 +81,8 @@ export {
|
|||
[35] = "SessionTicket TLS",
|
||||
[40] = "extended_random",
|
||||
[13172] = "next_protocol_negotiation",
|
||||
[13175] = "origin_bound_certificates",
|
||||
[13180] = "encrypted_client_certificates",
|
||||
[65281] = "renegotiation_info"
|
||||
} &default=function(i: count):string { return fmt("unknown-%d", i); };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue