mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'ronwellman/parse_ecs'
* ronwellman/parse_ecs: Avoid typecast to int& in EDNS parsing. Validate option_len in EDNS packets. Adjust for zeek namespace. Implement EDNS Client Subnet Option
This commit is contained in:
commit
3eab3e600e
14 changed files with 192 additions and 11 deletions
|
@ -527,6 +527,10 @@ event dns_SRV_reply(c: connection, msg: dns_msg, ans: dns_answer, target: string
|
|||
# {
|
||||
#
|
||||
# }
|
||||
# event dns_EDNS_ecs(c: connection, msg: dns_msg, opt: dns_edns_ecs)
|
||||
# {
|
||||
#
|
||||
# }
|
||||
#
|
||||
#event dns_TSIG_addl(c: connection, msg: dns_msg, ans: dns_tsig_additional)
|
||||
# {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue