0
votes
1answer
88 views
Catch network adapter up/down and address changed event (Windows, C#)
Hi there
I am searching for a method to be notified when any windows network interfaces go up or down or the addresses of any network interfaces are changed.
I would prefer solu …
0
votes
4answers
426 views
Winpcap - Having troubles sending data
I'm using Tamir's SharpPCap to try to send data to my msn.
Currently, for testing purposes, my idea is to wait for any msg received by mymsn@msn.com and then send the packet itse …
0
votes
1answer
243 views
Winpcap simple question - how to send packets to a specified ip/port?
I read the tutorials and so, but I am not getting it. It does let you send packets, but how can you tell Winpcap where to send those packets? Is there any header I should put on th …
3
votes
3answers
614 views
How to send a WOL package(or anything at all) through a nic which has no IP address?
I'm trying to send a WOL package on all interfaces in order to wake up the gateway(which is the DHCP server, so the machine won't have an IP yet).
And it seems that I can only bin …
0
votes
1answer
35 views
PCAP Alternatives
Are there any alternatives to PCAP DLL for capturing packets, that are not drivers?
1
vote
1answer
187 views
Can WinPcap be used to capture network traffic per process?
On Windows I am loading a DLL and running it. The DLL performs a lot of network activities. Now I need to monitor which url and hosts the DLL connects to. I think using a packet sn …
1
vote
8answers
763 views
TCP: How are the seq / ack numbers generated?
Greetings and salutations!
I am currently working on a program which sniffs TCP packets being sent and received to and from a particular address. What I am trying to accomplish is …
3
votes
7answers
820 views
How do I hook the TCP stack in Windows to sniff and modify packets?
I'd like to write a packet sniffer and editor for Windows. I want to able to see the contents of all packets entering and leaving my system and possibly modify them. Any language …
1
vote
3answers
548 views
Could anyone suggest a good packet sniffer class for c++?
Could anyone suggest a good packet sniffer class for c++? Looking for a easy insertable class I can use in my c++ program, nothing complicated.
1
vote
1answer
97 views
Which .NET library / wrapper do you recommend for sniffing packets ?
As far as I understand all sniffing libraries in .NET just a wrapper around WinpCap, which is OK. If you know any other better option please write as answer.
Have you used any of …
1
vote
4answers
265 views
Is there any way in .NET to programmatically listen to HTTP traffic?
I'm using browser automation for testing web sites but I need to verify HTTP requests from the browser (i.e., images, external scripts, XmlHttpRequest objects). Is there a way to p …
