mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Merge branch 'fatemabw/bro' of https://github.com/fatemabw/bro into dev/2.7
* 'fatemabw/bro' of https://github.com/fatemabw/bro: DNSSEC support in Bro I made several changes: - renamed event/record types - reformatted the info added to dns.log - removed the "addl" scripts that added extended dnssec info to dns.log - simplifications/improvements to the internal parsing logic
This commit is contained in:
commit
71ef5c8428
37 changed files with 1109 additions and 27 deletions
|
@ -118,6 +118,10 @@ extern RecordType* dns_answer;
|
|||
extern RecordType* dns_soa;
|
||||
extern RecordType* dns_edns_additional;
|
||||
extern RecordType* dns_tsig_additional;
|
||||
extern RecordType* dns_rrsig_rr;
|
||||
extern RecordType* dns_dnskey_rr;
|
||||
extern RecordType* dns_nsec3_rr;
|
||||
extern RecordType* dns_ds_rr;
|
||||
extern TableVal* dns_skip_auth;
|
||||
extern TableVal* dns_skip_addl;
|
||||
extern int dns_skip_all_auth;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue