Hi,

I'm totally new to NDIS and drivers in general.
I need to create my own NDIS protocol driver. To begin with it can have the
exact same functionality as ndisuio, so here is what I've done:
(1) Copied ndisuio source tree and renamed it
(2) In the sources I renamed protName, NT_DEVICE_NAME and DOS_DEVICE_NAME
(3) Chose a different name for the target sys file
(4) Built the driver - it build successfully

I also copied ndisuio.inf file, made some renaming in there, but
unfortunately the driver doesn't install. I believe the problem is in the INF
file but I don't know how to fix it.
Is there any reference/sample that explains exactly how to create the inf
file?

Regards,
Osnat

RE: Renaming ndisuio by pavel_a

pavel_a
Mon Mar 13 03:36:27 CST 2006

"OL" wrote:
> I'm totally new to NDIS and drivers in general.
> I need to create my own NDIS protocol driver.

That's too bad :-(

> To begin with it can have the
> exact same functionality as ndisuio, so here is what I've done:
> (1) Copied ndisuio source tree and renamed it

The ndisuio sample driver is obsolete.
You need to get the latest win2003sp1 DDK in your MSDN subscription or here:
http://www.microsoft.com/whdc/driver/wdf/KMDF_pkg.mspx
and find sample "ndisprot" (what formerly was ndisuio).

Then try to follow these instructions:
http://ndis.com/faq/QA02110401.htm

Enough fun for the holidays... :)

--PA