Hi, i want to capture packets from an interface for a certain time. There is example with pcap_loop function which captures packets with cnt parameter. This function captures cnt number of packets from interface . But i want to do is capture packets from an interface for ten seconds. There is a pcap_breakloop function for breaking the pcap_loop but i don't know how to use it for my need. Please help.