mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'klemensya/svcparams'
* klemensya/svcparams: Parse SVCB/HTTPS SvcParams list
This commit is contained in:
commit
7142b9efde
11 changed files with 258 additions and 33 deletions
10
testing/btest/scripts/base/protocols/dns/ech.zeek
Normal file
10
testing/btest/scripts/base/protocols/dns/ech.zeek
Normal file
|
@ -0,0 +1,10 @@
|
|||
# @TEST-EXEC: zeek -r $TRACES/dns/ech.pcap %INPUT > output
|
||||
# @TEST-EXEC: btest-diff output
|
||||
|
||||
@load policy/protocols/dns/auth-addl
|
||||
|
||||
event dns_HTTPS(c: connection, msg: dns_msg, ans: dns_answer, https: dns_svcb_rr)
|
||||
{
|
||||
for (_, param in https$svc_params)
|
||||
print param;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue