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

@ -0,0 +1,8 @@
# @TEST-EXEC: zeek -C -r $TRACES/dns-edns-ecs.pcap %INPUT > output
# @TEST-EXEC: btest-diff output
@load policy/protocols/dns/auth-addl
event dns_EDNS_ecs(c: connection, msg: dns_msg, opt: dns_edns_ecs) {
print opt;
}