vote up 0 vote down star

I am trying to port a packet sniffer from Linux to windows and am having trouble finding an appropriate API to the Ethernet device on Windows. I don't want to use WinPcap because I don't want to have to install WinPcap on the target machines. Is there an alternative which I can use which still provides a relatively easy interface. If it's free that would be great.

Regards

flag

50% accept rate

1 Answer

vote up 1 vote down

To grab packets on Windows you always have to install some layer (WinPCap) into HW drivers, there is no other way to make it working.

link|flag
I know of at least one Packet Sniffer SDKs on the market that you can buy which don't seem to require WinPCAP (see www.microolap.com). I'm sure that this might install something into the HW drivers, which is fine. The key point is that it provides a functional API compiled into my binary. – Howard May Mar 16 at 10:37

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.