Implement EDNS Client Subnet Option

This commit is contained in:
Ron Wellman 2020-06-19 22:04:41 -04:00 committed by ronwellman
parent e891c310fb
commit e7146c2a6b
11 changed files with 177 additions and 9 deletions

View file

@ -107,6 +107,7 @@ zeek::RecordType* dns_msg;
zeek::RecordType* dns_answer;
zeek::RecordType* dns_soa;
zeek::RecordType* dns_edns_additional;
zeek::RecordType* dns_edns_ecs;
zeek::RecordType* dns_tsig_additional;
zeek::RecordType* dns_rrsig_rr;
zeek::RecordType* dns_dnskey_rr;