mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
GH-535: fix typo of "C_HESIOD" in DNS::classes
Fixes GH-535
This commit is contained in:
parent
18e4976c6c
commit
31d30bb47e
5 changed files with 13 additions and 3 deletions
|
@ -126,7 +126,7 @@ export {
|
|||
[1] = "C_INTERNET",
|
||||
[2] = "C_CSNET",
|
||||
[3] = "C_CHAOS",
|
||||
[4] = "C_HESOD",
|
||||
[4] = "C_HESIOD",
|
||||
[254] = "C_NONE",
|
||||
[255] = "C_ANY",
|
||||
} &default = function(n: count): string { return fmt("qclass-%d", n); };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue