mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
DNS: Implement NAPTR RR support
My phone is sending NAPTR queries and we reported an unknown RR type 35 in weird.log for the response, so figured I'd just add it.
This commit is contained in:
parent
25b5cabab7
commit
4f1fc296b6
11 changed files with 121 additions and 0 deletions
3
NEWS
3
NEWS
|
@ -114,6 +114,9 @@ New Functionality
|
|||
|
||||
redef Intel::manage_seen_event_groups = F;
|
||||
|
||||
- The DNS analyzer was extended to support NAPTR RRs (RFC 2915, RFC 3403).
|
||||
A corresponding ``dns_NAPTR_reply`` event was added.
|
||||
|
||||
Changed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue