scapy icon indicating copy to clipboard operation
scapy copied to clipboard

DNS - correct rr type `0` to be in line with RFC

Open wesinator opened this issue 8 months ago • 2 comments

Checklist:

  • [x] If you are new to Scapy: I have checked CONTRIBUTING.md (esp. section submitting-pull-requests)
  • [x] I squashed commits belonging together
  • [x] I added unit tests or explained why they are not relevant
  • [x] I executed the regression tests (using cd test && ./run_tests or tox)
  • [x] If the PR is still not finished, please create a Draft Pull Request

set DNS rr type 0 label to "RESERVED", per latest IANA + RFC https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4

see https://github.com/secdev/scapy/pull/4416#issuecomment-2166780436

wesinator avatar Jun 14 '24 16:06 wesinator