<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div dir="ltr" id="yui_3_16_0_1_1454686067183_6532"><span id="yui_3_16_0_1_1454686067183_6032" style="font-family: 'times new roman', 'new york', times, serif; font-size: medium; text-indent: 47.20000076293945px;">I believe query NDIS for </span><span id="yui_3_16_0_1_1454686067183_5863" class="" style="font-family: 'times new roman', 'new york', times, serif; font-size: medium; text-indent: 47.20000076293945px;"><font id="yui_3_16_0_1_1454686067183_6095">OID_GEN_MEDIA_CONNECT_STATUS is a waste of resource if it is put in a loop. Getting a notification of media state change asynchronously should be better. My 2 cents.</font></span></div><div class="qtdSeparateBR"><br><br></div><div class="yahoo_quoted" style="display: block;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div dir="ltr"><font size="2" face="Arial"> On Friday, February 5, 2016 9:23 AM, Nuno Antonio Dias Ferreira <nuno.ferreira@efacec.com> wrote:<br></font></div>  <br><br> <div class="y_msg_container"><div id="yiv5383968201"><style>#yiv5383968201 #yiv5383968201 --
 
 _filtered #yiv5383968201 {font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 4;}
 _filtered #yiv5383968201 {panose-1:2 4 5 3 5 4 6 3 2 4;}
 _filtered #yiv5383968201 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;}
 _filtered #yiv5383968201 {font-family:Georgia;panose-1:2 4 5 2 5 4 5 2 3 3;}
 _filtered #yiv5383968201 {panose-1:2 11 5 3 2 0 0 2 0 4;}
 _filtered #yiv5383968201 {panose-1:2 11 6 4 3 5 4 4 2 4;}
 _filtered #yiv5383968201 {panose-1:2 11 5 3 2 0 0 2 0 4;}
 _filtered #yiv5383968201 {panose-1:2 11 6 4 3 5 4 4 2 4;}
 _filtered #yiv5383968201 {panose-1:2 11 6 3 2 2 2 2 2 4;}
#yiv5383968201  
#yiv5383968201 p.yiv5383968201MsoNormal, #yiv5383968201 li.yiv5383968201MsoNormal, #yiv5383968201 div.yiv5383968201MsoNormal
        {margin:0cm;margin-bottom:.0001pt;font-size:12.0pt;}
#yiv5383968201 a:link, #yiv5383968201 span.yiv5383968201MsoHyperlink
        {color:blue;text-decoration:underline;}
#yiv5383968201 a:visited, #yiv5383968201 span.yiv5383968201MsoHyperlinkFollowed
        {color:purple;text-decoration:underline;}
#yiv5383968201 span.yiv5383968201EmailStyle17
        {color:#1F497D;}
#yiv5383968201 span.yiv5383968201EmailStyle18
        {color:windowtext;}
#yiv5383968201 .yiv5383968201MsoChpDefault
        {}
 _filtered #yiv5383968201 {margin:70.85pt 3.0cm 70.85pt 3.0cm;}
#yiv5383968201 div.yiv5383968201WordSection1
        {}
#yiv5383968201 </style><div>
<div class="yiv5383968201WordSection1">
<div class="yiv5383968201MsoNormal"><span lang="EN-US" style="font-size:11.0pt;">Hi Sven,</span></div> 
<div class="yiv5383968201MsoNormal"><span lang="EN-US" style="font-size:11.0pt;">  </span></div> 
<div class="yiv5383968201MsoNormal"><span lang="EN-US" style="font-size:11.0pt;">I have an application where I am using npcap and I also have the need to detect the media status changes. To do that I
 query NDIS to get that information: <a rel="nofollow" shape="rect" target="_blank" href="https://msdn.microsoft.com/en-us/library/windows/hardware/ff569604(v=vs.85).aspx">
https://msdn.microsoft.com/en-us/library/windows/hardware/ff569604(v=vs.85).aspx</a></span></div> 
<div class="yiv5383968201MsoNormal"><span lang="EN-US" style="font-size:11.0pt;">  </span></div> 
<div class="yiv5383968201MsoNormal"><span lang="EN-US" style="font-size:11.0pt;">Here is an example:</span></div> 
<div class="yiv5383968201MsoNormal" style="text-indent:35.4pt;"><span lang="EN-US" style="font-size:10.0pt;">if</span><span lang="EN-US" style="font-size:10.0pt;">(IoctlNdisQueryGlobalStats(Iface->IOCTLhandler,
 OID_GEN_MEDIA_CONNECT_STATUS, &ConnectedState, <span style="color:blue;">sizeof</span>(ConnectedState), (PUINT)&ReturnedCount) == ERROR_SUCCESS)</span></div> 
<div class="yiv5383968201MsoNormal" style=""><span lang="EN-US" style="font-size:10.0pt;">     
</span><span style="font-size:10.0pt;">{</span></div> 
<div class="yiv5383968201MsoNormal" style=""><span style="font-size:10.0pt;">           
<span style="color:blue;">return</span> ConnectedState == NdisMediaStateConnected;</span></div> 
<div class="yiv5383968201MsoNormal"><span style="font-size:10.0pt;">      }</span></div> 
<div class="yiv5383968201MsoNormal"><span style="font-size:10.0pt;">  </span></div> 
<div class="yiv5383968201MsoNormal"><span lang="EN-US" style="font-size:11.0pt;">Hope this information could be helpful.</span></div> 
<div class="yiv5383968201MsoNormal"><span lang="EN-US" style="font-size:10.0pt;">  </span></div> 
<div class="yiv5383968201MsoNormal"><span lang="EN-US" style="font-size:10.0pt;">  </span></div> 
<div class="yiv5383968201MsoNormal"><span style="font-size:8.0pt;">Melhores Cumprimentos / Best Regards</span></div> 
<div class="yiv5383968201MsoNormal"><span style="font-size:8.0pt;">Nuno Antonio Dias Ferreira<br clear="none">
Unidade de Automação de Sistemas de Energia / Power System Automation Unit</span></div> 
<div class="yiv5383968201MsoNormal"><span style="font-size:8.0pt;">Efacec Energia, Máquinas e Equipamentos Elétricos, S.A.<br clear="none">
</span><span style="font-size:11.0pt;"><img id="yiv5383968201Picture_x0020_3" border="0" width="107" height="44" src="cid:EcVGai9fPisXKd7YGTkS" alt="EFA Logo"></span><span style="font-size:8.0pt;"></span></div> 
<div class="yiv5383968201MsoNormal"><span lang="EN-US" style="font-size:8.0pt;"><a rel="nofollow" shape="rect" target="_blank" href="http://efacec.com/email.jpg" title="Disclaimer Efacec">Disclaimer</a></span></div> 
<div class="yiv5383968201MsoNormal"><span style="font-size:11.0pt;">  </span></div> 
<div class="yiv5383968201yqt5349396005" id="yiv5383968201yqt21000"><div class="yiv5383968201MsoNormal"><b><span lang="EN-US" style="font-size:11.0pt;">From:</span></b><span lang="EN-US" style="font-size:11.0pt;"> winpcap-users-bounces@winpcap.org [mailto:winpcap-users-bounces@winpcap.org]
<b>On Behalf Of </b>?????V5<br clear="none">
<b>Sent:</b> 5 de fevereiro de 2016 04:44<br clear="none">
<b>To:</b> winpcap-users@winpcap.org<br clear="none">
<b>Subject:</b> Re: [Winpcap-users] Windows 10 support for WinPcap</span></div> 
<div class="yiv5383968201MsoNormal">  </div> 
<div>
<div class="yiv5383968201MsoNormal">  </div> 
<div>
<div class="yiv5383968201MsoNormal">  </div> 
<div>
<div class="yiv5383968201MsoNormal">On Fri, Feb 5, 2016 at 3:56 AM, Mark Pizzolato - Winpcap-Users <<a rel="nofollow" shape="rect" ymailto="mailto:winpcap-users-20040408@subscriptions.pizzolato.net" target="_blank" href="mailto:winpcap-users-20040408@subscriptions.pizzolato.net">winpcap-users-20040408@subscriptions.pizzolato.net</a>> wrote:</div> 
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm;">
<div>
<div>
<div class="yiv5383968201MsoNormal" style=""><span lang="EN-US" style="font-size:11.0pt;">The inverted call model might be useful in an abstract way to get notified of a media
</span><span lang="EN-US"></span></div> 
<div class="yiv5383968201MsoNormal" style=""><span lang="EN-US" style="font-size:11.0pt;">state change, however, the question then comes back to how to convey that detail
</span><span lang="EN-US"></span></div> 
<div class="yiv5383968201MsoNormal" style=""><span lang="EN-US" style="font-size:11.0pt;">to the application which is using the libpcap APIs. 
</span><span lang="EN-US"></span></div> 
<div class="yiv5383968201MsoNormal" style=""><span lang="EN-US" style="font-size:11.0pt;"> </span><span lang="EN-US"></span></div> 
<div class="yiv5383968201MsoNormal" style=""><span lang="EN-US" style="font-size:11.0pt;">Since the only APIs that an application which already has a pcap session opened
</span><span lang="EN-US"></span></div> 
<div class="yiv5383968201MsoNormal" style=""><span lang="EN-US" style="font-size:11.0pt;">is using are: pcap_next_ex, pcap_dispatch, pcap_loop and possibly
</span><span lang="EN-US"></span></div> 
<div class="yiv5383968201MsoNormal" style=""><span lang="EN-US" style="font-size:11.0pt;">pcap_sendpacket</span><span lang="EN-US"></span></div> 
<div class="yiv5383968201MsoNormal" style=""><span lang="EN-US" style="font-size:11.0pt;"> </span><span lang="EN-US"></span></div> 
<div class="yiv5383968201MsoNormal" style=""><span lang="EN-US" style="font-size:11.0pt;">pcap_next_ex, pcap_dispatch and pcap_loop are defined to return -1 on an error. 
</span><span lang="EN-US"></span></div> 
<div class="yiv5383968201MsoNormal" style=""><span lang="EN-US" style="font-size:11.0pt;">Is media state change an error?</span><span lang="EN-US"></span></div> 
<div class="yiv5383968201MsoNormal" style=""><span lang="EN-US" style="font-size:11.0pt;">                Is media offline an error?</span><span lang="EN-US"></span></div> 
</div>
</div>
</blockquote>
<div>
<div class="yiv5383968201MsoNormal">  </div> 
</div>
<div>
<div class="yiv5383968201MsoNormal">I prefer to use the phrases in ncpa.cpl.</div> 
</div>
<div>
<div class="yiv5383968201MsoNormal">If the adapter disconnects (like Wi-Fi), libpcap API should only report time-out (you don't get any new packets).</div> 
</div>
<div>
<div class="yiv5383968201MsoNormal">If the adapter is disabled, libpcap API may report error (or time-out)? I didn't try this. One thing for sure is that you can't get new packets too. This thing should not happen when using Npcap/WinPcap. Because when listing adapters with
 Npcap/WinPcap, disabled adapters never show up on the list. So Npcap/WinPcap assumes that the adapters it uses is always kept as enabled.</div> 
</div>
<div>
<div class="yiv5383968201MsoNormal"> </div> 
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm;">
<div>
<div>
<div class="yiv5383968201MsoNormal" style=""><span lang="EN-US" style="font-size:11.0pt;"> </span><span lang="EN-US"></span></div> 
<div class="yiv5383968201MsoNormal" style=""><span lang="EN-US" style="font-size:11.0pt;">pcap_sendpacket is defined to return -1 if a packet wasn’t successfully sent.</span><span lang="EN-US"></span></div> 
<div class="yiv5383968201MsoNormal" style=""><span lang="EN-US" style="font-size:11.0pt;">                It would seem that returning -1 when the media is offline makes sense</span><span lang="EN-US"></span></div> 
</div>
</div>
</blockquote>
<div>
<div class="yiv5383968201MsoNormal">  </div> 
</div>
<div>
<div class="yiv5383968201MsoNormal">This makes sense to me.</div> 
</div>
<div>
<div class="yiv5383968201MsoNormal"> </div> 
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm;">
<div>
<div>
<div class="yiv5383968201MsoNormal" style=""><span lang="EN-US" style="font-size:11.0pt;"> </span><span lang="EN-US"></span></div> 
<div class="yiv5383968201MsoNormal" style=""><span lang="EN-US" style="font-size:11.0pt;">I don’t know for sure how WinPcap behaves under these conditions, but it
</span><span lang="EN-US"></span></div> 
<div class="yiv5383968201MsoNormal" style=""><span lang="EN-US" style="font-size:11.0pt;">seems that it npcap should reliably report errors under the media offline state.</span><span lang="EN-US"></span></div> 
<div class="yiv5383968201MsoNormal" style=""><span lang="EN-US" style="font-size:11.0pt;">Is there a reason it can’t?</span><span lang="EN-US"></span></div> 
</div>
</div>
</blockquote>
<div>
<div class="yiv5383968201MsoNormal">  </div> 
</div>
<div>
<div class="yiv5383968201MsoNormal">Npcap actually doesn't report errors any better than WinPcap. There's even a chance that Npcap behaves different on reporting errors with WinPcap. Because Npcap uses NDIS6 and WinPcap uses NDIS5.</div> 
</div>
<div>
<div class="yiv5383968201MsoNormal"> </div> 
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm;">
<div>
<div>
<div class="yiv5383968201MsoNormal" style=""><a rel="nofollow" shape="rect" href=""><span lang="EN-US" style="font-size:11.0pt;"> </span></a><span lang="EN-US"></span></div> 
<div style="border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt;">
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm;">
<div class="yiv5383968201MsoNormal" style=""><b><span lang="EN-US" style="font-size:11.0pt;">From:</span></b><span lang="EN-US" style="font-size:11.0pt;">
<a rel="nofollow" shape="rect" ymailto="mailto:winpcap-users-bounces@winpcap.org" target="_blank" href="mailto:winpcap-users-bounces@winpcap.org">winpcap-users-bounces@winpcap.org</a> [mailto:<a rel="nofollow" shape="rect" ymailto="mailto:winpcap-users-bounces@winpcap.org" target="_blank" href="mailto:winpcap-users-bounces@winpcap.org">winpcap-users-bounces@winpcap.org</a>]
<b>On Behalf Of </b>Jiyang Hu<br clear="none">
<b>Sent:</b> Thursday, February 4, 2016 11:18 AM<br clear="none">
<b>To:</b> <a rel="nofollow" shape="rect" ymailto="mailto:winpcap-users@winpcap.org" target="_blank" href="mailto:winpcap-users@winpcap.org">winpcap-users@winpcap.org</a><br clear="none">
<b>Subject:</b> Re: [Winpcap-users] Windows 10 support for WinPcap</span><span lang="EN-US"></span></div> 
</div>
</div>
<div class="yiv5383968201MsoNormal" style=""><span lang="EN-US"> </span></div> 
<div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style="">@Sven: you need something called - Inverted Call Model</span><span lang="EN-US"></span></div> 
</div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style=""> </span><span lang="EN-US"></span></div> 
</div>
<div>
<div class="yiv5383968201MsoNormal" style="margin-bottom:12.0pt;background:white;">
<span lang="EN-US" style=""><a rel="nofollow" shape="rect" target="_blank" href="https://www.osr.com/nt-insider/2013-issue1/inverted-call-model-kmdf/">The Inverted Call Model in KMDF - OSR</a></span><span lang="EN-US"></span></div> 
</div>
<div style="margin-top:3.75pt;margin-bottom:3.75pt;">
<table class="yiv5383968201MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="450" style="width:337.5pt;border-collapse:collapse;"><tbody><tr style="height:.75pt;"><td colspan="8" rowspan="1" style="background:#E5E5E5;padding:0cm 0cm 0cm 0cm;height:.75pt;">
<div>
<div class="yiv5383968201MsoNormal" style="background:#E5E5E5;">
<span style="font-size:1.0pt;"> </span></div> 
</div>
</td></tr><tr style="height:4.5pt;"><td colspan="1" rowspan="5" width="1" style="width:.75pt;background:#E5E5E5;padding:0cm 0cm 0cm 0cm;height:4.5pt;">
<div>
<div class="yiv5383968201MsoNormal" style="background:#E5E5E5;">
<span style="font-size:1.0pt;"> </span></div> 
</div>
</td><td colspan="1" rowspan="5" width="168" style="width:126.0pt;background:white;padding:0cm 0cm 0cm 0cm;height:4.5pt;">
<div align="center" class="yiv5383968201MsoNormal" style="text-align:center;">
<a rel="nofollow" shape="rect" target="_blank" href="https://www.osr.com/nt-insider/2013-issue1/inverted-call-model-kmdf/"><span style="border:solid windowtext 1.0pt;padding:0cm;text-decoration:none;"><img id="yiv5383968201_x0000_i1025" border="0" width="168" height="168" src="cid:SSKFhVsy5S2dcr9Uxyw1" alt="Image removed by sender. image"></span></a></div> 
</td><td colspan="1" rowspan="5" width="1" style="width:.75pt;background:#E5E5E5;padding:0cm 0cm 0cm 0cm;height:4.5pt;">
<div>
<div class="yiv5383968201MsoNormal" style="background:#E5E5E5;">
<span style="font-size:1.0pt;"> </span></div> 
</div>
</td><td colspan="1" rowspan="5" width="14" style="width:10.5pt;background:white;padding:0cm 0cm 0cm 0cm;height:4.5pt;">
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span style="font-size:14.0pt;"> </span></div> 
</div>
</td><td colspan="2" rowspan="1" style="background:white;padding:0cm 0cm 0cm 0cm;height:4.5pt;">
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span style="font-size:6.0pt;"> </span></div> 
</div>
</td><td colspan="1" rowspan="5" width="20" style="width:15.0pt;background:white;padding:0cm 0cm 0cm 0cm;height:4.5pt;">
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span style="font-size:20.0pt;"> </span></div> 
</div>
</td><td colspan="1" rowspan="5" width="1" style="width:.75pt;background:#E5E5E5;padding:0cm 0cm 0cm 0cm;height:4.5pt;">
<div>
<div class="yiv5383968201MsoNormal" style="background:#E5E5E5;">
<span style="font-size:1.0pt;"> </span></div> 
</div>
</td></tr><tr><td colspan="2" rowspan="1" width="100%" style="width:100.0%;padding:0cm 0cm 0cm 0cm;">
<div>
<div>
<div class="yiv5383968201MsoNormal" style="line-height:12.4pt;background:white;">
<span style=""><a rel="nofollow" shape="rect" target="_blank" href="https://www.osr.com/nt-insider/2013-issue1/inverted-call-model-kmdf/"><span style="font-size:13.5pt;color:black;text-decoration:none;">The Inverted Call Model in KMDF - OSR</span></a></span></div> 
<div>
<div class="yiv5383968201MsoNormal" style="line-height:15.0pt;background:white;">
<span style="font-size:10.0pt;">One of the most common questions we see from students, clients, and new Windows driver Read more</span></div> 
</div>
</div>
</div>
</td></tr><tr style="height:3.0pt;"><td colspan="2" rowspan="1" style="background:white;padding:0cm 0cm 0cm 0cm;height:3.0pt;"></td></tr><tr><td colspan="1" rowspan="1" style="padding:0cm 0cm 0cm 0cm;">
<div>
<div class="yiv5383968201MsoNormal" style=""><span style="font-size:1.0pt;"><a rel="nofollow" shape="rect" target="_blank" href="https://www.osr.com/nt-insider/2013-issue1/inverted-call-model-kmdf/"><span style="font-size:7.0pt;color:#999999;text-decoration:none;">View
 on <b>www.osr.com</b></span></a></span></div> 
</div>
</td><td colspan="1" rowspan="1" width="100" style="width:75.0pt;padding:0cm 0cm 0cm 0cm;">
<div align="right" class="yiv5383968201MsoNormal" style="text-align:right;line-height:8.25pt;">
<span style="font-size:7.0pt;">Preview by Yahoo</span></div> 
</td></tr><tr style="height:6.75pt;"><td colspan="2" rowspan="1" style="background:white;padding:0cm 0cm 0cm 0cm;height:6.75pt;"></td></tr><tr style="height:.75pt;"><td colspan="8" rowspan="1" style="background:#E5E5E5;padding:0cm 0cm 0cm 0cm;height:.75pt;">
<div>
<div class="yiv5383968201MsoNormal" style="background:#E5E5E5;">
<span style="font-size:1.0pt;"> </span></div> 
</div>
</td></tr><tr><td colspan="1" rowspan="1" width="1" style="width:.75pt;padding:0cm 0cm 0cm 0cm;"></td><td colspan="1" rowspan="1" width="172" style="width:129.0pt;padding:0cm 0cm 0cm 0cm;"></td><td colspan="1" rowspan="1" width="1" style="width:.75pt;padding:0cm 0cm 0cm 0cm;"></td><td colspan="1" rowspan="1" width="6" style="width:4.5pt;padding:0cm 0cm 0cm 0cm;"></td><td colspan="1" rowspan="1" width="188" style="width:141.0pt;padding:0cm 0cm 0cm 0cm;"></td><td colspan="1" rowspan="1" width="185" style="width:138.75pt;padding:0cm 0cm 0cm 0cm;"></td><td colspan="1" rowspan="1" width="8" style="width:6.0pt;padding:0cm 0cm 0cm 0cm;"></td><td colspan="1" rowspan="1" width="1" style="width:.75pt;padding:0cm 0cm 0cm 0cm;"></td></tr></tbody></table>
</div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style=""> </span><span lang="EN-US"></span></div> 
</div>
<div>
<div class="yiv5383968201MsoNormal" style="margin-bottom:12.0pt;background:white;">
<span lang="EN-US" style=""> </span><span lang="EN-US"></span></div> 
</div>
<div>
<div>
<div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style="font-size:10.0pt;">On Thursday, February 4, 2016 12:49 PM, Sven Kerschbaum <<a rel="nofollow" shape="rect" ymailto="mailto:svkers@gmail.com" target="_blank" href="mailto:svkers@gmail.com">svkers@gmail.com</a>> wrote:</span><span lang="EN-US"></span></div> 
</div>
<div class="yiv5383968201MsoNormal" style="margin-bottom:12.0pt;background:white;">
<span lang="EN-US" style=""> </span><span lang="EN-US"></span></div> 
<div>
<div>
<div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style="">@Yang: It is not possible to get notifications of media state changes by the API which you proposed in your previous post. It provides only notifications about IP table changes.</span><span lang="EN-US"></span></div> 
</div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style="">Am 04.02.2016 16:31 schrieb "Sven Kerschbaum" <<a rel="nofollow" shape="rect" ymailto="mailto:svkers@gmail.com" target="_blank" href="mailto:svkers@gmail.com">svkers@gmail.com</a>>:</span><span lang="EN-US"></span></div> 
<div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0pt;">
<div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style="">Hi Yang,</span><span lang="EN-US"></span></div> 
</div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style=""> </span><span lang="EN-US"></span></div> 
</div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style="">thanks for providing me the detailed information about Npcap. I will definitively have a look at it and try it.</span><span lang="EN-US"></span></div> 
</div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style=""> </span><span lang="EN-US"></span></div> 
</div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style="">Cheers,</span><span lang="EN-US"></span></div> 
</div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style="">SK</span><span lang="EN-US"></span></div> 
</div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style=""> </span><span lang="EN-US"></span></div> 
</div>
</div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style=""> </span><span lang="EN-US"></span></div> 
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style="">2016-02-04 13:04 GMT+01:00
</span><span style="">食肉大灰</span><span style="">兔</span><span lang="EN-US" style="">V5 <<a rel="nofollow" shape="rect" ymailto="mailto:hsluoyz@gmail.com" target="_blank" href="mailto:hsluoyz@gmail.com">hsluoyz@gmail.com</a>>:</span><span lang="EN-US"></span></div> 
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0pt;">
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style="">Hi Sven,</span><span lang="EN-US"></span></div> 
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style=""> </span><span lang="EN-US"></span></div> 
</div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style="">Npcap (<a rel="nofollow" shape="rect" target="_blank" href="https://github.com/nmap/npcap">https://github.com/nmap/npcap</a>) has better performance because of NDIS 6. It also has several new features:</span><span lang="EN-US"></span></div> 
</div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style=""> </span><span lang="EN-US"></span></div> 
</div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style=""> </span><span lang="EN-US"></span></div> 
</div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style="">I actually didn't add a function about making user software </span><span lang="EN-US" style="font-size:9.5pt;">getting notified about media
 state changes. From my knowledge I don't know there's any support of such a function in libpcap. libpcap is an interface standard followed by WinPcap/Npcap. However, I think you can do it using native Windows APIs (like Receiving Notification of Network Events
 in <a rel="nofollow" shape="rect" target="_blank" href="https://msdn.microsoft.com/en-us/library/windows/desktop/aa366334(v=vs.85).aspx">https://msdn.microsoft.com/en-us/library/windows/desktop/aa366334(v=vs.85).aspx</a>). And if you have any improvement advice about Npcap, I will consider
 it:)</span><span lang="EN-US"></span></div> 
</div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style=""> </span><span lang="EN-US"></span></div> 
</div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style=""> </span><span lang="EN-US"></span></div> 
</div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style="font-size:9.5pt;">Cheers,</span><span lang="EN-US"></span></div> 
</div>
<div>
<div class="yiv5383968201MsoNormal" style="background:white;">
<span lang="EN-US" style="font-size:9.5pt;">Yang</span><span lang="EN-US"></span></div> 
</div>
</div>
</blockquote>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
<div class="yiv5383968201MsoNormal" style="margin-bottom:12.0pt;background:white;">
<span lang="EN-US" style=""> </span><span lang="EN-US"></span></div> 
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="yiv5383968201MsoNormal" style="margin-bottom:12.0pt;"><br clear="none">
_______________________________________________<br clear="none">
Winpcap-users mailing list<br clear="none">
<a rel="nofollow" shape="rect" ymailto="mailto:Winpcap-users@winpcap.org" target="_blank" href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org</a><br clear="none">
<a rel="nofollow" shape="rect" target="_blank" href="https://www.winpcap.org/mailman/listinfo/winpcap-users">https://www.winpcap.org/mailman/listinfo/winpcap-users</a></div> 
</blockquote>
</div>
<div class="yiv5383968201MsoNormal">  </div> 
</div>
</div></div>
</div>
</div></div><br><div class="yqt5349396005" id="yqt62706">_______________________________________________<br clear="none">Winpcap-users mailing list<br clear="none"><a shape="rect" ymailto="mailto:Winpcap-users@winpcap.org" href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org</a><br clear="none"><a shape="rect" href="https://www.winpcap.org/mailman/listinfo/winpcap-users" target="_blank">https://www.winpcap.org/mailman/listinfo/winpcap-users</a><br clear="none"></div><br><br></div>  </div> </div>  </div></div></body></html>