-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Packetbeat: add support for EDNS/DNSSEC
* Add EDNS OPT meta-RR information in `dns.opt` field * Document EDNS fields * Do some EDNS checks (UDP packet size, OPT RR present in request and response) * Update vendor miekg/dns (EDNS fix) * Add DNSSEC RRs * Add new tests: begin `names_test.go` for RRs specific tests * Refactor rrToMapStr/rrToString to use only one switch case * Instantiate a logp.MakeDebug and use it throughout the dns package
- Loading branch information
Showing
44 changed files
with
1,253 additions
and
339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.