Ok, thanks ;)
-----Message d'origine----- De : [email protected] [mailto:[email protected]] De la part de Srivats P Envoyé : vendredi 16 septembre 2011 03:48 À : [email protected] Objet : [Winpcap-users] Re: link and speed status >Hello, >I would like to know if it is possible to detect the link status and the speed of the connection ? You can use the packet.dll API - PacketRequest() with the following OIDs - OID_GEN_MEDIA_CONNECT_STATUS OID_GEN_LINK_SPEED For an example, you can see the WinPcapPort::linkState() function in http://code.google.com/p/ostinato/source/browse/server/winpcapport.cpp Please note that the packet.dll APIs are _unsupported_ and may change at any time. Srivats _______________________________________________ Winpcap-users mailing list [email protected] https://www.winpcap.org/mailman/listinfo/winpcap-users _______________________________________________ Winpcap-users mailing list [email protected] https://www.winpcap.org/mailman/listinfo/winpcap-users
