tjfontaine / native-dns-packet

DNS parsing and writing in javascript
MIT License
58 stars 36 forks source link

Extend constants with missing codes, and opcodes. #28

Open stephank opened 8 years ago

stephank commented 8 years ago

This syncs up the list of consts with what's registered at IANA: http://www.iana.nl/assignments/dns-parameters/dns-parameters.xhtml

And also adds OPCODEs, which is useful for sending NOTIFY messages.