[erlang-questions] Is there any existing library code to parse a DNS response in binary form?

Jarrod Roberson jarrod@REDACTED
Mon Nov 16 06:05:07 CET 2009


On Sun, Nov 15, 2009 at 10:39 PM, Sean Cribbs <seancribbs@REDACTED> wrote:

> You might find Geoff Cant's enet project useful:
>
> http://github.com/archaelus/enet/
>
> It appears he has a decoder for DNS, ARP and a bunch of other protocols.
>
> Sean


thanks I found one that works perfect in the standard lib @
inet_dns:decode/1


More information about the erlang-questions mailing list