mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +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",
|
[252] = "AXFR",
|
||||||
[253] = "MAILB",
|
[253] = "MAILB",
|
||||||
[254] = "MAILA",
|
[254] = "MAILA",
|
||||||
[255] = "ANY",
|
[255] = "*",
|
||||||
[256] = "URI",
|
[256] = "URI",
|
||||||
[257] = "CAA",
|
[257] = "CAA",
|
||||||
[32768] = "TA",
|
[32768] = "TA",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue