decompiling a DNS packet

Posted by rgksugan on Stack Overflow See other posts from Stack Overflow or by rgksugan
Published on 2010-04-27T06:49:08Z Indexed on 2010/04/27 6:53 UTC
Read the original article Hit count: 415

Filed under:

I am trying to catch DNS packets which are sent from my system using Jpcap API. I have got an dns packet. I want to retrieve the ip address for which the DNS lookup is made.

How can i get that?

© Stack Overflow or respective owner

Related posts about jpcap