Questions tagged [ndis]

NDIS is a programming framework for low-level network drivers on Microsoft Windows

Network Driver Interface Specification (NDIS) is a driver development framework on Microsoft Windows. NDIS supports several types of drivers:

  • Network Interface Card (NIC) drivers
  • Layer 2 filter drivers
  • Layer 3 protocol drivers (like IPv6)
  • NIC aggregation drivers (like LBFO, or virtual switches)

Learn more about NDIS on MSDN.

228 questions
-1
votes
1 answer

Windows 7 NDIS packet capture

I really want to capture the packet on Windows 7 but i'm beginner of windows programming so I have no idea, how can I solve the problem. I know I can capture the packet by using DNIS but my computer is windows7 but on the webpage there are only…
Leo.L
  • 1
-1
votes
1 answer

NDIS driver - how?

I have read nearly all of the material on Microsoft's MSDN site, used Google (for the limited information that is out there) and also looked at the answers on here but I'm still confused on how to develop a NDIS driver. My aim is to create a ndis…
WhyYO
  • 41
  • 7
-1
votes
1 answer

Idle network filter driver performance on windows

I have come across a strange issue regarding network driver filters on Windows. It seems that merely installing a network driver filter will cause a degradation in performance. I am testing different scenarios of 1 Gigabit bandwidth connections and…
Ori Gil
  • 161
  • 2
  • 7
1 2 3
15
16