mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
add EDNS cookie parsing
This commit is contained in:
parent
c5b4311a82
commit
74efbd0abc
8 changed files with 95 additions and 2 deletions
|
@ -3708,6 +3708,14 @@ type dns_edns_tcp_keepalive: record {
|
|||
keepalive_timeout: count; ##< Timeout value, in 100ms
|
||||
};
|
||||
|
||||
## An DNS EDNS COOKIE (COOKIE) record.
|
||||
##
|
||||
## .. zeek:see:: dns_EDNS_tcp_keepalive
|
||||
type dns_edns_cookie: record {
|
||||
client_cookie: string; ##< Cookie from the client (fixed 8 bytes)
|
||||
server_cookie: string &default=""; ##< Cookie from the server (8 to 32 bytes)
|
||||
};
|
||||
|
||||
## An additional DNS TSIG record.
|
||||
##
|
||||
## .. zeek:see:: dns_TSIG_addl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue