<html>Sorry for the late reply, but FYI adding "NM" and "NPF" to list dependeny list fixed the problem.&nbsp; Thanks!<br>
<br>
Michael Ryan<br>
PCSentinel Software<br>
http://www.pcsentinelsoftware.com<br>
<br>
&gt;-----Original Message-----<br>
&gt;From: Bryan Kadzban [mailto:bryan@kadzban.is-a-geek.net]<br>
&gt;Sent: Thursday, September 8, 2005 05:43 PM<br>
&gt;To: winpcap-users@winpcap.org<br>
&gt;Subject: Re: [Winpcap-users] problem using winpcap 3.1 with windows service<br>
&gt;<br>
&gt;Michael Ryan wrote:<br>
&gt;&gt; First, Bryan and Arno, thanks for the suggestions and help. My <br>
&gt;&gt; service does link directly to the wcap.dll, and it is not part of a <br>
&gt;&gt; group.<br>
&gt;&gt; <br>
&gt;&gt; In the scenario described below and by Bryan earlier, is there any <br>
&gt;&gt; way my service can depend on NPF directly and avoid the middle <br>
&gt;&gt; service?<br>
&gt;<br>
&gt;In your service's registry key, add a REG_MULTI_SZ named<br>
&gt;"DependOnServices" (or possibly "DependOnService"; I don't remember for<br>
&gt;sure, so check out some of the other service keys on your machine and<br>
&gt;use whatever value-name they use).  You'll have to use regedt32 if you<br>
&gt;do this on a 2K Pro box, but XP's regedit can handle it just fine.<br>
&gt;<br>
&gt;The data is a list of service names ( == names of registry keys) that<br>
&gt;your service should depend on.  Add "NM" and "NPF" to this list (the<br>
&gt;names are case-insensitive), because those are the registry keys for the<br>
&gt;"Network Monitor driver" driver and the "Netgroup Packet Filter" driver.<br>
&gt;<br>
&gt;You'll need both, because wpcap.dll links against packet.dll, which<br>
&gt;links against wanpacket.dll, which calls LoadLibrary on the Netmon<br>
&gt;client DLL, which tries to start the "nm" driver if it isn't already<br>
&gt;running.<br>
&gt;</html>