mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Missing commas...
This commit is contained in:
parent
6399a96ea5
commit
c335988b0c
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ export {
|
|||
[252] = "AXFR",
|
||||
[253] = "MAILB",
|
||||
[254] = "MAILA",
|
||||
[255] = "ANY"
|
||||
[256] = "URI"
|
||||
[255] = "ANY",
|
||||
[256] = "URI",
|
||||
[257] = "CAA",
|
||||
[32768] = "TA",
|
||||
[32769] = "DLV",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue