mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Implement EDNS Client Subnet Option
This commit is contained in:
parent
e891c310fb
commit
e7146c2a6b
11 changed files with 177 additions and 9 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue