mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Support for additional DNS RR Type: LOC[29], SSHFP[44], NSEC3PARAM[51], custom BIND9 signaling[65534]
This commit is contained in:
parent
ee31673154
commit
a6a4b976ec
18 changed files with 490 additions and 8 deletions
|
@ -66,7 +66,10 @@ zeek::RecordType* dns_tsig_additional;
|
|||
zeek::RecordType* dns_rrsig_rr;
|
||||
zeek::RecordType* dns_dnskey_rr;
|
||||
zeek::RecordType* dns_nsec3_rr;
|
||||
zeek::RecordType* dns_nsec3param_rr;
|
||||
zeek::RecordType* dns_ds_rr;
|
||||
zeek::RecordType* dns_binds_rr;
|
||||
zeek::RecordType* dns_loc_rr;
|
||||
zeek::TableVal* dns_skip_auth;
|
||||
zeek::TableVal* dns_skip_addl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue