I have Windows 98 SE. I want to set up snort for windows. I downloaded all of the following:

WinPCap 2.3
Snort Snarf
Snort 1.8.6 for Windowz
Active Perl 5.6.1
MSI 2.0+
Nmake15

I was told I need the drivers that Winpcap has so windows can log my packets
I was told that I needed snort snarf to analize the log files that snort makes
I needed to download Active Perl so that Snort Snarf will work
I needed the MSI 2.0+ because my microsoft installer was old and could not install Active Perl
And I needed Nmake so I can compile the make files and stuff for snort snarf.

I found two sites for installing snort for windows systems. After following the directions I ran into problems when trying to use nmake to compile the make file for my time modules that come with Snort Snarf. It checked to see if my kit was complete which it was, but I got a syntax error.

C:\Perl\Bin\Perl.exe "-IC:\perl\lib" "-IC:\perl\lib" Makefile.pl

I get that error when I navigat to the C:\Snort\Snortsnarf\time-modules folder and type nmake.

Before I did that I typed perl makefile.pl

both perl and nmake are in my path variable in DOS

To set up the remainder of snort snarf I have been told to do this:

>From the prompt type: perl Makefile.PL
From the prompt type: nmake
From the prompt type: nmake test
From the prompt type: nmake install

Can anyone give me some advice?