dpkt icon indicating copy to clipboard operation
dpkt copied to clipboard

Common DNS RR types missing (patch included)

Open kbandla opened this issue 9 years ago • 3 comments

From [email protected] on January 15, 2014 18:27:43

There are a few DNS RR types that do not have defined constants in dns.py. The included patch adds the missing types.

Attachment: dns_rr.patch

Original issue: http://code.google.com/p/dpkt/issues/detail?id=121

kbandla avatar Jun 04 '15 03:06 kbandla

The suggested patch just adds constants (I've verified that all of them are correct, https://en.wikipedia.org/wiki/List_of_DNS_record_types and some RFCs), but it doesn't incorporate support for these added record types into dns.RR.pack_rdata() and dns.RR.unpack_rdata()

obormot avatar Jun 09 '15 03:06 obormot

I can no longer get to the patch.. can @obormot or @kbandla find/resurrect it somehow? I'm poking around the DNS decoder anyway.. so might as well add this

brifordwylie avatar Aug 17 '16 02:08 brifordwylie

damn! we might have lost all attachments from code.google! cant find anything in cache either. 😭

kbandla avatar Aug 17 '16 02:08 kbandla