google / gopacket

Provides packet processing capabilities for Go
BSD 3-Clause "New" or "Revised" License
6.27k stars 1.12k forks source link

EDNS0? #184

Open rleighton opened 8 years ago

rleighton commented 8 years ago

Is EDNS0 parsing planned to be added to the dns layer in the near future?

Thx

Russ

lhausermann commented 8 years ago

Hi Russ

I am the original comitter of the DNS layer. I do not have much time to add this by now, but I'll be happy to review your pull request if you decide to add this. I can also answer your questions to debunk your way to this.

Laurent

rleighton commented 8 years ago

Sounds good. I'll likely do a patch.

Thx!

On Thursday, April 14, 2016, Laurent Hausermann notifications@github.com wrote:

Hi Russ

I am the original comitter of the DNS layer. I do not have much time to add this by now, but I'll be happy to review your pull request if you decide to add this. I can also answer your questions to debunk your way to this.

Laurent

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/google/gopacket/issues/184#issuecomment-209871723

jimmystewpot commented 8 years ago

@lhausermann @rleighton I am currently working on some DNS decoding projects. I am interested to know if there has been any progress on EDNS support or should I work to take this one.

I am also interested to know if you have looked at TCP DNS.