Click to See Complete Forum and Search --> : How can I make a sniffer under Windows 2000?


had
January 23rd, 2004, 03:27 AM
I need a simple example. thanks.

j0nas
January 23rd, 2004, 09:18 AM
You can use a free C library called winpcap. Search on www.google.com on winpcap to findout more info.

I think the windump sniffer is built upon the winpcap library, so search on google for the windump source code as well.

Hope it helps,
Jonas

Andreas Masur
January 23rd, 2004, 11:15 AM
In addition you might take a look at the folowing article (http://www.codeguru.com/network/ipmon.html)...