mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Add opcode/opcode_name to DNS log record
This commit is contained in:
parent
26ada4b897
commit
fa6eb6c928
31 changed files with 153 additions and 118 deletions
|
@ -100,6 +100,8 @@ connection {
|
|||
* answers: vector of string, log=T, optional=T
|
||||
* id: record conn_id, log=T, optional=F
|
||||
conn_id { ... }
|
||||
* opcode: count, log=T, optional=T
|
||||
* opcode_name: string, log=T, optional=T
|
||||
* proto: enum transport_proto, log=T, optional=F
|
||||
* qclass: count, log=T, optional=T
|
||||
* qclass_name: string, log=T, optional=T
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue