<div>I cant find teh network monitor driver in my device manager </div>
<div>Do you know how can i do this in the installation of my program?</div>
<div>And yes im using packet.dll as ihave to use specific stuff of it because it lets me acces low level information about the network card and more things jeje i know it coul be changed in a future</div>
<div>Thanks<br><br>&nbsp;</div>
<div><span class="gmail_quote">2006/6/9, Bryan Kadzban &lt;<a href="mailto:bryan@kadzban.is-a-geek.net">bryan@kadzban.is-a-geek.net</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Eduardo Escudero Sánchez wrote:<br>&gt; The problem is that i would like not to have the need of having admin
<br>&gt; privileges in order to use my application.<br><br>Do what Ethereal 0.99.0 gives you the option to do.&nbsp;&nbsp;In the installer,<br>it asks whether you want to start the NPF driver at system startup time.<br>This allows non-admins to capture packets because starting NPF (and
<br>maybe netmon) is the only thing that requires admin privileges.<br><br>To do this manually, go into device manager, select &quot;show non-present<br>devices&quot;, find &quot;NetGroup Packet Filter&quot;, go to its properties, find
<br>whatever tab has the &quot;startup&quot; dropdown on it, and change that from<br>&quot;Demand&quot; to &quot;Automatic&quot;.&nbsp;&nbsp;You also might have to do the same with the<br>&quot;Network Monitor&quot; driver, although I don't know for sure.&nbsp;&nbsp;(WinPcap 
3.1<br>needs this driver to capture from PPP-style interfaces, though one of<br>its dependent DLLs always tries to start it.&nbsp;&nbsp;Not sure about older or<br>newer versions.)<br><br>But:&nbsp;&nbsp;Is there a reason you're using the packet.dll
 functions?&nbsp;&nbsp;Those<br>are not necessarily going to be kept compatible in the future.&nbsp;&nbsp;If you<br>don't need packet.dll specific stuff, then it's much better to use<br>wpcap.dll (the libpcap-style interface), because that *will* remain
<br>compatible.<br><br><br><br>_______________________________________________<br>Winpcap-users mailing list<br><a href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org</a><br><a href="https://www.winpcap.org/mailman/listinfo/winpcap-users">
https://www.winpcap.org/mailman/listinfo/winpcap-users</a><br><br><br><br></blockquote></div><br>