[Winpcap-users] determinist / speed up the transmission with winpcap ?

Vasily Borovyak vbor at isd.dp.ua
Wed Feb 15 13:42:43 GMT 2006


Is it not enough for your needs?

while(condition)
{
    pcap_sendpacket(); // from wpcap.dll
// or PacketSendPacket() from packet.dll
    sleep(x)
}


> Hi, 
>
> Loris and Hadriel? thanks for your response.
>
> i understood the principe in the UserMode, but is it possible directly in
> KernelMode (modifying the kernel driver) to send every x ms a packet.?
> If yes how to do that ??
>   
-- 

Best regards. Vasily Borovyak <vbor at isd.dp.ua>



More information about the Winpcap-users mailing list