
>>> NtSniff by Davide Libenzi <davidel@maticad.it>
>>> To find more info goto <http://www.maticad.it/davide>

NtSniff make large use of Microsoft DDK sample code to build a kernel driver and  an interface DLL.
This layer permit the sniffer to capture ethernet packets.
NtSniff make also use of code of a famous linux sniffer and a copy of linux ETH, IP and TCP 
structure definition.

To build this software You need MS SDK & 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 need administrator rights ) You must follow:
[Control Panel]
	[Network]
		[Protocol]
			[Add]
				[Have Disk]

and point path where is located OemSetup.inf.

For more help read the sources.

I hope that You enjoy with this tool, ... without sniff my passwords !-:)

