ProtocolReceive + ADSL MODEM

In Windows xp :

---- Conneted with ADSL MODEM

---- Inside Protocol Driver, with LowerRange : “Ndis5”

  • ProtocolBindAdapter is called from " Ethenet PCI Realtek …"

  • However, Does ProtocolReceive is somehow called from “ADSL MODEM” ? (
    where is the "true " trafic )


In sample uiotest appliqued to a modified sample ndisuoi ( replacing in
definition of IOCTL_NDISUIO_BIND_WAIT , FILE_READ_ACCESS|FILE_WRITE_ACCESS
by FILE_ANY_ACCESS ) :

The command : uiotest -r \DEVICE{guid of “Ethenet
PCI Realtek…”} block (stop) in function DoReadProc :

ther’is no something to read ?

Even so ther’is a trafic , pc is connected to internet and ther’is browser
download …

I’m not understand what wrong ?

Thank you for response.