mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
add EDNS cookie parsing
This commit is contained in:
parent
c5b4311a82
commit
74efbd0abc
8 changed files with 95 additions and 2 deletions
|
@ -110,6 +110,7 @@ export {
|
|||
[20] = "BADNAME", # Duplicate key name
|
||||
[21] = "BADALG", # Algorithm not supported
|
||||
[22] = "BADTRUNC", # draft-ietf-dnsext-tsig-sha-05.txt
|
||||
[23] = "BADCOOKIE", # Bad EDNS cookie value
|
||||
[3842] = "BADSIG", # 16 <= number collision with EDNS(16);
|
||||
# this is a translation from TSIG(16)
|
||||
} &default = function(n: count): string { return fmt("rcode-%d", n); };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue