<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>My solution is to check periodically if a physical link is active
via PacketRequest (OID_GEN_MEDIA_CONNECT_STATUS)<br>
<br>
I know this way is not recommended(calling packet.dll directly), but i
found no better/handsome solution.<br>
<br>
Regards from Austria<br>
Helmut<br>
<br>
</tt><br>
Mygapula, Sudheer IN BLR SISL schrieb:
<blockquote
 cite="mid:640C2C8226728240A6C5C2F7833067C830CAAEC995@INBLRK77M2MSX.in002.siemens.net"
 type="cite">
  <pre wrap="">

Thanks for the fast response..

Another questing...if I am actively sniffing the packet on adapter and suddenly the adaper is disabled or some problem with Network adapter.

Then how I will be notified ? So that I can stop sniffing on such adapter.


-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:winpcap-users-bounces@winpcap.org">winpcap-users-bounces@winpcap.org</a> [<a class="moz-txt-link-freetext" href="mailto:winpcap-users-bounces@winpcap.org">mailto:winpcap-users-bounces@winpcap.org</a>] On Behalf Of Gianluca Varenni
Sent: Wednesday, June 30, 2010 1:27 AM
To: <a class="moz-txt-link-abbreviated" href="mailto:winpcap-users@winpcap.org">winpcap-users@winpcap.org</a>
Subject: Re: [Winpcap-users] Regarding sniffing on multiple interfaces.



--------------------------------------------------
From: "Mygapula, Sudheer IN BLR SISL" <a class="moz-txt-link-rfc2396E" href="mailto:sudheer.mygapula@siemens.com">&lt;sudheer.mygapula@siemens.com&gt;</a>
Sent: Tuesday, June 29, 2010 2:03 AM
To: <a class="moz-txt-link-rfc2396E" href="mailto:winpcap-users@winpcap.org">&lt;winpcap-users@winpcap.org&gt;</a>
Subject: Re: [Winpcap-users] Regarding sniffing on multiple interfaces.

  </pre>
  <blockquote type="cite">
    <pre wrap="">I have query regarding response packets.

I have sent some ARP request packets on particular network interface.

I am doing some of my business logic which will take some time let say
5 sec.

Now I am trying to reading the response packets from the network
interface to which I sent the request. Are still the response packets
will be available or not?

My exact question is still how much time the response packets will be
available by Winpcap?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Packets accumulate in the kernel buffer of WinPcap until the buffer is full.
When the buffer gets full and you do not process the packets with pcap_next_ex or similar, all the subsequent packets are dropped.

Let me know if this answers your question.

Have a nice day
GV

  </pre>
  <blockquote type="cite">
    <pre wrap="">
Thanks in advance.




Important notice: This e-mail and any attachment there to contains
corporate proprietary information. If you have received it by mistake,
please notify us immediately by reply e-mail and delete this e-mail
and its attachments from your system.
Thank You.
_______________________________________________
Winpcap-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org</a>
<a class="moz-txt-link-freetext" href="https://www.winpcap.org/mailman/listinfo/winpcap-users">https://www.winpcap.org/mailman/listinfo/winpcap-users</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
Winpcap-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org</a>
<a class="moz-txt-link-freetext" href="https://www.winpcap.org/mailman/listinfo/winpcap-users">https://www.winpcap.org/mailman/listinfo/winpcap-users</a>

Important notice: This e-mail and any attachment there to contains corporate proprietary information. If you have received it by mistake, please notify us immediately by reply e-mail and delete this e-mail and its attachments from your system.
Thank You.
_______________________________________________
Winpcap-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Winpcap-users@winpcap.org">Winpcap-users@winpcap.org</a>
<a class="moz-txt-link-freetext" href="https://www.winpcap.org/mailman/listinfo/winpcap-users">https://www.winpcap.org/mailman/listinfo/winpcap-users</a>

  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="172">-- 
----------------------------------------------------------------
Ing. Helmut Vaupotitsch        Phone:  +43 (0)3133 3780 16
ITEC Tontechnik und            Fax:    +43 (0)3133 3780 9
Industrieelektronik GmbH       E-mail: <a class="moz-txt-link-abbreviated" href="mailto:hv@itec-audio.com">hv@itec-audio.com</a>
A-8200 Lassnitzthal 300        URL:    <a class="moz-txt-link-freetext" href="http://www.itec-audio.com">http://www.itec-audio.com</a>
----------------------------------------------------------------</pre>
</body>
</html>