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:
...
5
votes
1answer
765 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 connected or disconnected on ...
2
votes
1answer
2k 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, which is written in ...
1
vote
1answer
147 views
Raw ethernet broadcasting
I downloaded WinDDK and am using ndisprot 5x to broadcast raw ethernet packets from my user app, specifying destination MAC all 0xff's, on large and repetitive data sets it doesn't seem to be very ...
1
vote
1answer
1k views
Transparent Proxy for Windows XP
I have an experimental TCP/IP stack running under Windows XP. This stack bypasses the Windows TCP/IP stack using a LSP and a NDIS IM. I now have a requirement to provide a proxy service for this to ...
0
votes
0answers
19 views
WMM with windows 7
I am developing a 802.11 NDIS 6 miniport driver. My hardware has four tx queue for different type of packet - BE, BK, VI, VO. So to implement that from the SendNetBufferList function I have determined ...
0
votes
0answers
279 views
DummyNet error NDIS drivers install on Windows 7 x64
I've download the current version of DummyNet and according to readme I'm following these steps:
Windows: INSTALL THE NDIS DRIVER
open the configuration panel for the network card in use
...
0
votes
1answer
100 views
Implementing a personal firewall for Windows, how can I determine what application does a packet belong to?
I am going to build a sort of personal firewall for Windows. I've found some articles on this subject on the Net, including some questions here on StackOverflow. But all they mean to control ...