Tagged Questions
6
votes
4answers
3k 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:
...
0
votes
1answer
334 views
Using the ndisprot example driver (in the WDK) with C++
Hey all,
I have compiled succesfully the ndisprot example ndis driver that came with the Windows Driver Kit, but I don't know how to use it from C++ to send or receive packets. Could someone instruct ...
0
votes
1answer
238 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 originating from my ...