mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Revert DNS query 255 from ANY to *
This commit is contained in:
parent
c335988b0c
commit
cf99ecf8b2
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ export {
|
|||
[252] = "AXFR",
|
||||
[253] = "MAILB",
|
||||
[254] = "MAILA",
|
||||
[255] = "ANY",
|
||||
[255] = "*",
|
||||
[256] = "URI",
|
||||
[257] = "CAA",
|
||||
[32768] = "TA",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue