mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Merge EDNS ECS option parsing security/bug fixes
This commit is contained in:
commit
206c674cc9
7 changed files with 104 additions and 5 deletions
|
@ -1,6 +1,12 @@
|
|||
# Test-case for valid message format:
|
||||
# @TEST-EXEC: zeek -b -C -r $TRACES/dns-edns-ecs.pcap %INPUT > output
|
||||
# @TEST-EXEC: btest-diff output
|
||||
|
||||
# Test-case for malformed messages:
|
||||
# @TEST-EXEC: zeek -b -C -r $TRACES/dns-edns-ecs-bad.pcap %INPUT
|
||||
# @TEST-EXEC: zeek -b -C -r $TRACES/dns-edns-ecs-weirds.pcap %INPUT base/frameworks/notice/weird
|
||||
# @TEST-EXEC: btest-diff weird.log
|
||||
|
||||
@load policy/protocols/dns/auth-addl
|
||||
|
||||
event dns_EDNS_ecs(c: connection, msg: dns_msg, opt: dns_edns_ecs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue