[Winpcap-users] Beginner questions
    Gianluca Varenni 
    gianluca.varenni at cacetech.com
       
    Fri Jun  8 16:49:43 GMT 2007
    
    
  
----- Original Message ----- 
From: ceo at triplebit.com
To: winpcap-users at winpcap.org
Sent: Friday, June 08, 2007 8:47 AM
Subject: [Winpcap-users] Beginner questions
Hi all,
I use WinPcap on Windows XP and Vista
I have a few questions -
1. Does pcap_loop support non-blocking mode and how?
--GV--
No. pcap_loop creates an internal loop that invokes you receiver callback 
only when packets are received. So the concept of non-blocking I/O does not 
make much sense here. I suggest you to use pcap_next_ex for packet 
reception.
--GV--
2. Is pcap_open_live supported on XP and Vista?
--GV--
Yes. Are you encountering problems with this API?
Have a nice day
GV
Regards
I. Lesher
_______________________________________________
Winpcap-users mailing list
Winpcap-users at winpcap.org
https://www.winpcap.org/mailman/listinfo/winpcap-users 
    
    
More information about the Winpcap-users
mailing list