Tagged Questions

-5
votes
1answer
84 views

wince ndis crash

my application's name is SEWSI.exe. below I have provided the last logs that I get, before the system hangs. my platform is wince 6.0. I cant understand what exactly is resulting …
0
votes
0answers
27 views

NDIS Hooking for Blocking/Unblocking website on windows xp

Hello I am trying to block/unblock some of website on windows xp using NDIS Hooking.I am new for this NDIS Hooking on windows xp. so can you please tell whether is there any samp …
1
vote
1answer
70 views

Detecting ‘Network Cable Unplugged’ in the Compact Framework

I've been through all of the Stack Overflow answers search comes up with, and neither Google or Bing are showing me any love. I need to know when a network cable has been connecte …
1
vote
1answer
464 views

NDIS Intermediate driver interface to C#

I'm developing what is essentially a specialized firewall application. The solution needs to be 32 and 64-bit compatible. My company wants to keep the current program interface, …
6
votes
4answers
541 views

How to get hardware MAC address on Windows

I'm playing around with retrieving the MAC address from the NIC - there are a variety of ways to get it, this article covers the most common: http://www.codeguru.com/Cpp/I-N/netwo …
0
votes
3answers
841 views

Windows XP support for Remote NDIS

I'm looking at developing a device which will need to support Ethernet over USB (hosted in Linux, XP, and Vista). As I understand it, Vista and Linux support the industry standard …
0
votes
1answer
117 views

C/C++ Windows traffic blocker

I want to develop a bandwidth allocator to a network which will be behind my machine. Now, I've read about NDIS but I am not sure whether the network traffic that is neither orig …