
>>> NtSniff by Davide Libenzi <davidel@maticad.it>


The packet driver demonstrates the use of the upper edge NDIS 3.0
services to communicate with NDIS 3.0 MAC drivers.

The driver creates a device object which may be opened by Win32 apps
via a symbolic link.  A Packet may be sent by writing data to the
driver.  Receives may be pended to the driver by reading from the
driver.

To build this software You need MS DDK and put the directory NtSniff in (DDK)\src\network.
You must use MS Build.exe ( do "build -386" in each directory ) utility that You find in (DDK)\bin.


The driver expects that it will be bound an Ethernet card as it makes
assumptions about frame size.

To install Packet Driver You must follow:
[Control Panel]
	[Network]
		[Protocol]
			[Add]
				[Have Disk]

and point path where is located OemSetup.inf.

For more help read the sources !

