RE: [sniffer] Your Sniffer Setup

2004-11-01 Thread Landry William
Like I showed in my original response to this thread, everything is defined on a single line: path, executable file, License ID, authentication code, and "persistence": [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sniffer\Parameters] Application:REG_SZ: m:\imail\declude\tpa\sniffer\Licen

RE: [sniffer] Your Sniffer Setup

2004-11-01 Thread Andy Schmidt
Title: Message Hi Matt:   based on the experiences presented here (including yours), it appears that SrvAny.exe actually tolerates the following:       "Application"="C:\\IMail\\Declude\\Sniffer\\MyExecutableName.exe MyIDNumber persistent" even though the documentation for SrvAny and a know

Re: [sniffer] Your Sniffer Setup

2004-11-01 Thread Matt
This might be there in the event that you need to quote certain arguments or handle special characters??? I've found some different requirements for command line arguments and special characters such as "&" which require either quoting them or using an octal encoded value (I'm no expert on thi

RE: [sniffer] Your Sniffer Setup

2004-11-01 Thread Andy Schmidt
Yes, I too suspect that SRVANY actually allows the specifying of the entire command line in the "Appliation" string, even though both the Knowledgebase article and the full documentation implies otherwise. (The KB article and the documentation are very precise in what the "Application" string shou

Re: [sniffer] Your Sniffer Setup

2004-11-01 Thread Matt
Andy, Bill, et al. When the persistent Sniffer was first offered, I typed up the attached directions that I cribbed from the KB when alerted to it by Bill.  I am forwarding this as a message attachment since the archives are down currently. I haven't yet upgraded to the latest version, but at

RE: [sniffer] Your Sniffer Setup

2004-11-01 Thread Andy Schmidt
Thanks Nick. Actually, the discussion with Win 2000 Resource Kit tool "SrvAny" is not about it NOT working, but rather about how to set it up. There are two opposing pieces of Microsoft documentation: a very simplistic knowledgebase entry, and the "full" documentation in the 'Tools' help. Some

RE: [sniffer] Your Sniffer Setup

2004-11-01 Thread Mark E. Smith
Looks like both work. If you examine the difference you'll probably see why. One (just with the Application setting specifies all of the parameters in the SZ string. The other specifies the .exe in the App string and the Auth Code and "persistent" parameter in the parameters string. I'm also guess

RE: [sniffer] Your Sniffer Setup

2004-11-01 Thread Nick Hayer
On 1 Nov 2004 at 14:03, Andy Schmidt wrote: Andy, Here is an alternative freeware utility to run sniffer as a service in case youi want to try something different: http://www.judoscript.com/goodies/RunExeSvc/runexesvc.html This was posted awhile ago with setup instructions - it seems to work s

RE: [sniffer] Your Sniffer Setup

2004-11-01 Thread Andy Schmidt
Hi Bill, Thanks. That's curious. I'm not at all doubting your experiences - I'm just trying to reconcile the KB article (which says to ONLY define the path, program name and extension) with the Sniffer documentation (which says, you must define the "persistent" option and your authorization code).

RE: [sniffer] Your Sniffer Setup

2004-11-01 Thread Landry William
Andy, these simplified instructions work just fine with Sniffer, as I can certainly attest. Bill -Original Message- From: Andy Schmidt [mailto:[EMAIL PROTECTED] Sent: Monday, November 01, 2004 9:11 AM To: [EMAIL PROTECTED] Subject: RE: [sniffer] Your Sniffer Setup Hi Landry: These sim

RE: [sniffer] Your Sniffer Setup

2004-11-01 Thread Keith Johnson
Thanks Andy and Bill, will give this a go on our beta server. Thanks again for the time and expertise Keith -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Schmidt Sent: Monday, November 01, 2004 12:11 PM To: [EMAIL PROTECTED] Subject: RE: [sniffer

RE: [sniffer] Your Sniffer Setup

2004-11-01 Thread Andy Schmidt
Hi Landry: These simplified instructions only apply if the application needs no parameters, as it only covers the "application" key: Value Name: Application Data Type : REG_SZ String : \ If there was a SnifferPersistent.exe that needed no further options, these simplified instr

RE: [sniffer] Your Sniffer Setup

2004-11-01 Thread Landry William
See http://support.microsoft.com/default.aspx?scid=kb;en-us;137890 for simplified instructions. Bill -Original Message- From: Andy Schmidt [mailto:[EMAIL PROTECTED] Sent: Monday, November 01, 2004 6:26 AM To: 'Keith Johnson' Subject: RE: [sniffer] Your Sniffer Setup Hi Keith, It's pr

RE: [sniffer] Persistent Server setup with SrvAny Resource Kit tool

2004-11-01 Thread Landry William
Tlist shows: 3784 srvany.exe 4248 LisenseID.exe And I always have a persistent .SRV running in the Sniffer directory that matches the PID that tlist displays and never changes, except for the refresh date/time every 10 minutes: 11/01/2004 07:14a 0 LicenseID-20041028071407xAAF83996-4248.SVR B

RE: [sniffer] Your Sniffer Setup

2004-11-01 Thread Andy Schmidt
Hi Keith, It's pretty straightforward: A) Download the Windows 2000 Server Resource Kit utilities. B) Locate the path to srvany.exe. C) run: instsrv Sniffer c:\path-to-resource-kit\srvany.exe "Sniffer" is just the name that will appear in the services applet later D) Start RegEedit and

RE: [sniffer] Persistent Server setup with SrvAny Resource Kit tool

2004-11-01 Thread Andy Schmidt
Hi, Hm, well the Windows 2000 Resource Kit "Tools" help has the chapter "Running an Application as a Service" states: Running an Application as a Service To specify an application to run as a service, you must use

RE: [sniffer] Persistent Server setup with SrvAny Resource Kit tool

2004-11-01 Thread Andy Schmidt
Hi, >> Oh, and yes, "net start" shows the Sniffer service running << That can be misleading. The "Sniffer" service shows running, because srvany.exe is executing! (Check your task manager, you'll see an instance of srvany.exe - that's why it shows running.). It showed running on my end all the

RE: Re[2]: [sniffer] Persistent Server setup with SrvAny Resource Kit tool

2004-11-01 Thread Mark E. Smith
Mine doesn't look like this and it works fine. I just have: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sniffer\Parameters] "Application"="D:\\IMAIL\\Sniffer\\Win32\\MyLicenseKey.exe AuthKey persistent" > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED

RE: [sniffer] Persistent Server setup with SrvAny Resource Kit tool

2004-11-01 Thread Landry William
Oh, and yes, "net start" shows the Sniffer service running and I have a LicenseID.persistent.stat fine on both of my IMail/Declude/Sniffer servers and it is periodically updated (cat or type the file and you will see that the data it contains updates every second, I believe). Bill -Original M

RE: [sniffer] Persistent Server setup with SrvAny Resource Kit tool

2004-11-01 Thread Landry William
No, nothing was typed into the Services window. The Sniffer service was installed using the SrvAny W2K ResKit guidelines and the service starts automatically when the server is rebooted. Bill -Original Message- From: Andy Schmidt [mailto:[EMAIL PROTECTED] Sent: Sunday, October 31, 2004