Problem with NDIS transport driver

From: Marcin Jemiol (dzemiol_at_poczta.onet.pl)
Date: 08/18/04


Date: Wed, 18 Aug 2004 15:22:36 +0200

Hi,
 I have miniport driver which is using NdisMIndicateStatus function to send
some "events" (my own status values) via transport driver into application.
Everything works as long as I don't bridge my connection with any other
network interface using standard Win XP bridge. When my interface is bridged
then transport driver is no longer receving status indications from my
miniport driver. Are they filtered by the bridge driver? Is there a solution
to that or I have to to change the whole mechanism of sending events up from
miniport driver?

Thanks for help
Marcin



Relevant Pages

  • Problem with NDIS transport driver
    ... I have miniport driver which is using NdisMIndicateStatus function to send ... some "events" via transport driver into application. ... Everything works as long as I don't bridge my connection with any other ... network interface using standard Win XP bridge. ...
    (microsoft.public.windowsxp.device_driver.dev)
  • Re: how to config network bridge
    ... That mean that it is a miniport driver. ... OIDs (IOCTL in user mode). ... I read the article you gave, the bridge does sounds like a software. ... I need write code to config network bridge, ...
    (microsoft.public.win32.programmer.networks)