Where can I find FREE Windows 95/98 NDIS protocol driver samples?
PCAUSA’s SNTRANS Protocol VxD Sources The PCAUSA SNTRANS project is an example NDIS 3.1 PROTOCOL virtual device driver for Windows 95. SNTRANS is written in the ‘C’ programming language specifically for VtoolsD for VxD framework, and provides a basic empty shell for developing your own protocol driver. SNTRANS is functional only to the extent that it registers the SNTRANS protocol and automatically binds to one MAC adapter, and unbinds when the driver is unloaded. No other functionality is provided in the sample. To compile SNTRANS specifically as an NDIS 3.1 protocol driver for Windows 95 requires the the VtoolsD for Windows 95 VxD framework V2.03 from NuMega/Compuware and the Microsoft C/C++ V4.2 development environment. Note: SNTRANS V1.00.00.03 has been modified to that it can be compiled as either an NDIS 3.0 protocol driver (for Windows for Workgroups) or an NDIS 3.1 protocol driver (for Windows 95). Download SNTRANS.ZIP V1.00.00.03 (1/19/97) Back to Top Microsoft PACKET Driver S