[C#.NET] Packet Sniffing - how to? - or at least I think thats what it is...

Soldato
Joined
12 Jun 2005
Posts
5,361
Hi there,

Basically, essentially I want my program to capture packets received by a network connection (which is already established by windows).

Anyway - I was wondering if anyone had a good tutorial for how i can do this? I don't particularly want to learn this from the top down because I am pretty sure that would mean I would have to learn about how Windows networking works, I just want to get the packets received by a network connection on my pc (bluetooth connection to be specific) and analyse them in my program.

Thanks.
 
Back
Top Bottom