capturing dns packets using java
Posted
by rgksugan
on Stack Overflow
See other posts from Stack Overflow
or by rgksugan
Published on 2010-04-27T05:31:44Z
Indexed on
2010/04/27
5:33 UTC
Read the original article
Hit count: 391
networking
I want to log the websites visited in a system. So i decided to record the packets send by the system. I am using Jpcap API. I am able to record a lot of packets. Now what i want to do is i want to filter only DNS packets. I think that will be able to log the websites.
I want a way to filter the DNS packets. How can I do it?
© Stack Overflow or respective owner