> Hi, > > > > Does anyone know a way to parse data from DNS requests / replies with Ryu? I > can't find a dns.py in the packet library?
you're right, there's no dns support in our packet library. you need to write code to parse the payload. contributions are welcome. :-) alternatively you can use other libraries like scapy to parse the packet in your application. YAMAMOTO Takashi > > > > Thanks in advance, > > > > Matt ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel