mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add weird for unhandled opcodes in DNS analyzer
This commit is contained in:
parent
cd10bd3747
commit
269ca3189c
5 changed files with 39 additions and 1 deletions
|
@ -0,0 +1,6 @@
|
|||
# @TEST-DOC: Tests that a DNS dynamic update packet doesn't error but reports an unknown opcode weird
|
||||
# @TEST-EXEC: zeek -b -C -r $TRACES/dns/dynamic-update.pcap %INPUT
|
||||
# @TEST-EXEC: btest-diff weird.log
|
||||
|
||||
@load base/frameworks/notice/weird
|
||||
@load base/protocols/dns
|
Loading…
Add table
Add a link
Reference in a new issue